From efeaf95a41820e4eb661a90cfb59a26e36575784 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Thu, 7 Dec 1995 12:48:31 +0000 Subject: [PATCH] Untangled the vm.h include file spaghetti. --- sys/amd64/amd64/db_disasm.c | 4 +++- sys/amd64/amd64/db_interface.c | 7 ++++--- sys/amd64/amd64/genassym.c | 7 ++++++- sys/amd64/amd64/machdep.c | 11 ++++++++-- sys/amd64/amd64/mem.c | 3 ++- sys/amd64/amd64/pmap.c | 11 ++++++++-- sys/amd64/amd64/sys_machdep.c | 11 +++++++++- sys/amd64/amd64/trap.c | 11 ++++++++-- sys/amd64/amd64/vm_machdep.c | 11 ++++++++-- sys/amd64/isa/isa.c | 4 +++- sys/ddb/db_access.c | 3 ++- sys/ddb/db_aout.c | 3 ++- sys/ddb/db_break.c | 4 +++- sys/ddb/db_break.h | 3 +-- sys/ddb/db_command.c | 5 ++++- sys/ddb/db_examine.c | 3 ++- sys/ddb/db_expr.c | 3 ++- sys/ddb/db_input.c | 3 ++- sys/ddb/db_lex.c | 3 ++- sys/ddb/db_output.c | 3 ++- sys/ddb/db_print.c | 3 ++- sys/ddb/db_ps.c | 3 ++- sys/ddb/db_run.c | 4 +++- sys/ddb/db_sym.c | 3 ++- sys/ddb/db_trap.c | 4 +++- sys/ddb/db_variables.c | 3 ++- sys/ddb/db_watch.c | 9 ++++++-- sys/ddb/db_watch.h | 3 +-- sys/ddb/db_write_cmd.c | 3 ++- sys/ddb/ddb.h | 3 +-- sys/dev/de/if_de.c | 5 +++-- sys/dev/dgb/dgb.c | 4 +++- sys/dev/fxp/if_fxp.c | 4 ++-- sys/dev/pci/pci.c | 4 ++-- sys/dev/si/si.c | 4 +++- sys/dev/syscons/syscons.c | 4 +++- sys/fs/msdosfs/msdosfs_denode.c | 4 +++- sys/fs/msdosfs/msdosfs_vnops.c | 4 +++- sys/fs/procfs/procfs_ctl.c | 4 +++- sys/fs/procfs/procfs_mem.c | 9 +++++++- sys/fs/specfs/spec_vnops.c | 6 +++++- sys/gnu/i386/isa/dgb.c | 4 +++- sys/i386/apm/apm.c | 4 +++- sys/i386/bios/apm.c | 4 +++- sys/i386/eisa/aha1742.c | 4 +++- sys/i386/i386/conf.c | 4 +++- sys/i386/i386/db_disasm.c | 4 +++- sys/i386/i386/db_interface.c | 7 ++++--- sys/i386/i386/genassym.c | 7 ++++++- sys/i386/i386/machdep.c | 11 ++++++++-- sys/i386/i386/math_emulate.c | 11 ++++++++-- sys/i386/i386/mem.c | 3 ++- sys/i386/i386/pmap.c | 11 ++++++++-- sys/i386/i386/procfs_machdep.c | 12 +++++++++-- sys/i386/i386/sys_machdep.c | 11 +++++++++- sys/i386/i386/trap.c | 11 ++++++++-- sys/i386/i386/vm_machdep.c | 11 ++++++++-- sys/i386/ibcs2/ibcs2_isc.c | 3 ++- sys/i386/ibcs2/ibcs2_other.c | 3 ++- sys/i386/ibcs2/ibcs2_util.h | 1 + sys/i386/ibcs2/imgact_coff.c | 9 +++++++- sys/i386/isa/aha1542.c | 4 +++- sys/i386/isa/bt742a.c | 4 +++- sys/i386/isa/cronyx.c | 2 ++ sys/i386/isa/if_le.c | 4 +++- sys/i386/isa/isa.c | 4 +++- sys/i386/isa/lpt.c | 4 +++- sys/i386/isa/pcvt/pcvt_hdr.h | 3 +++ sys/i386/isa/seagate.c | 4 +++- sys/i386/isa/si.c | 4 +++- sys/i386/isa/sound/os.h | 3 +++ sys/i386/isa/syscons.c | 4 +++- sys/i386/isa/ultra14f.c | 4 +++- sys/i386/isa/wd.c | 5 ++++- sys/i386/isa/wd7000.c | 2 ++ sys/i386/scsi/aic7xxx.c | 4 +++- sys/isa/syscons.c | 4 +++- sys/kern/imgact_aout.c | 8 ++++++- sys/kern/imgact_gzip.c | 8 ++++++- sys/kern/init_main.c | 12 ++++++++--- sys/kern/kern_clock.c | 7 ++++++- sys/kern/kern_descrip.c | 4 +++- sys/kern/kern_exec.c | 8 ++++++- sys/kern/kern_exit.c | 7 ++++++- sys/kern/kern_fork.c | 4 +++- sys/kern/kern_lkm.c | 3 ++- sys/kern/kern_malloc.c | 5 ++++- sys/kern/kern_physio.c | 4 +++- sys/kern/kern_proc.c | 10 +++++++-- sys/kern/kern_resource.c | 7 ++++++- sys/kern/kern_sig.c | 7 ++++++- sys/kern/kern_synch.c | 5 ++++- sys/kern/kern_sysctl.c | 5 ++++- sys/kern/kern_tc.c | 7 ++++++- sys/kern/kern_timeout.c | 7 ++++++- sys/kern/subr_rlist.c | 4 +++- sys/kern/subr_trap.c | 11 ++++++++-- sys/kern/sys_process.c | 10 ++++++++- sys/kern/sysv_shm.c | 7 ++++++- sys/kern/tty.c | 7 ++++++- sys/kern/uipc_mbuf.c | 4 +++- sys/kern/vfs_bio.c | 6 +++++- sys/kern/vfs_cluster.c | 4 +++- sys/kern/vfs_export.c | 5 ++++- sys/kern/vfs_extattr.c | 5 ++++- sys/kern/vfs_subr.c | 5 ++++- sys/kern/vfs_syscalls.c | 5 ++++- sys/kern/vfs_vnops.c | 4 +++- sys/miscfs/procfs/procfs_ctl.c | 4 +++- sys/miscfs/procfs/procfs_mem.c | 9 +++++++- sys/miscfs/specfs/spec_vnops.c | 6 +++++- sys/msdosfs/msdosfs_denode.c | 4 +++- sys/msdosfs/msdosfs_vnops.c | 4 +++- sys/nfs/nfs_bio.c | 4 +++- sys/nfs/nfs_common.c | 5 ++++- sys/nfs/nfs_serv.c | 5 ++++- sys/nfs/nfs_subs.c | 5 ++++- sys/nfs/nfs_vfsops.c | 4 +++- sys/nfs/nfs_vnops.c | 4 +++- sys/nfsclient/nfs_bio.c | 4 +++- sys/nfsclient/nfs_subs.c | 5 ++++- sys/nfsclient/nfs_vfsops.c | 4 +++- sys/nfsclient/nfs_vnops.c | 4 +++- sys/nfsserver/nfs_serv.c | 5 ++++- sys/nfsserver/nfs_srvsubs.c | 5 ++++- sys/pci/if_de.c | 5 +++-- sys/pci/if_fxp.c | 4 ++-- sys/pci/if_pdq.c | 3 +-- sys/pci/meteor.c | 2 ++ sys/pci/ncr.c | 6 ++++-- sys/pci/pci.c | 4 ++-- sys/pci/pdq_os.h | 10 ++++++++- sys/scsi/scsi_base.c | 4 +++- sys/scsi/sd.c | 4 +++- sys/ufs/ffs/ffs_inode.c | 4 +++- sys/ufs/ffs/ffs_vfsops.c | 4 +++- sys/ufs/ffs/ffs_vnops.c | 5 ++++- sys/ufs/lfs/lfs_alloc.c | 4 +++- sys/ufs/lfs/lfs_inode.c | 4 +++- sys/ufs/lfs/lfs_vnops.c | 5 ++++- sys/vm/default_pager.c | 8 +++++-- sys/vm/device_pager.c | 6 +++++- sys/vm/kern_lock.c | 5 ++++- sys/vm/swap_pager.c | 9 ++++++-- sys/vm/vm.h | 37 ++------------------------------- sys/vm/vm_extern.h | 4 +++- sys/vm/vm_fault.c | 10 ++++++++- sys/vm/vm_glue.c | 13 ++++++++++-- sys/vm/vm_init.c | 9 +++++++- sys/vm/vm_kern.c | 10 ++++++++- sys/vm/vm_map.c | 11 +++++++++- sys/vm/vm_map.h | 30 +++++++++++++++++++++----- sys/vm/vm_meter.c | 11 +++++++++- sys/vm/vm_mmap.c | 12 +++++++++-- sys/vm/vm_object.c | 10 ++++++++- sys/vm/vm_object.h | 6 +----- sys/vm/vm_page.c | 9 +++++++- sys/vm/vm_pageout.c | 9 +++++++- sys/vm/vm_pager.c | 6 +++++- sys/vm/vm_prot.h | 10 +-------- sys/vm/vm_swap.c | 4 +++- sys/vm/vm_unix.c | 6 +++++- sys/vm/vnode_pager.c | 7 ++++++- 163 files changed, 742 insertions(+), 241 deletions(-) diff --git a/sys/amd64/amd64/db_disasm.c b/sys/amd64/amd64/db_disasm.c index 469364cb6614..690600f004e8 100644 --- a/sys/amd64/amd64/db_disasm.c +++ b/sys/amd64/amd64/db_disasm.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_disasm.c,v 1.10 1995/10/29 15:29:48 phk Exp $ + * $Id: db_disasm.c,v 1.11 1995/10/30 17:13:25 bde Exp $ */ /* @@ -32,6 +32,8 @@ #include #include #include +#include +#include #include #include diff --git a/sys/amd64/amd64/db_interface.c b/sys/amd64/amd64/db_interface.c index 2f458a8fc9c9..7536c1c419b1 100644 --- a/sys/amd64/amd64/db_interface.c +++ b/sys/amd64/amd64/db_interface.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_interface.c,v 1.14 1995/05/30 07:59:22 rgrimes Exp $ + * $Id: db_interface.c,v 1.15 1995/11/18 06:49:35 bde Exp $ */ /* @@ -40,10 +40,11 @@ #include /* XXX: import cons_unavail */ -#include - +#include +#include #include +#include #include int db_active = 0; diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c index 2d47b84cefe5..b0c77b0aa371 100644 --- a/sys/amd64/amd64/genassym.c +++ b/sys/amd64/amd64/genassym.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)genassym.c 5.11 (Berkeley) 5/10/91 - * $Id: genassym.c,v 1.28 1995/08/17 11:29:55 davidg Exp $ + * $Id: genassym.c,v 1.29 1995/12/03 18:35:17 bde Exp $ */ #include @@ -57,7 +57,12 @@ #include #include #include +#include #include +#include +#include +#include +#include #include #include #include diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 6520a1697289..4717cc740289 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.153 1995/11/29 19:57:01 wollman Exp $ + * $Id: machdep.c,v 1.154 1995/12/04 16:47:40 phk Exp $ */ #include "npx.h" @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include @@ -62,6 +61,7 @@ #include #include #include +#include #ifdef SYSVSHM #include @@ -76,10 +76,17 @@ #endif #include +#include +#include +#include #include +#include #include +#include #include +#include +#include #include #include diff --git a/sys/amd64/amd64/mem.c b/sys/amd64/amd64/mem.c index a444ed62f3c0..5fb364e4b3e2 100644 --- a/sys/amd64/amd64/mem.c +++ b/sys/amd64/amd64/mem.c @@ -38,7 +38,7 @@ * * from: Utah $Hdr: mem.c 1.13 89/10/08$ * from: @(#)mem.c 7.2 (Berkeley) 5/9/91 - * $Id: mem.c,v 1.20 1995/11/29 10:47:18 julian Exp $ + * $Id: mem.c,v 1.21 1995/11/29 14:39:26 julian Exp $ */ /* @@ -62,6 +62,7 @@ #include #include #include +#include #ifdef JREMOD #include diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index 3ef2d87dae7e..e89ef2da649b 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 - * $Id: pmap.c,v 1.65 1995/11/20 12:10:01 phk Exp $ + * $Id: pmap.c,v 1.66 1995/12/03 18:35:28 bde Exp $ */ /* @@ -89,13 +89,20 @@ #include #include #include -#include #include +#include #include +#include +#include +#include #include #include +#include +#include +#include +#include #include #include diff --git a/sys/amd64/amd64/sys_machdep.c b/sys/amd64/amd64/sys_machdep.c index ca6dcc91c942..686d33dd76c6 100644 --- a/sys/amd64/amd64/sys_machdep.c +++ b/sys/amd64/amd64/sys_machdep.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91 - * $Id$ + * $Id: sys_machdep.c,v 1.11 1995/11/12 07:10:47 bde Exp $ * */ @@ -39,6 +39,15 @@ #include #include #include + +#include +#include +#include +#include +#include +#include +#include + #include #include diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c index 1b92567c9e48..5c8a647dec7f 100644 --- a/sys/amd64/amd64/trap.c +++ b/sys/amd64/amd64/trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.61 1995/10/09 04:36:01 bde Exp $ + * $Id: trap.c,v 1.62 1995/10/28 15:38:32 phk Exp $ */ /* @@ -45,20 +45,27 @@ #include #include #include -#include #include #include #include #include +#include +#include #ifdef KTRACE #include #endif +#include #include +#include +#include #include #include #include #include +#include + +#include #include #include diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c index 6e2a520a6011..9779f11e67bf 100644 --- a/sys/amd64/amd64/vm_machdep.c +++ b/sys/amd64/amd64/vm_machdep.c @@ -38,7 +38,7 @@ * * from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91 * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ - * $Id: vm_machdep.c,v 1.44 1995/11/18 06:54:11 bde Exp $ + * $Id: vm_machdep.c,v 1.45 1995/11/20 12:10:09 phk Exp $ */ #include "npx.h" @@ -48,15 +48,22 @@ #include #include #include -#include +#include #include #include #include #include +#include +#include +#include #include #include +#include +#include + +#include #include diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c index 503d0d4a825d..e04a500b5b29 100644 --- a/sys/amd64/isa/isa.c +++ b/sys/amd64/isa/isa.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: isa.c,v 1.56 1995/11/20 12:41:44 phk Exp $ + * $Id: isa.c,v 1.57 1995/11/20 13:24:18 bde Exp $ */ /* @@ -61,6 +61,8 @@ #include #include #include +#include +#include #include #include #include diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index c7860d1b24ff..29ac43157659 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_access.c,v 1.8 1995/11/24 14:13:29 bde Exp $ + * $Id: db_access.c,v 1.9 1995/11/29 10:25:03 phk Exp $ */ /* @@ -33,6 +33,7 @@ #include #include #include +#include #include #include diff --git a/sys/ddb/db_aout.c b/sys/ddb/db_aout.c index edf811de4ff1..f617ea5f8483 100644 --- a/sys/ddb/db_aout.c +++ b/sys/ddb/db_aout.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_aout.c,v 1.12 1995/11/24 14:13:30 bde Exp $ + * $Id: db_aout.c,v 1.13 1995/11/29 10:25:06 phk Exp $ */ /* @@ -37,6 +37,7 @@ #include #include #include +#include #include diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index 89000a1dcdf3..2887b45e00f3 100644 --- a/sys/ddb/db_break.c +++ b/sys/ddb/db_break.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_break.c,v 1.7 1995/11/24 14:13:31 bde Exp $ + * $Id: db_break.c,v 1.8 1995/11/29 10:25:09 phk Exp $ */ /* @@ -36,6 +36,8 @@ #include #include #include +#include +#include #include #include diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h index 51eec48d6670..5ea5996768c1 100644 --- a/sys/ddb/db_break.h +++ b/sys/ddb/db_break.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_break.h,v 1.4 1995/11/24 13:52:57 bde Exp $ + * $Id: db_break.h,v 1.5 1995/11/29 10:25:11 phk Exp $ */ /* @@ -33,7 +33,6 @@ #ifndef _DDB_DB_BREAK_H_ #define _DDB_DB_BREAK_H_ -#include #include /* diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 26147e1d1412..9ad1732086f3 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_command.c,v 1.15 1995/11/24 14:13:32 bde Exp $ + * $Id: db_command.c,v 1.16 1995/11/29 10:25:14 phk Exp $ */ /* @@ -37,6 +37,9 @@ #include #include #include +#include +#include +#include #include #include diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index 46fc66dcd755..52941a103040 100644 --- a/sys/ddb/db_examine.c +++ b/sys/ddb/db_examine.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_examine.c,v 1.9 1995/11/24 14:13:33 bde Exp $ + * $Id: db_examine.c,v 1.10 1995/11/29 10:25:17 phk Exp $ */ /* @@ -33,6 +33,7 @@ #include #include #include +#include #include diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 4a919c25d2c9..ead501ea4353 100644 --- a/sys/ddb/db_expr.c +++ b/sys/ddb/db_expr.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_expr.c,v 1.6 1995/11/24 14:13:34 bde Exp $ + * $Id: db_expr.c,v 1.7 1995/11/29 10:25:18 phk Exp $ */ /* @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 25a7e8bb5263..c7b44702683f 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_input.c,v 1.8 1995/11/24 14:13:36 bde Exp $ + * $Id: db_input.c,v 1.9 1995/11/29 10:25:21 phk Exp $ */ /* @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index 36abdd23c92c..38f95a52564c 100644 --- a/sys/ddb/db_lex.c +++ b/sys/ddb/db_lex.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_lex.c,v 1.7 1995/11/24 14:13:37 bde Exp $ + * $Id: db_lex.c,v 1.8 1995/11/29 10:25:23 phk Exp $ */ /* @@ -35,6 +35,7 @@ */ #include #include +#include #include #include diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index c512092d18c7..889c3e372f9e 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_output.c,v 1.12 1995/11/24 14:13:38 bde Exp $ + * $Id: db_output.c,v 1.13 1995/11/29 10:25:29 phk Exp $ */ /* @@ -37,6 +37,7 @@ #include #include +#include #include #include #include diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 91c43f3936e3..0dd550ee8f81 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_print.c,v 1.7 1995/05/30 07:57:06 rgrimes Exp $ + * $Id: db_print.c,v 1.8 1995/11/24 14:13:39 bde Exp $ */ /* @@ -37,6 +37,7 @@ #include #include #include +#include #include diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c index 9e203a4b5e26..fa3165fc534f 100644 --- a/sys/ddb/db_ps.c +++ b/sys/ddb/db_ps.c @@ -30,11 +30,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: db_ps.c,v 1.7 1995/08/20 05:25:11 davidg Exp $ + * $Id: db_ps.c,v 1.8 1995/08/27 02:40:39 bde Exp $ */ #include #include #include +#include #include #include diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index dc0e2ab50483..86b83d27999e 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_run.c,v 1.6 1995/11/24 14:13:40 bde Exp $ + * $Id: db_run.c,v 1.7 1995/11/29 10:25:31 phk Exp $ */ /* @@ -37,6 +37,8 @@ #include #include #include +#include +#include #include #include diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 02e5383c75e7..61f8cbe52d70 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_sym.c,v 1.10 1995/11/24 14:13:41 bde Exp $ + * $Id: db_sym.c,v 1.11 1995/11/29 10:25:35 phk Exp $ */ /* @@ -33,6 +33,7 @@ #include #include #include +#include #include #include diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c index 83419b825537..904fff22fb37 100644 --- a/sys/ddb/db_trap.c +++ b/sys/ddb/db_trap.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_trap.c,v 1.6 1994/10/02 19:36:21 phk Exp $ + * $Id: db_trap.c,v 1.7 1995/05/30 07:57:14 rgrimes Exp $ */ /* @@ -37,6 +37,8 @@ #include #include #include +#include +#include #include #include #include diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 041c49eeeb5a..576d895c4a52 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_variables.c,v 1.8 1995/11/24 14:13:41 bde Exp $ + * $Id: db_variables.c,v 1.9 1995/11/29 10:25:41 phk Exp $ */ /* @@ -34,6 +34,7 @@ #include #include #include +#include #include #include diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index 740d2e819d08..4cec857bee36 100644 --- a/sys/ddb/db_watch.c +++ b/sys/ddb/db_watch.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_watch.c,v 1.7 1995/11/24 14:13:42 bde Exp $ + * $Id: db_watch.c,v 1.8 1995/11/29 10:25:44 phk Exp $ */ /* @@ -34,9 +34,14 @@ #include #include #include +#include +#include +#include +#include +#include +#include #include -#include #include #include #include diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h index f6a39834cdca..e4a417d728fd 100644 --- a/sys/ddb/db_watch.h +++ b/sys/ddb/db_watch.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_watch.h,v 1.5 1995/11/24 13:53:03 bde Exp $ + * $Id: db_watch.h,v 1.6 1995/11/29 10:25:47 phk Exp $ */ /* @@ -34,7 +34,6 @@ #ifndef _DDB_DB_WATCH_H_ #define _DDB_DB_WATCH_H_ -#include #include /* diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index 1b2a99e42c1f..e4c9eb00d5ce 100644 --- a/sys/ddb/db_write_cmd.c +++ b/sys/ddb/db_write_cmd.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_write_cmd.c,v 1.4 1994/08/13 03:49:26 wollman Exp $ + * $Id: db_write_cmd.c,v 1.5 1995/05/30 07:57:23 rgrimes Exp $ */ /* @@ -34,6 +34,7 @@ #include #include #include +#include #include #include diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index fc57f1e3c0cd..e270b933128c 100644 --- a/sys/ddb/ddb.h +++ b/sys/ddb/ddb.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ddb.h,v 1.7 1995/11/24 13:53:05 bde Exp $ + * $Id: ddb.h,v 1.8 1995/11/29 10:25:50 phk Exp $ */ /* @@ -38,7 +38,6 @@ #define _DDB_DDB_H_ #include /* type definitions */ -#include typedef void db_cmdfcn_t __P((db_expr_t addr, boolean_t have_addr, db_expr_t count, char *modif)); diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index a44cbf2048b2..5d9dbd3cbd04 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_de.c,v 1.37 1995/11/17 12:11:22 davidg Exp $ + * $Id: if_de.c,v 1.38 1995/11/29 11:19:02 asami Exp $ * */ @@ -82,8 +82,9 @@ #endif #include -#include #include +#include +#include #if defined(__FreeBSD__) #include diff --git a/sys/dev/dgb/dgb.c b/sys/dev/dgb/dgb.c index fb46e283f264..68499f84a182 100644 --- a/sys/dev/dgb/dgb.c +++ b/sys/dev/dgb/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id: dgb.c,v 1.7 1995/11/29 14:39:06 julian Exp $ + * dgb.c $Id: dgb.c,v 1.8 1995/12/06 23:52:08 bde Exp $ * * Digiboard driver. * @@ -44,6 +44,8 @@ #include #include +#include +#include #include #include diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 95a937ca1bb5..844590e1ba6b 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.3 1995/12/05 02:01:51 davidg Exp $ + * $Id: if_fxp.c,v 1.4 1995/12/05 11:49:49 davidg Exp $ */ /* @@ -76,7 +76,7 @@ #include /* for vtophys */ #include /* for vtophys */ -#include /* for vtophys */ +#include /* for vtophys */ #include /* for DELAY */ #include diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 13d53cc96886..c80da3784fcb 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.34 1995/11/21 13:59:56 bde Exp $ +** $Id: pci.c,v 1.35 1995/12/06 15:52:23 se Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () @@ -59,8 +59,8 @@ #include #include +#include -#include #include #include /* XXX inthand2_t */ diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 5e352450aee5..1b732d90af05 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.c,v 1.20 1995/12/04 17:33:45 peter Exp $ + * $Id: si.c,v 1.21 1995/12/06 23:50:27 bde Exp $ */ #ifndef lint @@ -57,6 +57,8 @@ static char si_copyright1[] = "@(#) (C) Specialix International, 1990,1992", #include #include +#include +#include #include #include diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index a1c2796de161..6c736ca1c5de 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.c,v 1.132 1995/11/30 03:29:31 ache Exp $ + * $Id: syscons.c,v 1.133 1995/12/06 23:50:36 bde Exp $ */ #include "sc.h" @@ -56,6 +56,8 @@ #include #include +#include +#include #include #include diff --git a/sys/fs/msdosfs/msdosfs_denode.c b/sys/fs/msdosfs/msdosfs_denode.c index b40570501aee..9f71630b282e 100644 --- a/sys/fs/msdosfs/msdosfs_denode.c +++ b/sys/fs/msdosfs/msdosfs_denode.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_denode.c,v 1.13 1995/08/02 12:59:48 dfr Exp $ */ +/* $Id: msdosfs_denode.c,v 1.14 1995/12/03 16:41:53 bde Exp $ */ /* $NetBSD: msdosfs_denode.c,v 1.9 1994/08/21 18:44:00 ws Exp $ */ /*- @@ -59,6 +59,8 @@ #include /* defines "time" */ #include +#include +#include #include #include diff --git a/sys/fs/msdosfs/msdosfs_vnops.c b/sys/fs/msdosfs/msdosfs_vnops.c index b0d5cc7cb3ae..899d9f853243 100644 --- a/sys/fs/msdosfs/msdosfs_vnops.c +++ b/sys/fs/msdosfs/msdosfs_vnops.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_vnops.c,v 1.28 1995/11/13 18:47:40 bde Exp $ */ +/* $Id: msdosfs_vnops.c,v 1.29 1995/12/03 16:42:02 bde Exp $ */ /* $NetBSD: msdosfs_vnops.c,v 1.20 1994/08/21 18:44:13 ws Exp $ */ /*- @@ -65,6 +65,8 @@ #include #include +#include +#include #include #include diff --git a/sys/fs/procfs/procfs_ctl.c b/sys/fs/procfs/procfs_ctl.c index 700b61971eff..d11a296d2541 100644 --- a/sys/fs/procfs/procfs_ctl.c +++ b/sys/fs/procfs/procfs_ctl.c @@ -36,7 +36,7 @@ * * @(#)procfs_ctl.c 8.3 (Berkeley) 1/21/94 * - * $Id: procfs_ctl.c,v 1.6 1995/07/16 10:12:50 bde Exp $ + * $Id: procfs_ctl.c,v 1.7 1995/12/03 14:54:34 bde Exp $ */ #include @@ -53,6 +53,8 @@ #include #include +#include +#include #include diff --git a/sys/fs/procfs/procfs_mem.c b/sys/fs/procfs/procfs_mem.c index c75665a24c20..d24cbbfa7f96 100644 --- a/sys/fs/procfs/procfs_mem.c +++ b/sys/fs/procfs/procfs_mem.c @@ -37,7 +37,7 @@ * * @(#)procfs_mem.c 8.4 (Berkeley) 1/21/94 * - * $Id: procfs_mem.c,v 1.10 1995/10/23 04:28:59 dyson Exp $ + * $Id: procfs_mem.c,v 1.11 1995/12/03 14:54:35 bde Exp $ */ /* @@ -53,8 +53,15 @@ #include #include #include +#include +#include +#include +#include +#include #include +#include #include +#include static int procfs_rwmem __P((struct proc *p, struct uio *uio)); diff --git a/sys/fs/specfs/spec_vnops.c b/sys/fs/specfs/spec_vnops.c index ae51350cdfc8..38e694e83e74 100644 --- a/sys/fs/specfs/spec_vnops.c +++ b/sys/fs/specfs/spec_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)spec_vnops.c 8.6 (Berkeley) 4/9/94 - * $Id: spec_vnops.c,v 1.19 1995/11/29 12:38:49 julian Exp $ + * $Id: spec_vnops.c,v 1.20 1995/12/05 21:51:45 bde Exp $ */ #include @@ -48,8 +48,12 @@ #include #include #include +#include #include +#include +#include +#include #include #include #include diff --git a/sys/gnu/i386/isa/dgb.c b/sys/gnu/i386/isa/dgb.c index fb46e283f264..68499f84a182 100644 --- a/sys/gnu/i386/isa/dgb.c +++ b/sys/gnu/i386/isa/dgb.c @@ -1,5 +1,5 @@ /*- - * dgb.c $Id: dgb.c,v 1.7 1995/11/29 14:39:06 julian Exp $ + * dgb.c $Id: dgb.c,v 1.8 1995/12/06 23:52:08 bde Exp $ * * Digiboard driver. * @@ -44,6 +44,8 @@ #include #include +#include +#include #include #include diff --git a/sys/i386/apm/apm.c b/sys/i386/apm/apm.c index d1167dd28eb0..eee873d096e4 100644 --- a/sys/i386/apm/apm.c +++ b/sys/i386/apm/apm.c @@ -13,7 +13,7 @@ * * Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm.c,v 1.17 1995/11/29 10:47:13 julian Exp $ + * $Id: apm.c,v 1.18 1995/11/29 14:39:17 julian Exp $ */ #include "apm.h" @@ -43,6 +43,8 @@ #include #include #include +#include +#include #include #include "apm_setup.h" #endif /* __FreeBSD__ */ diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c index d1167dd28eb0..eee873d096e4 100644 --- a/sys/i386/bios/apm.c +++ b/sys/i386/bios/apm.c @@ -13,7 +13,7 @@ * * Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm.c,v 1.17 1995/11/29 10:47:13 julian Exp $ + * $Id: apm.c,v 1.18 1995/11/29 14:39:17 julian Exp $ */ #include "apm.h" @@ -43,6 +43,8 @@ #include #include #include +#include +#include #include #include "apm_setup.h" #endif /* __FreeBSD__ */ diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c index a61b909f0786..583735ea9d0d 100644 --- a/sys/i386/eisa/aha1742.c +++ b/sys/i386/eisa/aha1742.c @@ -14,7 +14,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id: aha1742.c,v 1.41 1995/11/29 10:12:28 phk Exp $ + * $Id: aha1742.c,v 1.42 1995/12/06 23:52:35 bde Exp $ */ #include @@ -32,6 +32,8 @@ #include #include +#include +#include #include #else diff --git a/sys/i386/i386/conf.c b/sys/i386/i386/conf.c index 318f50bd8442..e65ce8761489 100644 --- a/sys/i386/i386/conf.c +++ b/sys/i386/i386/conf.c @@ -42,7 +42,7 @@ * SUCH DAMAGE. * * from: @(#)conf.c 5.8 (Berkeley) 5/12/91 - * $Id: conf.c,v 1.110 1995/12/05 20:33:57 bde Exp $ + * $Id: conf.c,v 1.111 1995/12/06 22:31:54 bde Exp $ */ #include @@ -55,6 +55,8 @@ #include #include +#include +#include #ifdef JREMOD diff --git a/sys/i386/i386/db_disasm.c b/sys/i386/i386/db_disasm.c index 469364cb6614..690600f004e8 100644 --- a/sys/i386/i386/db_disasm.c +++ b/sys/i386/i386/db_disasm.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_disasm.c,v 1.10 1995/10/29 15:29:48 phk Exp $ + * $Id: db_disasm.c,v 1.11 1995/10/30 17:13:25 bde Exp $ */ /* @@ -32,6 +32,8 @@ #include #include #include +#include +#include #include #include diff --git a/sys/i386/i386/db_interface.c b/sys/i386/i386/db_interface.c index 2f458a8fc9c9..7536c1c419b1 100644 --- a/sys/i386/i386/db_interface.c +++ b/sys/i386/i386/db_interface.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_interface.c,v 1.14 1995/05/30 07:59:22 rgrimes Exp $ + * $Id: db_interface.c,v 1.15 1995/11/18 06:49:35 bde Exp $ */ /* @@ -40,10 +40,11 @@ #include /* XXX: import cons_unavail */ -#include - +#include +#include #include +#include #include int db_active = 0; diff --git a/sys/i386/i386/genassym.c b/sys/i386/i386/genassym.c index 2d47b84cefe5..b0c77b0aa371 100644 --- a/sys/i386/i386/genassym.c +++ b/sys/i386/i386/genassym.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)genassym.c 5.11 (Berkeley) 5/10/91 - * $Id: genassym.c,v 1.28 1995/08/17 11:29:55 davidg Exp $ + * $Id: genassym.c,v 1.29 1995/12/03 18:35:17 bde Exp $ */ #include @@ -57,7 +57,12 @@ #include #include #include +#include #include +#include +#include +#include +#include #include #include #include diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 6520a1697289..4717cc740289 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.153 1995/11/29 19:57:01 wollman Exp $ + * $Id: machdep.c,v 1.154 1995/12/04 16:47:40 phk Exp $ */ #include "npx.h" @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include @@ -62,6 +61,7 @@ #include #include #include +#include #ifdef SYSVSHM #include @@ -76,10 +76,17 @@ #endif #include +#include +#include +#include #include +#include #include +#include #include +#include +#include #include #include diff --git a/sys/i386/i386/math_emulate.c b/sys/i386/i386/math_emulate.c index f995d0cdd72b..8051bb8651a1 100644 --- a/sys/i386/i386/math_emulate.c +++ b/sys/i386/i386/math_emulate.c @@ -6,7 +6,7 @@ * [expediant "port" of linux 8087 emulator to 386BSD, with apologies -wfj] * * from: 386BSD 0.1 - * $Id: math_emulate.c,v 1.13 1995/06/14 05:06:51 bde Exp $ + * $Id: math_emulate.c,v 1.14 1995/10/29 15:29:56 phk Exp $ */ /* @@ -43,11 +43,18 @@ #include #include -#include #include #include #include +#include +#include +#include +#include +#include +#include +#include + #define __ALIGNED_TEMP_REAL 1 #include "math_emu.h" diff --git a/sys/i386/i386/mem.c b/sys/i386/i386/mem.c index a444ed62f3c0..5fb364e4b3e2 100644 --- a/sys/i386/i386/mem.c +++ b/sys/i386/i386/mem.c @@ -38,7 +38,7 @@ * * from: Utah $Hdr: mem.c 1.13 89/10/08$ * from: @(#)mem.c 7.2 (Berkeley) 5/9/91 - * $Id: mem.c,v 1.20 1995/11/29 10:47:18 julian Exp $ + * $Id: mem.c,v 1.21 1995/11/29 14:39:26 julian Exp $ */ /* @@ -62,6 +62,7 @@ #include #include #include +#include #ifdef JREMOD #include diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index 3ef2d87dae7e..e89ef2da649b 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 - * $Id: pmap.c,v 1.65 1995/11/20 12:10:01 phk Exp $ + * $Id: pmap.c,v 1.66 1995/12/03 18:35:28 bde Exp $ */ /* @@ -89,13 +89,20 @@ #include #include #include -#include #include +#include #include +#include +#include +#include #include #include +#include +#include +#include +#include #include #include diff --git a/sys/i386/i386/procfs_machdep.c b/sys/i386/i386/procfs_machdep.c index 1b51d06a6eef..1c88a551637d 100644 --- a/sys/i386/i386/procfs_machdep.c +++ b/sys/i386/i386/procfs_machdep.c @@ -37,7 +37,7 @@ * @(#)procfs_machdep.c 8.3 (Berkeley) 1/27/94 * * From: - * $Id: procfs_machdep.c,v 1.3 1995/01/14 13:20:09 bde Exp $ + * $Id: procfs_machdep.c,v 1.4 1995/03/16 18:11:29 bde Exp $ */ /* @@ -72,7 +72,6 @@ #include #include #include -#include #include #include #include @@ -80,6 +79,15 @@ #include #include +#include +#include +#include +#include +#include +#include + +#include + int procfs_read_regs(p, regs) struct proc *p; diff --git a/sys/i386/i386/sys_machdep.c b/sys/i386/i386/sys_machdep.c index ca6dcc91c942..686d33dd76c6 100644 --- a/sys/i386/i386/sys_machdep.c +++ b/sys/i386/i386/sys_machdep.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)sys_machdep.c 5.5 (Berkeley) 1/19/91 - * $Id$ + * $Id: sys_machdep.c,v 1.11 1995/11/12 07:10:47 bde Exp $ * */ @@ -39,6 +39,15 @@ #include #include #include + +#include +#include +#include +#include +#include +#include +#include + #include #include diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c index 1b92567c9e48..5c8a647dec7f 100644 --- a/sys/i386/i386/trap.c +++ b/sys/i386/i386/trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.61 1995/10/09 04:36:01 bde Exp $ + * $Id: trap.c,v 1.62 1995/10/28 15:38:32 phk Exp $ */ /* @@ -45,20 +45,27 @@ #include #include #include -#include #include #include #include #include +#include +#include #ifdef KTRACE #include #endif +#include #include +#include +#include #include #include #include #include +#include + +#include #include #include diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index 6e2a520a6011..9779f11e67bf 100644 --- a/sys/i386/i386/vm_machdep.c +++ b/sys/i386/i386/vm_machdep.c @@ -38,7 +38,7 @@ * * from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91 * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ - * $Id: vm_machdep.c,v 1.44 1995/11/18 06:54:11 bde Exp $ + * $Id: vm_machdep.c,v 1.45 1995/11/20 12:10:09 phk Exp $ */ #include "npx.h" @@ -48,15 +48,22 @@ #include #include #include -#include +#include #include #include #include #include +#include +#include +#include #include #include +#include +#include + +#include #include diff --git a/sys/i386/ibcs2/ibcs2_isc.c b/sys/i386/ibcs2/ibcs2_isc.c index 0b6f596690c6..ae81a2d95167 100644 --- a/sys/i386/ibcs2/ibcs2_isc.c +++ b/sys/i386/ibcs2/ibcs2_isc.c @@ -27,12 +27,13 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: ibcs2_isc.c,v 1.4 1995/05/30 07:59:58 rgrimes Exp $ + * $Id: ibcs2_isc.c,v 1.5 1995/10/10 07:58:52 swallace Exp $ */ #include #include #include +#include #include #include diff --git a/sys/i386/ibcs2/ibcs2_other.c b/sys/i386/ibcs2/ibcs2_other.c index 8708fc6b6b9e..1614a0d09fb2 100644 --- a/sys/i386/ibcs2/ibcs2_other.c +++ b/sys/i386/ibcs2/ibcs2_other.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: ibcs2_other.c,v 1.2 1995/10/16 05:52:55 swallace Exp $ */ /* @@ -30,6 +30,7 @@ #include #include +#include #include #include diff --git a/sys/i386/ibcs2/ibcs2_util.h b/sys/i386/ibcs2/ibcs2_util.h index 124a41132a27..17594bb85744 100644 --- a/sys/i386/ibcs2/ibcs2_util.h +++ b/sys/i386/ibcs2/ibcs2_util.h @@ -41,6 +41,7 @@ #include #include +#include #include #include #include diff --git a/sys/i386/ibcs2/imgact_coff.c b/sys/i386/ibcs2/imgact_coff.c index 170c2fa94d22..c71ff503a4ea 100644 --- a/sys/i386/ibcs2/imgact_coff.c +++ b/sys/i386/ibcs2/imgact_coff.c @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: imgact_coff.c,v 1.9 1995/10/10 17:33:19 swallace Exp $ + * $Id: imgact_coff.c,v 1.10 1995/11/06 12:52:14 davidg Exp $ */ #include @@ -40,8 +40,15 @@ #include #include #include + #include +#include +#include +#include +#include +#include #include +#include #include #include diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c index 9230a68d8d46..9f79dd6cdc8f 100644 --- a/sys/i386/isa/aha1542.c +++ b/sys/i386/isa/aha1542.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: aha1542.c,v 1.50 1995/11/04 17:07:00 bde Exp $ + * $Id: aha1542.c,v 1.51 1995/12/06 23:50:45 bde Exp $ */ /* @@ -35,6 +35,8 @@ #include /* XXX for bootverbose: a funny place */ #include +#include +#include #include #endif /* KERNEL */ diff --git a/sys/i386/isa/bt742a.c b/sys/i386/isa/bt742a.c index a092cea5db3a..329ab8795ea0 100644 --- a/sys/i386/isa/bt742a.c +++ b/sys/i386/isa/bt742a.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: bt742a.c,v 1.44 1995/12/06 23:50:06 bde Exp $ + * $Id: bt742a.c,v 1.45 1995/12/07 09:13:48 peter Exp $ */ /* @@ -50,6 +50,8 @@ #include #include +#include +#include #include #include diff --git a/sys/i386/isa/cronyx.c b/sys/i386/isa/cronyx.c index c78255727fed..c5ed8f4879db 100644 --- a/sys/i386/isa/cronyx.c +++ b/sys/i386/isa/cronyx.c @@ -30,6 +30,8 @@ # include # include # include +# include +# include # ifndef __FreeBSD__ # include # endif diff --git a/sys/i386/isa/if_le.c b/sys/i386/isa/if_le.c index 2e38218dcb59..241f47cefd61 100644 --- a/sys/i386/isa/if_le.c +++ b/sys/i386/isa/if_le.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_le.c,v 1.23 1995/11/04 17:07:33 bde Exp $ + * $Id: if_le.c,v 1.24 1995/12/05 02:01:13 davidg Exp $ */ /* @@ -82,6 +82,8 @@ #include #include +#include +#include #if NBPFILTER > 0 #include diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c index 503d0d4a825d..e04a500b5b29 100644 --- a/sys/i386/isa/isa.c +++ b/sys/i386/isa/isa.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 - * $Id: isa.c,v 1.56 1995/11/20 12:41:44 phk Exp $ + * $Id: isa.c,v 1.57 1995/11/20 13:24:18 bde Exp $ */ /* @@ -61,6 +61,8 @@ #include #include #include +#include +#include #include #include #include diff --git a/sys/i386/isa/lpt.c b/sys/i386/isa/lpt.c index 3c5c0f46ba8f..3c0b4b467537 100644 --- a/sys/i386/isa/lpt.c +++ b/sys/i386/isa/lpt.c @@ -46,7 +46,7 @@ * SUCH DAMAGE. * * from: unknown origin, 386BSD 0.1 - * $Id: lpt.c,v 1.43 1995/12/02 20:33:40 phk Exp $ + * $Id: lpt.c,v 1.44 1995/12/06 23:50:14 bde Exp $ */ /* @@ -118,6 +118,8 @@ #include #include +#include +#include #include #include diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h index 65aa098c82f7..57848cc8d409 100644 --- a/sys/i386/isa/pcvt/pcvt_hdr.h +++ b/sys/i386/isa/pcvt/pcvt_hdr.h @@ -169,6 +169,9 @@ #include #include #endif +#include +#include +#include #else /* PCVT_FREEBSD >= 200 */ #include "machine/pc/display.h" #endif /* PCVT_FREEBSD >= 200 */ diff --git a/sys/i386/isa/seagate.c b/sys/i386/isa/seagate.c index eaf6142b85ab..76a521572642 100644 --- a/sys/i386/isa/seagate.c +++ b/sys/i386/isa/seagate.c @@ -60,7 +60,7 @@ * that category, with the possible exception of scanners and * some of the older MO drives. * - * $Id: seagate.c,v 1.12 1995/11/04 17:07:44 bde Exp $ + * $Id: seagate.c,v 1.13 1995/12/06 23:50:20 bde Exp $ */ /* @@ -126,6 +126,8 @@ #include #include +#include +#include #include diff --git a/sys/i386/isa/si.c b/sys/i386/isa/si.c index 5e352450aee5..1b732d90af05 100644 --- a/sys/i386/isa/si.c +++ b/sys/i386/isa/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.c,v 1.20 1995/12/04 17:33:45 peter Exp $ + * $Id: si.c,v 1.21 1995/12/06 23:50:27 bde Exp $ */ #ifndef lint @@ -57,6 +57,8 @@ static char si_copyright1[] = "@(#) (C) Specialix International, 1990,1992", #include #include +#include +#include #include #include diff --git a/sys/i386/isa/sound/os.h b/sys/i386/isa/sound/os.h index ad5b98efbe9f..69c641e4ace3 100644 --- a/sys/i386/isa/sound/os.h +++ b/sys/i386/isa/sound/os.h @@ -32,6 +32,9 @@ #include #include #include +#include +#include +#include /* These few lines are used by 386BSD (only??). */ diff --git a/sys/i386/isa/syscons.c b/sys/i386/isa/syscons.c index a1c2796de161..6c736ca1c5de 100644 --- a/sys/i386/isa/syscons.c +++ b/sys/i386/isa/syscons.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.c,v 1.132 1995/11/30 03:29:31 ache Exp $ + * $Id: syscons.c,v 1.133 1995/12/06 23:50:36 bde Exp $ */ #include "sc.h" @@ -56,6 +56,8 @@ #include #include +#include +#include #include #include diff --git a/sys/i386/isa/ultra14f.c b/sys/i386/isa/ultra14f.c index 15d665f323e8..ca7b7e2149a7 100644 --- a/sys/i386/isa/ultra14f.c +++ b/sys/i386/isa/ultra14f.c @@ -22,7 +22,7 @@ * today: Fri Jun 2 17:21:03 EST 1994 * added 24F support ++sg * - * $Id: ultra14f.c,v 1.39 1995/11/14 09:53:17 phk Exp $ + * $Id: ultra14f.c,v 1.40 1995/12/06 23:50:39 bde Exp $ */ #include @@ -42,6 +42,8 @@ #include #include +#include +#include #include #endif /*KERNEL */ diff --git a/sys/i386/isa/wd.c b/sys/i386/isa/wd.c index af05cebf29d6..354b0bb7d87c 100644 --- a/sys/i386/isa/wd.c +++ b/sys/i386/isa/wd.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)wd.c 7.2 (Berkeley) 5/9/91 - * $Id: wd.c,v 1.94 1995/11/29 10:48:01 julian Exp $ + * $Id: wd.c,v 1.95 1995/11/29 14:40:08 julian Exp $ */ /* TODO: @@ -88,6 +88,9 @@ #include #include #include +#include +#include +#include #ifdef ATAPI #include diff --git a/sys/i386/isa/wd7000.c b/sys/i386/isa/wd7000.c index dea826211fde..b716d5433a0c 100644 --- a/sys/i386/isa/wd7000.c +++ b/sys/i386/isa/wd7000.c @@ -68,6 +68,8 @@ #include #include +#include +#include #include diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c index 9f92e8f8741d..781aad68fdc8 100644 --- a/sys/i386/scsi/aic7xxx.c +++ b/sys/i386/scsi/aic7xxx.c @@ -24,7 +24,7 @@ * * commenced: Sun Sep 27 18:14:01 PDT 1992 * - * $Id: aic7xxx.c,v 1.47 1995/11/07 07:01:05 gibbs Exp $ + * $Id: aic7xxx.c,v 1.48 1995/12/06 23:51:37 bde Exp $ */ /* * TODO: @@ -45,6 +45,8 @@ #include #include +#include +#include #include #include diff --git a/sys/isa/syscons.c b/sys/isa/syscons.c index a1c2796de161..6c736ca1c5de 100644 --- a/sys/isa/syscons.c +++ b/sys/isa/syscons.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.c,v 1.132 1995/11/30 03:29:31 ache Exp $ + * $Id: syscons.c,v 1.133 1995/12/06 23:50:36 bde Exp $ */ #include "sc.h" @@ -56,6 +56,8 @@ #include #include +#include +#include #include #include diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index 7d3fea520f45..2619bbea8cf5 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: imgact_aout.c,v 1.17 1995/11/06 12:52:29 davidg Exp $ + * $Id: imgact_aout.c,v 1.18 1995/12/02 16:31:59 bde Exp $ */ #include @@ -42,6 +42,12 @@ #include #include +#include +#include +#include +#include +#include +#include static int exec_aout_imgact __P((struct image_params *imgp)); diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c index 792f8d6798e6..4fa24eff7708 100644 --- a/sys/kern/imgact_gzip.c +++ b/sys/kern/imgact_gzip.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: imgact_gzip.c,v 1.15 1995/11/06 12:52:30 davidg Exp $ + * $Id: imgact_gzip.c,v 1.16 1995/12/02 16:32:01 bde Exp $ * * This module handles execution of a.out files which have been run through * "gzip". This saves diskspace, but wastes cpu-cycles and VM. @@ -33,7 +33,13 @@ #include #include +#include +#include +#include +#include +#include #include +#include struct imgact_gzip { struct image_params *ip; diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 777baba344e2..a2348d23d17f 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)init_main.c 8.9 (Berkeley) 1/21/94 - * $Id: init_main.c,v 1.33 1995/12/02 17:10:29 bde Exp $ + * $Id: init_main.c,v 1.34 1995/12/04 16:48:18 phk Exp $ */ #include @@ -66,15 +66,21 @@ #include #include #include -#include #include +#include #include #include #include -#include +#include +#include +#include +#include +#include +#include +#include extern struct linker_set sysinit_set; /* XXX */ diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index 77cdc09065b7..a662efc34b73 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_clock.c 8.5 (Berkeley) 1/21/94 - * $Id: kern_clock.c,v 1.21 1995/12/04 16:48:20 phk Exp $ + * $Id: kern_clock.c,v 1.22 1995/12/06 13:27:37 phk Exp $ */ /* Portions of this software are covered by the following: */ @@ -66,6 +66,11 @@ #include #include #include +#include +#include +#include +#include +#include #include #include diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c index c98b6f472f49..cc3ec9299081 100644 --- a/sys/kern/kern_descrip.c +++ b/sys/kern/kern_descrip.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_descrip.c 8.6 (Berkeley) 4/19/94 - * $Id: kern_descrip.c,v 1.18 1995/12/04 16:48:24 phk Exp $ + * $Id: kern_descrip.c,v 1.19 1995/12/05 21:51:28 bde Exp $ */ #include @@ -59,6 +59,8 @@ #include #include +#include +#include #ifdef JREMOD #include diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index 24a219cfa107..2b0196009538 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_exec.c,v 1.26 1995/11/12 06:42:53 bde Exp $ + * $Id: kern_exec.c,v 1.27 1995/11/13 10:45:22 davidg Exp $ */ #include @@ -49,7 +49,13 @@ #include #include +#include +#include +#include +#include +#include #include +#include #include diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c index d296f1ce71f4..0f46758e8c5a 100644 --- a/sys/kern/kern_exit.c +++ b/sys/kern/kern_exit.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_exit.c 8.7 (Berkeley) 2/12/94 - * $Id: kern_exit.c,v 1.19 1995/10/23 19:44:38 swallace Exp $ + * $Id: kern_exit.c,v 1.20 1995/11/11 05:49:22 bde Exp $ */ #include @@ -68,6 +68,11 @@ #endif #include +#include +#include +#include +#include +#include #include static int wait1 __P((struct proc *, struct wait_args *, int [], int)); diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index 285cb6f80446..037fd01fbed8 100644 --- a/sys/kern/kern_fork.c +++ b/sys/kern/kern_fork.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_fork.c 8.6 (Berkeley) 4/8/94 - * $Id: kern_fork.c,v 1.13 1995/10/08 00:06:05 swallace Exp $ + * $Id: kern_fork.c,v 1.14 1995/11/12 06:42:54 bde Exp $ */ #include @@ -53,6 +53,8 @@ #include #include +#include +#include static int fork1(struct proc *, int, int *); diff --git a/sys/kern/kern_lkm.c b/sys/kern/kern_lkm.c index 9b2c46eeaa5f..bcebe68c020e 100644 --- a/sys/kern/kern_lkm.c +++ b/sys/kern/kern_lkm.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: kern_lkm.c,v 1.21 1995/11/29 14:40:34 julian Exp $ + * $Id: kern_lkm.c,v 1.22 1995/11/29 17:45:59 wollman Exp $ */ #include @@ -53,6 +53,7 @@ #include #include #include +#include #ifdef JREMOD #ifdef DEVFS diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index f317006b9e3e..900b2c7a804f 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)kern_malloc.c 8.3 (Berkeley) 1/4/94 - * $Id: kern_malloc.c,v 1.14 1995/09/09 18:10:03 davidg Exp $ + * $Id: kern_malloc.c,v 1.15 1995/12/02 17:10:34 bde Exp $ */ #include @@ -39,9 +39,12 @@ #include #include #include +#include #include +#include #include +#include static void kmeminit __P((void *)); SYSINIT(kmem, SI_SUB_KMEM, SI_ORDER_FIRST, kmeminit, NULL) diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c index 47e0e7bdc7a2..36f1c14033dd 100644 --- a/sys/kern/kern_physio.c +++ b/sys/kern/kern_physio.c @@ -16,7 +16,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: kern_physio.c,v 1.13 1995/11/28 02:40:38 peter Exp $ + * $Id: kern_physio.c,v 1.14 1995/12/02 18:58:48 bde Exp $ */ #include @@ -25,6 +25,8 @@ #include #include #include +#include +#include static void physwakeup __P((struct buf *bp)); diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c index 0b2343bc31cc..03f921fdc50d 100644 --- a/sys/kern/kern_proc.c +++ b/sys/kern/kern_proc.c @@ -31,14 +31,13 @@ * SUCH DAMAGE. * * @(#)kern_proc.c 8.4 (Berkeley) 1/4/94 - * $Id: kern_proc.c,v 1.11 1995/11/14 09:16:27 phk Exp $ + * $Id: kern_proc.c,v 1.12 1995/12/02 18:58:49 bde Exp $ */ #include #include #include #include -#include #include #include #include @@ -51,6 +50,13 @@ #include #include #include +#include +#include +#include +#include +#include +#include +#include struct prochd qs[NQS]; /* as good a place as any... */ struct prochd rtqs[NQS]; /* Space for REALTIME queues too */ diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c index b60451385769..eb6633d47eab 100644 --- a/sys/kern/kern_resource.c +++ b/sys/kern/kern_resource.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_resource.c 8.5 (Berkeley) 1/21/94 - * $Id: kern_resource.c,v 1.15 1995/11/11 01:48:17 bde Exp $ + * $Id: kern_resource.c,v 1.16 1995/11/12 06:42:59 bde Exp $ */ #include @@ -49,6 +49,11 @@ #include #include +#include +#include +#include +#include +#include int donice __P((struct proc *, struct proc *, int)); int dosetrlimit __P((struct proc *, u_int, struct rlimit *)); diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index c46d56c96df2..bee3f8a6fdaf 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_sig.c 8.7 (Berkeley) 4/18/94 - * $Id: kern_sig.c,v 1.13 1995/11/12 06:43:00 bde Exp $ + * $Id: kern_sig.c,v 1.14 1995/11/18 10:01:38 bde Exp $ */ #define SIGPROP /* include signal properties table */ @@ -62,6 +62,11 @@ #include #include +#include +#include +#include +#include +#include #include /* for coredump */ extern int killpg1 __P((struct proc *cp, int signum, int pgid, int all)); diff --git a/sys/kern/kern_synch.c b/sys/kern/kern_synch.c index 34ef802074fd..27fce767bd8c 100644 --- a/sys/kern/kern_synch.c +++ b/sys/kern/kern_synch.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_synch.c 8.6 (Berkeley) 1/21/94 - * $Id: kern_synch.c,v 1.14 1995/12/02 17:10:35 bde Exp $ + * $Id: kern_synch.c,v 1.15 1995/12/02 18:58:40 bde Exp $ */ #include @@ -47,7 +47,10 @@ #include #include #include +#include #include +#include +#include #ifdef KTRACE #include #endif diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c index 8e75157b4560..b258bb4a7aae 100644 --- a/sys/kern/kern_sysctl.c +++ b/sys/kern/kern_sysctl.c @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)kern_sysctl.c 8.4 (Berkeley) 4/14/94 - * $Id: kern_sysctl.c,v 1.54 1995/12/05 21:51:33 bde Exp $ + * $Id: kern_sysctl.c,v 1.55 1995/12/06 13:27:38 phk Exp $ */ #include @@ -49,8 +49,11 @@ #include #include #include +#include #include +#include +#include /* * Locking and stats diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c index 77cdc09065b7..a662efc34b73 100644 --- a/sys/kern/kern_tc.c +++ b/sys/kern/kern_tc.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_clock.c 8.5 (Berkeley) 1/21/94 - * $Id: kern_clock.c,v 1.21 1995/12/04 16:48:20 phk Exp $ + * $Id: kern_clock.c,v 1.22 1995/12/06 13:27:37 phk Exp $ */ /* Portions of this software are covered by the following: */ @@ -66,6 +66,11 @@ #include #include #include +#include +#include +#include +#include +#include #include #include diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index 77cdc09065b7..a662efc34b73 100644 --- a/sys/kern/kern_timeout.c +++ b/sys/kern/kern_timeout.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)kern_clock.c 8.5 (Berkeley) 1/21/94 - * $Id: kern_clock.c,v 1.21 1995/12/04 16:48:20 phk Exp $ + * $Id: kern_clock.c,v 1.22 1995/12/06 13:27:37 phk Exp $ */ /* Portions of this software are covered by the following: */ @@ -66,6 +66,11 @@ #include #include #include +#include +#include +#include +#include +#include #include #include diff --git a/sys/kern/subr_rlist.c b/sys/kern/subr_rlist.c index 814239e5883e..cffeb543ff2d 100644 --- a/sys/kern/subr_rlist.c +++ b/sys/kern/subr_rlist.c @@ -54,7 +54,7 @@ * functioning of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $Id: subr_rlist.c,v 1.11 1995/10/21 08:38:13 davidg Exp $ + * $Id: subr_rlist.c,v 1.12 1995/12/02 18:58:53 bde Exp $ */ #include @@ -63,7 +63,9 @@ #include #include #include +#include #include +#include /* * Resource lists. diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 1b92567c9e48..5c8a647dec7f 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)trap.c 7.4 (Berkeley) 5/13/91 - * $Id: trap.c,v 1.61 1995/10/09 04:36:01 bde Exp $ + * $Id: trap.c,v 1.62 1995/10/28 15:38:32 phk Exp $ */ /* @@ -45,20 +45,27 @@ #include #include #include -#include #include #include #include #include +#include +#include #ifdef KTRACE #include #endif +#include #include +#include +#include #include #include #include #include +#include + +#include #include #include diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c index e7e48b31b458..ceb4612ba821 100644 --- a/sys/kern/sys_process.c +++ b/sys/kern/sys_process.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sys_process.c,v 1.15 1995/11/12 06:43:06 bde Exp $ + * $Id: sys_process.c,v 1.16 1995/11/14 09:05:34 phk Exp $ */ #include @@ -38,12 +38,20 @@ #include #include #include +#include #include #include #include +#include +#include +#include +#include +#include +#include #include #include +#include #include diff --git a/sys/kern/sysv_shm.c b/sys/kern/sysv_shm.c index 1b35285ca006..78e7f0aa636c 100644 --- a/sys/kern/sysv_shm.c +++ b/sys/kern/sysv_shm.c @@ -1,4 +1,4 @@ -/* $Id: sysv_shm.c,v 1.11 1995/11/30 07:58:50 julian Exp $ */ +/* $Id: sysv_shm.c,v 1.12 1995/12/04 02:26:53 jkh Exp $ */ /* $NetBSD: sysv_shm.c,v 1.23 1994/07/04 23:25:12 glass Exp $ */ /* @@ -43,8 +43,13 @@ #include #include +#include +#include +#include +#include #include #include +#include struct shmat_args; extern int shmat __P((struct proc *p, struct shmat_args *uap, int *retval)); diff --git a/sys/kern/tty.c b/sys/kern/tty.c index d9c24e8a0ef4..8756a0b91da8 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)tty.c 8.8 (Berkeley) 1/21/94 - * $Id: tty.c,v 1.70 1995/09/10 11:48:13 bde Exp $ + * $Id: tty.c,v 1.71 1995/10/31 19:27:50 bde Exp $ */ /*- @@ -91,6 +91,11 @@ #endif #include +#include +#include +#include +#include +#include static int proc_compare __P((struct proc *p1, struct proc *p2)); static int ttnread __P((struct tty *tp)); diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c index 7e10b01610c6..027ad1958d2b 100644 --- a/sys/kern/uipc_mbuf.c +++ b/sys/kern/uipc_mbuf.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)uipc_mbuf.c 8.2 (Berkeley) 1/4/94 - * $Id: uipc_mbuf.c,v 1.14 1995/12/02 17:10:41 bde Exp $ + * $Id: uipc_mbuf.c,v 1.15 1995/12/02 18:58:42 bde Exp $ */ #include @@ -46,7 +46,9 @@ #include #include +#include #include +#include static void mbinit __P((void *)); SYSINIT(mbuf, SI_SUB_MBUF, SI_ORDER_FIRST, mbinit, NULL) diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 1394ed1e2aa5..4a9a905e40ca 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: vfs_bio.c,v 1.73 1995/12/02 18:58:44 bde Exp $ + * $Id: vfs_bio.c,v 1.74 1995/12/04 16:48:32 phk Exp $ */ /* @@ -40,11 +40,15 @@ #include #include #include +#include #include +#include +#include #include #include #include #include +#include #include #include #include diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index bc4172f184e3..157baa86d22f 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)vfs_cluster.c 8.7 (Berkeley) 2/13/94 - * $Id: vfs_cluster.c,v 1.27 1995/11/20 03:55:48 dyson Exp $ + * $Id: vfs_cluster.c,v 1.28 1995/11/20 04:53:45 dyson Exp $ */ #include @@ -47,6 +47,8 @@ #include #include #include +#include +#include #include #include diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index 9d5a5f5c220a..76851ffc6735 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.13 (Berkeley) 4/18/94 - * $Id: vfs_subr.c,v 1.45 1995/12/02 18:58:56 bde Exp $ + * $Id: vfs_subr.c,v 1.46 1995/12/06 13:27:39 phk Exp $ */ /* @@ -61,6 +61,9 @@ #include #include +#include +#include +#include #include #include diff --git a/sys/kern/vfs_extattr.c b/sys/kern/vfs_extattr.c index 31b955afe6ad..68715c8546bb 100644 --- a/sys/kern/vfs_extattr.c +++ b/sys/kern/vfs_extattr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 - * $Id: vfs_syscalls.c,v 1.40 1995/11/14 09:19:16 phk Exp $ + * $Id: vfs_syscalls.c,v 1.41 1995/11/18 11:35:05 bde Exp $ */ #include @@ -59,6 +59,9 @@ #endif #include +#include +#include +#include #include static int change_dir __P((struct nameidata *ndp, struct proc *p)); diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 9d5a5f5c220a..76851ffc6735 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_subr.c 8.13 (Berkeley) 4/18/94 - * $Id: vfs_subr.c,v 1.45 1995/12/02 18:58:56 bde Exp $ + * $Id: vfs_subr.c,v 1.46 1995/12/06 13:27:39 phk Exp $ */ /* @@ -61,6 +61,9 @@ #include #include +#include +#include +#include #include #include diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index 31b955afe6ad..68715c8546bb 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_syscalls.c 8.13 (Berkeley) 4/15/94 - * $Id: vfs_syscalls.c,v 1.40 1995/11/14 09:19:16 phk Exp $ + * $Id: vfs_syscalls.c,v 1.41 1995/11/18 11:35:05 bde Exp $ */ #include @@ -59,6 +59,9 @@ #endif #include +#include +#include +#include #include static int change_dir __P((struct nameidata *ndp, struct proc *p)); diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c index 46e897f70092..de25632f35fa 100644 --- a/sys/kern/vfs_vnops.c +++ b/sys/kern/vfs_vnops.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)vfs_vnops.c 8.2 (Berkeley) 1/21/94 - * $Id: vfs_vnops.c,v 1.18 1995/10/06 09:43:32 phk Exp $ + * $Id: vfs_vnops.c,v 1.19 1995/10/22 09:32:29 davidg Exp $ */ #include @@ -52,6 +52,8 @@ #include #include +#include +#include #include struct fileops vnops = diff --git a/sys/miscfs/procfs/procfs_ctl.c b/sys/miscfs/procfs/procfs_ctl.c index 700b61971eff..d11a296d2541 100644 --- a/sys/miscfs/procfs/procfs_ctl.c +++ b/sys/miscfs/procfs/procfs_ctl.c @@ -36,7 +36,7 @@ * * @(#)procfs_ctl.c 8.3 (Berkeley) 1/21/94 * - * $Id: procfs_ctl.c,v 1.6 1995/07/16 10:12:50 bde Exp $ + * $Id: procfs_ctl.c,v 1.7 1995/12/03 14:54:34 bde Exp $ */ #include @@ -53,6 +53,8 @@ #include #include +#include +#include #include diff --git a/sys/miscfs/procfs/procfs_mem.c b/sys/miscfs/procfs/procfs_mem.c index c75665a24c20..d24cbbfa7f96 100644 --- a/sys/miscfs/procfs/procfs_mem.c +++ b/sys/miscfs/procfs/procfs_mem.c @@ -37,7 +37,7 @@ * * @(#)procfs_mem.c 8.4 (Berkeley) 1/21/94 * - * $Id: procfs_mem.c,v 1.10 1995/10/23 04:28:59 dyson Exp $ + * $Id: procfs_mem.c,v 1.11 1995/12/03 14:54:35 bde Exp $ */ /* @@ -53,8 +53,15 @@ #include #include #include +#include +#include +#include +#include +#include #include +#include #include +#include static int procfs_rwmem __P((struct proc *p, struct uio *uio)); diff --git a/sys/miscfs/specfs/spec_vnops.c b/sys/miscfs/specfs/spec_vnops.c index ae51350cdfc8..38e694e83e74 100644 --- a/sys/miscfs/specfs/spec_vnops.c +++ b/sys/miscfs/specfs/spec_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)spec_vnops.c 8.6 (Berkeley) 4/9/94 - * $Id: spec_vnops.c,v 1.19 1995/11/29 12:38:49 julian Exp $ + * $Id: spec_vnops.c,v 1.20 1995/12/05 21:51:45 bde Exp $ */ #include @@ -48,8 +48,12 @@ #include #include #include +#include #include +#include +#include +#include #include #include #include diff --git a/sys/msdosfs/msdosfs_denode.c b/sys/msdosfs/msdosfs_denode.c index b40570501aee..9f71630b282e 100644 --- a/sys/msdosfs/msdosfs_denode.c +++ b/sys/msdosfs/msdosfs_denode.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_denode.c,v 1.13 1995/08/02 12:59:48 dfr Exp $ */ +/* $Id: msdosfs_denode.c,v 1.14 1995/12/03 16:41:53 bde Exp $ */ /* $NetBSD: msdosfs_denode.c,v 1.9 1994/08/21 18:44:00 ws Exp $ */ /*- @@ -59,6 +59,8 @@ #include /* defines "time" */ #include +#include +#include #include #include diff --git a/sys/msdosfs/msdosfs_vnops.c b/sys/msdosfs/msdosfs_vnops.c index b0d5cc7cb3ae..899d9f853243 100644 --- a/sys/msdosfs/msdosfs_vnops.c +++ b/sys/msdosfs/msdosfs_vnops.c @@ -1,4 +1,4 @@ -/* $Id: msdosfs_vnops.c,v 1.28 1995/11/13 18:47:40 bde Exp $ */ +/* $Id: msdosfs_vnops.c,v 1.29 1995/12/03 16:42:02 bde Exp $ */ /* $NetBSD: msdosfs_vnops.c,v 1.20 1994/08/21 18:44:13 ws Exp $ */ /*- @@ -65,6 +65,8 @@ #include #include +#include +#include #include #include diff --git a/sys/nfs/nfs_bio.c b/sys/nfs/nfs_bio.c index a32ca7316d84..303cb220e959 100644 --- a/sys/nfs/nfs_bio.c +++ b/sys/nfs/nfs_bio.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_bio.c 8.5 (Berkeley) 1/4/94 - * $Id: nfs_bio.c,v 1.18 1995/10/29 15:32:46 phk Exp $ + * $Id: nfs_bio.c,v 1.19 1995/12/03 10:02:52 bde Exp $ */ #include @@ -48,6 +48,8 @@ #include #include +#include +#include #include #include diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c index 5118f156bdf5..d590ce4d1231 100644 --- a/sys/nfs/nfs_common.c +++ b/sys/nfs/nfs_common.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_subs.c,v 1.23 1995/08/24 10:17:35 dfr Exp $ + * $Id: nfs_subs.c,v 1.24 1995/10/29 15:33:08 phk Exp $ */ /* @@ -59,6 +59,9 @@ #endif #include +#include +#include +#include #include #include diff --git a/sys/nfs/nfs_serv.c b/sys/nfs/nfs_serv.c index 228513e349a2..0173c99677c3 100644 --- a/sys/nfs/nfs_serv.c +++ b/sys/nfs/nfs_serv.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_serv.c 8.3 (Berkeley) 1/12/94 - * $Id: nfs_serv.c,v 1.24 1995/08/24 11:39:31 davidg Exp $ + * $Id: nfs_serv.c,v 1.25 1995/10/29 15:32:59 phk Exp $ */ /* @@ -73,6 +73,9 @@ #include #include +#include +#include +#include #include #include diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c index 5118f156bdf5..d590ce4d1231 100644 --- a/sys/nfs/nfs_subs.c +++ b/sys/nfs/nfs_subs.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_subs.c,v 1.23 1995/08/24 10:17:35 dfr Exp $ + * $Id: nfs_subs.c,v 1.24 1995/10/29 15:33:08 phk Exp $ */ /* @@ -59,6 +59,9 @@ #endif #include +#include +#include +#include #include #include diff --git a/sys/nfs/nfs_vfsops.c b/sys/nfs/nfs_vfsops.c index 9876c2df12ee..9387aa8ae1d1 100644 --- a/sys/nfs/nfs_vfsops.c +++ b/sys/nfs/nfs_vfsops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_vfsops.c,v 1.21 1995/11/14 09:37:19 phk Exp $ + * $Id: nfs_vfsops.c,v 1.22 1995/12/03 10:03:12 bde Exp $ */ #include @@ -53,6 +53,8 @@ #include #include +#include +#include #include #include diff --git a/sys/nfs/nfs_vnops.c b/sys/nfs/nfs_vnops.c index 88827b1919b4..cf8d223954fd 100644 --- a/sys/nfs/nfs_vnops.c +++ b/sys/nfs/nfs_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vnops.c 8.5 (Berkeley) 2/13/94 - * $Id: nfs_vnops.c,v 1.29 1995/11/09 08:17:02 bde Exp $ + * $Id: nfs_vnops.c,v 1.30 1995/11/21 15:51:39 bde Exp $ */ /* @@ -59,6 +59,8 @@ #include #include +#include +#include #include #include diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c index a32ca7316d84..303cb220e959 100644 --- a/sys/nfsclient/nfs_bio.c +++ b/sys/nfsclient/nfs_bio.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_bio.c 8.5 (Berkeley) 1/4/94 - * $Id: nfs_bio.c,v 1.18 1995/10/29 15:32:46 phk Exp $ + * $Id: nfs_bio.c,v 1.19 1995/12/03 10:02:52 bde Exp $ */ #include @@ -48,6 +48,8 @@ #include #include +#include +#include #include #include diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c index 5118f156bdf5..d590ce4d1231 100644 --- a/sys/nfsclient/nfs_subs.c +++ b/sys/nfsclient/nfs_subs.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_subs.c,v 1.23 1995/08/24 10:17:35 dfr Exp $ + * $Id: nfs_subs.c,v 1.24 1995/10/29 15:33:08 phk Exp $ */ /* @@ -59,6 +59,9 @@ #endif #include +#include +#include +#include #include #include diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c index 9876c2df12ee..9387aa8ae1d1 100644 --- a/sys/nfsclient/nfs_vfsops.c +++ b/sys/nfsclient/nfs_vfsops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vfsops.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_vfsops.c,v 1.21 1995/11/14 09:37:19 phk Exp $ + * $Id: nfs_vfsops.c,v 1.22 1995/12/03 10:03:12 bde Exp $ */ #include @@ -53,6 +53,8 @@ #include #include +#include +#include #include #include diff --git a/sys/nfsclient/nfs_vnops.c b/sys/nfsclient/nfs_vnops.c index 88827b1919b4..cf8d223954fd 100644 --- a/sys/nfsclient/nfs_vnops.c +++ b/sys/nfsclient/nfs_vnops.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_vnops.c 8.5 (Berkeley) 2/13/94 - * $Id: nfs_vnops.c,v 1.29 1995/11/09 08:17:02 bde Exp $ + * $Id: nfs_vnops.c,v 1.30 1995/11/21 15:51:39 bde Exp $ */ /* @@ -59,6 +59,8 @@ #include #include +#include +#include #include #include diff --git a/sys/nfsserver/nfs_serv.c b/sys/nfsserver/nfs_serv.c index 228513e349a2..0173c99677c3 100644 --- a/sys/nfsserver/nfs_serv.c +++ b/sys/nfsserver/nfs_serv.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_serv.c 8.3 (Berkeley) 1/12/94 - * $Id: nfs_serv.c,v 1.24 1995/08/24 11:39:31 davidg Exp $ + * $Id: nfs_serv.c,v 1.25 1995/10/29 15:32:59 phk Exp $ */ /* @@ -73,6 +73,9 @@ #include #include +#include +#include +#include #include #include diff --git a/sys/nfsserver/nfs_srvsubs.c b/sys/nfsserver/nfs_srvsubs.c index 5118f156bdf5..d590ce4d1231 100644 --- a/sys/nfsserver/nfs_srvsubs.c +++ b/sys/nfsserver/nfs_srvsubs.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)nfs_subs.c 8.3 (Berkeley) 1/4/94 - * $Id: nfs_subs.c,v 1.23 1995/08/24 10:17:35 dfr Exp $ + * $Id: nfs_subs.c,v 1.24 1995/10/29 15:33:08 phk Exp $ */ /* @@ -59,6 +59,9 @@ #endif #include +#include +#include +#include #include #include diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index a44cbf2048b2..5d9dbd3cbd04 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_de.c,v 1.37 1995/11/17 12:11:22 davidg Exp $ + * $Id: if_de.c,v 1.38 1995/11/29 11:19:02 asami Exp $ * */ @@ -82,8 +82,9 @@ #endif #include -#include #include +#include +#include #if defined(__FreeBSD__) #include diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c index 95a937ca1bb5..844590e1ba6b 100644 --- a/sys/pci/if_fxp.c +++ b/sys/pci/if_fxp.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.3 1995/12/05 02:01:51 davidg Exp $ + * $Id: if_fxp.c,v 1.4 1995/12/05 11:49:49 davidg Exp $ */ /* @@ -76,7 +76,7 @@ #include /* for vtophys */ #include /* for vtophys */ -#include /* for vtophys */ +#include /* for vtophys */ #include /* for DELAY */ #include diff --git a/sys/pci/if_pdq.c b/sys/pci/if_pdq.c index ef252cd29f9c..854ee91d980b 100644 --- a/sys/pci/if_pdq.c +++ b/sys/pci/if_pdq.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: if_pdq.c,v 1.9 1995/11/04 15:05:52 bde Exp $ + * $Id: if_pdq.c,v 1.10 1995/12/05 02:01:53 davidg Exp $ * */ @@ -87,7 +87,6 @@ #include #include -#include #if NFPA > 0 #include diff --git a/sys/pci/meteor.c b/sys/pci/meteor.c index bfaa8265f75e..b9645037c3a3 100644 --- a/sys/pci/meteor.c +++ b/sys/pci/meteor.c @@ -65,6 +65,8 @@ #include #include #include +#include +#include #include #if NPCI > 0 diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 7afa62f510fe..093c1569269c 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: ncr.c,v 1.48 1995/09/11 19:34:30 se Exp $ +** $Id: ncr.c,v 1.49 1995/09/21 17:27:28 se Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** @@ -181,6 +181,8 @@ #define bootverbose 1 #endif #include +#include +#include #include #endif /* KERNEL */ @@ -1251,7 +1253,7 @@ static void ncr_attach (pcici_t tag, int unit); static char ident[] = - "\n$Id: ncr.c,v 1.48 1995/09/11 19:34:30 se Exp $\n"; + "\n$Id: ncr.c,v 1.49 1995/09/21 17:27:28 se Exp $\n"; u_long ncr_version = NCR_VERSION * 11 + (u_long) sizeof (struct ncb) * 7 diff --git a/sys/pci/pci.c b/sys/pci/pci.c index 13d53cc96886..c80da3784fcb 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.34 1995/11/21 13:59:56 bde Exp $ +** $Id: pci.c,v 1.35 1995/12/06 15:52:23 se Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () @@ -59,8 +59,8 @@ #include #include +#include -#include #include #include /* XXX inthand2_t */ diff --git a/sys/pci/pdq_os.h b/sys/pci/pdq_os.h index 97bc73dcf187..60c4538a75b9 100644 --- a/sys/pci/pdq_os.h +++ b/sys/pci/pdq_os.h @@ -21,9 +21,14 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: pdq_os.h,v 1.3 1995/07/16 10:07:20 bde Exp $ + * $Id: pdq_os.h,v 1.4 1995/10/29 15:33:36 phk Exp $ * * $Log: pdq_os.h,v $ + * Revision 1.4 1995/10/29 15:33:36 phk + * Second batch of cleanup changes. + * This time mostly making a lot of things static and some unused + * variables here and there. + * * Revision 1.3 1995/07/16 10:07:20 bde * Fix compiler warnings (systm.h wasn't included). * @@ -76,7 +81,10 @@ #endif #include #include +#include +#include #include +#include #ifdef __FreeBSD__ #include diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c index 665184a80f0a..f3cc37a56ba2 100644 --- a/sys/scsi/scsi_base.c +++ b/sys/scsi/scsi_base.c @@ -8,7 +8,7 @@ * file. * * Written by Julian Elischer (julian@dialix.oz.au) - * $Id: scsi_base.c,v 1.30 1995/07/25 22:09:06 bde Exp $ + * $Id: scsi_base.c,v 1.31 1995/10/09 15:14:58 joerg Exp $ */ #define SPLSD splbio @@ -23,6 +23,8 @@ #include #include #include +#include +#include #include #include #include diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index d0a93319e3bb..7b5e10687315 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992 * - * $Id: sd.c,v 1.73 1995/11/29 10:49:02 julian Exp $ + * $Id: sd.c,v 1.74 1995/11/29 14:41:02 julian Exp $ */ #define SPLSD splbio @@ -36,6 +36,8 @@ #include #include +#include +#include #include #include /* XXX */ diff --git a/sys/ufs/ffs/ffs_inode.c b/sys/ufs/ffs/ffs_inode.c index 3b5f56f85d61..a757e18d9f59 100644 --- a/sys/ufs/ffs/ffs_inode.c +++ b/sys/ufs/ffs/ffs_inode.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_inode.c 8.5 (Berkeley) 12/30/93 - * $Id: ffs_inode.c,v 1.15 1995/08/16 13:16:58 davidg Exp $ + * $Id: ffs_inode.c,v 1.16 1995/11/05 21:01:15 dyson Exp $ */ #include @@ -46,6 +46,8 @@ #include #include +#include +#include #include #include diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index 6a559b31e9e2..b72f132aba21 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_vfsops.c 8.8 (Berkeley) 4/18/94 - * $Id: ffs_vfsops.c,v 1.28 1995/08/28 09:19:10 julian Exp $ + * $Id: ffs_vfsops.c,v 1.29 1995/11/20 12:25:37 phk Exp $ */ #include @@ -61,6 +61,8 @@ #include #include +#include +#include #include #include diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c index 1c397d526c78..9df171511da0 100644 --- a/sys/ufs/ffs/ffs_vnops.c +++ b/sys/ufs/ffs/ffs_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ffs_vnops.c 8.7 (Berkeley) 2/3/94 - * $Id: ffs_vnops.c,v 1.17 1995/11/09 08:14:01 bde Exp $ + * $Id: ffs_vnops.c,v 1.18 1995/11/14 09:40:06 phk Exp $ */ #include @@ -50,8 +50,11 @@ #include #include +#include +#include #include #include +#include #include #include diff --git a/sys/ufs/lfs/lfs_alloc.c b/sys/ufs/lfs/lfs_alloc.c index fb60c3dfc954..a64c34a9ae41 100644 --- a/sys/ufs/lfs/lfs_alloc.c +++ b/sys/ufs/lfs/lfs_alloc.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_alloc.c 8.4 (Berkeley) 1/4/94 - * $Id: lfs_alloc.c,v 1.7 1995/03/28 07:58:02 bde Exp $ + * $Id: lfs_alloc.c,v 1.8 1995/04/16 11:25:47 davidg Exp $ */ #include @@ -44,6 +44,8 @@ #include #include +#include +#include #include #include diff --git a/sys/ufs/lfs/lfs_inode.c b/sys/ufs/lfs/lfs_inode.c index deab1c29c550..a7dfcb5e9ffe 100644 --- a/sys/ufs/lfs/lfs_inode.c +++ b/sys/ufs/lfs/lfs_inode.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_inode.c 8.5 (Berkeley) 12/30/93 - * $Id: lfs_inode.c,v 1.9 1995/05/30 08:15:20 rgrimes Exp $ + * $Id: lfs_inode.c,v 1.10 1995/09/04 00:21:00 dyson Exp $ */ #include @@ -45,6 +45,8 @@ #include #include +#include +#include #include #include diff --git a/sys/ufs/lfs/lfs_vnops.c b/sys/ufs/lfs/lfs_vnops.c index fc591d4dbcf4..948f011fe9f8 100644 --- a/sys/ufs/lfs/lfs_vnops.c +++ b/sys/ufs/lfs/lfs_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lfs_vnops.c 8.5 (Berkeley) 12/30/93 - * $Id: lfs_vnops.c,v 1.14 1995/08/06 11:59:48 davidg Exp $ + * $Id: lfs_vnops.c,v 1.15 1995/11/09 08:14:15 bde Exp $ */ #include @@ -50,8 +50,11 @@ #include #include +#include +#include #include #include +#include #include #include diff --git a/sys/vm/default_pager.c b/sys/vm/default_pager.c index afd483d29554..a3bd74c1bdd0 100644 --- a/sys/vm/default_pager.c +++ b/sys/vm/default_pager.c @@ -28,17 +28,21 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: default_pager.c,v 1.2 1995/07/13 10:29:34 davidg Exp $ */ #include #include #include #include +#include #include -#include +#include +#include +#include #include +#include #include #include diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index a892c994a0ac..2dd0345dd873 100644 --- a/sys/vm/device_pager.c +++ b/sys/vm/device_pager.c @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)device_pager.c 8.1 (Berkeley) 6/11/93 - * $Id: device_pager.c,v 1.14 1995/12/03 12:18:30 bde Exp $ + * $Id: device_pager.c,v 1.15 1995/12/03 18:59:55 bde Exp $ */ #include @@ -45,9 +45,13 @@ #include #include #include +#include #include +#include +#include #include +#include #include #include #include diff --git a/sys/vm/kern_lock.c b/sys/vm/kern_lock.c index 409e7848bf58..2e984b0f1ff4 100644 --- a/sys/vm/kern_lock.c +++ b/sys/vm/kern_lock.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: kern_lock.c,v 1.8 1995/11/06 08:44:15 davidg Exp $ + * $Id: kern_lock.c,v 1.9 1995/11/20 12:20:02 phk Exp $ */ /* @@ -75,6 +75,9 @@ #include #include +#include +#include +#include /* * Routine: lock_init diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 482071fe618e..a2cc738ae775 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -39,7 +39,7 @@ * from: Utah $Hdr: swap_pager.c 1.4 91/04/30$ * * @(#)swap_pager.c 8.9 (Berkeley) 3/21/94 - * $Id: swap_pager.c,v 1.51 1995/11/20 12:19:58 phk Exp $ + * $Id: swap_pager.c,v 1.52 1995/12/03 12:18:33 bde Exp $ */ /* @@ -56,16 +56,21 @@ #include #include #include +#include #include #include #include -#include +#include +#include +#include #include +#include #include #include #include +#include #ifndef NPENDINGIO #define NPENDINGIO 10 diff --git a/sys/vm/vm.h b/sys/vm/vm.h index e591b2952a78..f56dd1b3eec3 100644 --- a/sys/vm/vm.h +++ b/sys/vm/vm.h @@ -31,13 +31,14 @@ * SUCH DAMAGE. * * @(#)vm.h 8.2 (Berkeley) 12/13/93 - * $Id: vm.h,v 1.6 1995/10/05 01:11:48 bde Exp $ + * $Id: vm.h,v 1.7 1995/12/05 20:54:42 bde Exp $ */ #ifndef VM_H #define VM_H typedef char vm_inherit_t; /* XXX: inheritance codes */ +typedef u_char vm_prot_t; /* protection codes */ union vm_map_object; typedef union vm_map_object vm_map_object_t; @@ -60,38 +61,4 @@ struct vm_page; typedef struct vm_page *vm_page_t; #endif -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/* - * Shareable process virtual address space. - * May eventually be merged with vm_map. - * Several fields are temporary (text, data stuff). - */ -struct vmspace { - struct vm_map vm_map; /* VM address map */ - struct pmap vm_pmap; /* private physical map */ - int vm_refcnt; /* number of references */ - caddr_t vm_shm; /* SYS5 shared memory private data XXX */ -/* we copy from vm_startcopy to the end of the structure on fork */ -#define vm_startcopy vm_rssize - segsz_t vm_rssize; /* current resident set size in pages */ - segsz_t vm_swrss; /* resident set size before last swap */ - segsz_t vm_tsize; /* text size (pages) XXX */ - segsz_t vm_dsize; /* data size (pages) XXX */ - segsz_t vm_ssize; /* stack size (pages) */ - caddr_t vm_taddr; /* user virtual address of text XXX */ - caddr_t vm_daddr; /* user virtual address of data XXX */ - caddr_t vm_maxsaddr; /* user VA at max stack growth */ - caddr_t vm_minsaddr; /* user VA at max stack growth */ -}; - #endif /* VM_H */ diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index cb450d017b9f..8352acbd4afa 100644 --- a/sys/vm/vm_extern.h +++ b/sys/vm/vm_extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vm_extern.h 8.2 (Berkeley) 1/12/94 - * $Id: vm_extern.h,v 1.18 1995/08/28 09:19:21 julian Exp $ + * $Id: vm_extern.h,v 1.19 1995/11/14 09:29:29 phk Exp $ */ #ifndef _VM_EXTERN_H_ @@ -91,7 +91,9 @@ void vm_fault_copy_entry __P((vm_map_t, vm_map_t, vm_map_entry_t, vm_map_entry_t void vm_fault_unwire __P((vm_map_t, vm_offset_t, vm_offset_t)); int vm_fault_wire __P((vm_map_t, vm_offset_t, vm_offset_t)); int vm_fork __P((struct proc *, struct proc *, int)); +void vm_map_print __P((/* db_expr_t */ int, boolean_t, /* db_expr_t */ int, char *)); int vm_mmap __P((vm_map_t, vm_offset_t *, vm_size_t, vm_prot_t, vm_prot_t, int, caddr_t, vm_offset_t)); +void vm_object_print __P((/* db_expr_t */ int, boolean_t, /* db_expr_t */ int, char *)); vm_offset_t vm_page_alloc_contig __P((vm_offset_t, vm_offset_t, vm_offset_t, vm_offset_t)); void vm_set_page_size __P((void)); void vmmeter __P((void)); diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 2413054ed4e8..bd7536134358 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -66,7 +66,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_fault.c,v 1.36 1995/11/05 20:45:58 dyson Exp $ + * $Id: vm_fault.c,v 1.37 1995/11/20 12:19:53 phk Exp $ */ /* @@ -80,14 +80,22 @@ #include #include #include +#include #include +#include +#include +#include +#include +#include +#include #include #include #include #include #include #include +#include int vm_fault_additional_pages __P((vm_page_t, int, int, vm_page_t *, int *)); diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index ae340ef79725..90dee1238a24 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -59,7 +59,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_glue.c,v 1.30 1995/11/05 20:45:59 dyson Exp $ + * $Id: vm_glue.c,v 1.31 1995/12/02 17:11:18 bde Exp $ */ #include @@ -68,15 +68,24 @@ #include #include #include -#include +#include #include #include #include +#include +#include +#include +#include +#include +#include #include #include #include +#include + +#include #include #include diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 8c15825076fa..a3ad6369da32 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_init.c,v 1.9 1995/09/09 18:10:36 davidg Exp $ + * $Id: vm_init.c,v 1.10 1995/12/02 17:11:20 bde Exp $ */ /* @@ -71,11 +71,18 @@ #include #include #include +#include #include +#include +#include +#include +#include #include +#include #include #include +#include /* * System initialization diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index f8b9b0b58d65..15a1fde8928b 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_kern.c,v 1.16 1995/09/03 20:40:39 dyson Exp $ + * $Id: vm_kern.c,v 1.17 1995/11/13 10:53:38 davidg Exp $ */ /* @@ -74,8 +74,16 @@ #include #include #include +#include +#include #include +#include +#include +#include +#include +#include +#include #include #include #include diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index 98ac23007df9..04f2d3826834 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_map.c,v 1.26 1995/11/12 08:58:58 davidg Exp $ + * $Id: vm_map.c,v 1.27 1995/11/20 12:19:49 phk Exp $ */ /* @@ -72,12 +72,21 @@ #include #include #include +#include +#include #include +#include +#include +#include +#include +#include +#include #include #include #include #include +#include /* * Virtual memory maps provide for the mapping, protection, diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index 07c17c0a3be0..93d07b969058 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_map.h,v 1.6 1995/07/13 08:48:28 davidg Exp $ + * $Id: vm_map.h,v 1.7 1995/08/26 23:18:37 bde Exp $ */ /* @@ -138,6 +138,30 @@ struct vm_map { #define max_offset header.end }; +/* + * Shareable process virtual address space. + * May eventually be merged with vm_map. + * Several fields are temporary (text, data stuff). + */ +struct vmspace { + struct vm_map vm_map; /* VM address map */ + struct pmap vm_pmap; /* private physical map */ + int vm_refcnt; /* number of references */ + caddr_t vm_shm; /* SYS5 shared memory private data XXX */ +/* we copy from vm_startcopy to the end of the structure on fork */ +#define vm_startcopy vm_rssize + segsz_t vm_rssize; /* current resident set size in pages */ + segsz_t vm_swrss; /* resident set size before last swap */ + segsz_t vm_tsize; /* text size (pages) XXX */ + segsz_t vm_dsize; /* data size (pages) XXX */ + segsz_t vm_ssize; /* stack size (pages) */ + caddr_t vm_taddr; /* user virtual address of text XXX */ + caddr_t vm_daddr; /* user virtual address of data XXX */ + caddr_t vm_maxsaddr; /* user VA at max stack growth */ + caddr_t vm_minsaddr; /* user VA at max stack growth */ +}; + + /* * Map versions are used to validate a previous lookup attempt. * @@ -204,10 +228,6 @@ void vm_map_lookup_done __P((vm_map_t, vm_map_entry_t)); boolean_t vm_map_lookup_entry __P((vm_map_t, vm_offset_t, vm_map_entry_t *)); int vm_map_pageable __P((vm_map_t, vm_offset_t, vm_offset_t, boolean_t)); int vm_map_clean __P((vm_map_t, vm_offset_t, vm_offset_t, boolean_t, boolean_t)); -#ifdef DDB -void vm_map_print __P((/* db_expr_t */ int, boolean_t, /* db_expr_t */ int, - char *)); -#endif int vm_map_protect __P((vm_map_t, vm_offset_t, vm_offset_t, vm_prot_t, boolean_t)); void vm_map_reference __P((vm_map_t)); int vm_map_remove __P((vm_map_t, vm_offset_t, vm_offset_t)); diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index e262ce922ce9..1dea61b59446 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -31,14 +31,23 @@ * SUCH DAMAGE. * * @(#)vm_meter.c 8.4 (Berkeley) 1/4/94 - * $Id: vm_meter.c,v 1.9 1995/11/14 09:29:34 phk Exp $ + * $Id: vm_meter.c,v 1.10 1995/12/04 16:48:58 phk Exp $ */ #include #include #include #include +#include +#include + #include +#include +#include +#include +#include +#include +#include #include struct loadavg averunnable = diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index f14a4701abc6..25147544e094 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -38,7 +38,7 @@ * from: Utah $Hdr: vm_mmap.c 1.6 91/10/21$ * * @(#)vm_mmap.c 8.4 (Berkeley) 1/12/94 - * $Id: vm_mmap.c,v 1.29 1995/11/12 06:43:24 bde Exp $ + * $Id: vm_mmap.c,v 1.30 1995/12/03 12:18:35 bde Exp $ */ /* @@ -55,13 +55,21 @@ #include #include #include +#include #include #include +#include +#include +#include +#include +#include +#include +#include #include #include -#include +#include extern void pmap_object_init_pt __P((pmap_t pmap, vm_offset_t addr, vm_object_t object, vm_offset_t offset, diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index c3cb78346ad5..4627685c93d1 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.c,v 1.56 1995/11/20 12:19:41 phk Exp $ + * $Id: vm_object.c,v 1.57 1995/12/03 12:18:37 bde Exp $ */ /* @@ -75,13 +75,21 @@ #include #include #include +#include #include +#include +#include +#include +#include +#include +#include #include #include #include #include #include +#include #ifdef DDB extern void vm_object_check __P((void)); diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 8b02609d179e..287471b501f7 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_object.h,v 1.22 1995/08/26 23:19:49 bde Exp $ + * $Id: vm_object.h,v 1.23 1995/11/05 20:46:01 dyson Exp $ */ /* @@ -172,10 +172,6 @@ void vm_object_page_clean __P((vm_object_t, vm_offset_t, vm_offset_t, boolean_t, void vm_object_page_remove __P((vm_object_t, vm_offset_t, vm_offset_t, boolean_t)); void vm_object_pmap_copy __P((vm_object_t, vm_offset_t, vm_offset_t)); void vm_object_pmap_remove __P((vm_object_t, vm_offset_t, vm_offset_t)); -#ifdef DDB -void vm_object_print __P((/* db_expr_t */ int, boolean_t, /* db_expr_t */ int, - char *)); -#endif void vm_object_reference __P((vm_object_t)); void vm_object_shadow __P((vm_object_t *, vm_offset_t *, vm_size_t)); void vm_object_terminate __P((vm_object_t)); diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 12150e1c123c..6b6135847425 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)vm_page.c 7.4 (Berkeley) 5/7/91 - * $Id: vm_page.c,v 1.38 1995/11/20 12:19:34 phk Exp $ + * $Id: vm_page.c,v 1.39 1995/12/03 12:18:39 bde Exp $ */ /* @@ -71,12 +71,19 @@ #include #include #include +#include +#include #include +#include +#include +#include #include +#include #include #include #include +#include #ifdef DDB extern void print_page_info __P((void)); diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index f2b5b31ccea7..561be29c7d4d 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -65,7 +65,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_pageout.c,v 1.59 1995/11/05 20:46:02 dyson Exp $ + * $Id: vm_pageout.c,v 1.60 1995/11/20 12:19:26 phk Exp $ */ /* @@ -81,13 +81,20 @@ #include #include #include +#include #include +#include +#include +#include +#include #include +#include #include #include #include #include +#include /* * System initialization diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index 82b562881557..ea508eb63065 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_pager.c,v 1.17 1995/07/29 11:44:29 bde Exp $ + * $Id: vm_pager.c,v 1.18 1995/11/20 12:19:19 phk Exp $ */ /* @@ -77,9 +77,13 @@ #include #include +#include +#include +#include #include #include #include +#include extern struct pagerops defaultpagerops; extern struct pagerops swappagerops; diff --git a/sys/vm/vm_prot.h b/sys/vm/vm_prot.h index 36079a0c1ed9..c6d55d568a0b 100644 --- a/sys/vm/vm_prot.h +++ b/sys/vm/vm_prot.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_prot.h,v 1.3 1994/08/02 07:55:38 davidg Exp $ + * $Id: vm_prot.h,v 1.4 1995/01/09 16:05:57 davidg Exp $ */ /* @@ -71,14 +71,6 @@ #ifndef _VM_PROT_ #define _VM_PROT_ -/* - * Types defined: - * - * vm_prot_t VM protection values. - */ - -typedef u_char vm_prot_t; - /* * Protection values, defined as bits within the vm_prot_t type */ diff --git a/sys/vm/vm_swap.c b/sys/vm/vm_swap.c index 76f0c2881c49..c91b10ec6d8d 100644 --- a/sys/vm/vm_swap.c +++ b/sys/vm/vm_swap.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)vm_swap.c 8.5 (Berkeley) 2/17/94 - * $Id: vm_swap.c,v 1.26 1995/11/29 10:49:16 julian Exp $ + * $Id: vm_swap.c,v 1.27 1995/11/29 14:41:20 julian Exp $ */ #include @@ -47,6 +47,8 @@ #include #include +#include +#include #include diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index 9d2668dc03c6..883e36d80e7a 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -38,7 +38,7 @@ * from: Utah $Hdr: vm_unix.c 1.1 89/11/07$ * * @(#)vm_unix.c 8.1 (Berkeley) 6/11/93 - * $Id: vm_unix.c,v 1.7 1995/11/11 06:40:35 bde Exp $ + * $Id: vm_unix.c,v 1.8 1995/11/12 06:43:28 bde Exp $ */ /* @@ -51,6 +51,10 @@ #include #include +#include +#include +#include +#include #include #ifndef _SYS_SYSPROTO_H_ diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index a31aa6867e0a..c8401b9d42ea 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -38,7 +38,7 @@ * SUCH DAMAGE. * * from: @(#)vnode_pager.c 7.5 (Berkeley) 4/20/91 - * $Id: vnode_pager.c,v 1.52 1995/10/30 17:56:30 bde Exp $ + * $Id: vnode_pager.c,v 1.53 1995/11/20 12:19:11 phk Exp $ */ /* @@ -60,11 +60,16 @@ #include #include #include +#include #include +#include +#include +#include #include #include #include +#include extern vm_offset_t vnode_pager_addr __P((struct vnode *vp, vm_offset_t address, int *run));