Change to includes. no more ../h
authorJim Bloom <bloom@ucbvax.Berkeley.EDU>
Thu, 30 Aug 1984 11:30:44 +0000 (03:30 -0800)
committerJim Bloom <bloom@ucbvax.Berkeley.EDU>
Thu, 30 Aug 1984 11:30:44 +0000 (03:30 -0800)
SCCS-vsn: sys/kern/init_main.c 6.6
SCCS-vsn: sys/kern/kern_acct.c 6.5
SCCS-vsn: sys/kern/kern_clock.c 6.9
SCCS-vsn: sys/kern/kern_descrip.c 6.5
SCCS-vsn: sys/kern/kern_exec.c 6.7
SCCS-vsn: sys/kern/kern_exit.c 6.4
SCCS-vsn: sys/kern/kern_fork.c 6.5
SCCS-vsn: sys/kern/kern_proc.c 6.4
SCCS-vsn: sys/kern/kern_prot.c 6.2
SCCS-vsn: sys/kern/kern_resource.c 6.3
SCCS-vsn: sys/kern/kern_sig.c 6.6
SCCS-vsn: sys/kern/kern_subr.c 6.3
SCCS-vsn: sys/kern/kern_synch.c 6.4
SCCS-vsn: sys/kern/kern_time.c 6.3
SCCS-vsn: sys/kern/kern_xxx.c 6.2
SCCS-vsn: sys/kern/subr_log.c 6.3
SCCS-vsn: sys/kern/subr_prof.c 6.4
SCCS-vsn: sys/kern/subr_prf.c 6.3
SCCS-vsn: sys/kern/subr_rmap.c 6.2
SCCS-vsn: sys/kern/subr_rmap.c.sav 6.2
SCCS-vsn: sys/kern/subr_xxx.c 6.5
SCCS-vsn: sys/kern/sys_generic.c 6.4
SCCS-vsn: sys/kern/sys_process.c 6.2
SCCS-vsn: sys/kern/sys_socket.c 6.3
SCCS-vsn: sys/kern/tty.c 6.10
SCCS-vsn: sys/kern/tty_bk.c 6.2
SCCS-vsn: sys/kern/tty_conf.c 6.3
SCCS-vsn: sys/kern/tty_pty.c 6.6
SCCS-vsn: sys/kern/tty_subr.c 6.3
SCCS-vsn: sys/kern/tty_tb.c 6.3
SCCS-vsn: sys/kern/tty_tty.c 6.2
SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 6.5
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 6.5
SCCS-vsn: sys/kern/vfs_bio.c 6.4
SCCS-vsn: sys/kern/vfs_cluster.c 6.4
SCCS-vsn: sys/ufs/ffs/ffs_balloc.c 6.2
SCCS-vsn: sys/ufs/lfs/lfs_balloc.c 6.2
SCCS-vsn: sys/ufs/ffs/ufs_disksubr.c 6.2
SCCS-vsn: sys/ufs/ufs/ufs_disksubr.c 6.2
SCCS-vsn: sys/kern/vfs_vnops.c 6.3
SCCS-vsn: sys/ufs/ffs/ffs_inode.c 6.11
SCCS-vsn: sys/ufs/ffs/ufs_inode.c 6.11
SCCS-vsn: sys/ufs/lfs/lfs_inode.c 6.11
SCCS-vsn: sys/ufs/ufs/ufs_inode.c 6.11
SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 6.8
SCCS-vsn: sys/ufs/ffs/ufs_vfsops.c 6.8
SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 6.8
SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 6.8
SCCS-vsn: sys/kern/vfs_lookup.c 6.15
SCCS-vsn: sys/ufs/ffs/ufs_lookup.c 6.15
SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 6.15
SCCS-vsn: sys/ufs/ffs/ffs_subr.c 6.5
SCCS-vsn: sys/kern/vfs_syscalls.c 6.14
SCCS-vsn: sys/ufs/ffs/ffs_vnops.c 6.14
SCCS-vsn: sys/ufs/ffs/ufs_vnops.c 6.14
SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 6.14
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 6.14
SCCS-vsn: sys/ufs/ffs/ffs_tables.c 6.2
SCCS-vsn: sys/kern/vfs_xxx.c 6.3
SCCS-vsn: sys/kern/uipc_domain.c 6.3
SCCS-vsn: sys/kern/uipc_mbuf.c 6.3
SCCS-vsn: sys/kern/uipc_pipe.c 6.2
SCCS-vsn: sys/kern/uipc_proto.c 6.3
SCCS-vsn: sys/kern/uipc_socket.c 6.7
SCCS-vsn: sys/kern/uipc_socket2.c 6.4
SCCS-vsn: sys/kern/uipc_syscalls.c 6.4
SCCS-vsn: sys/kern/uipc_usrreq.c 6.10
SCCS-vsn: sys/vm/vm_meter.c 6.3
SCCS-vsn: sys/vm/vm_swap.c 6.3
SCCS-vsn: sys/kern/kern_physio.c 6.3

70 files changed:
usr/src/sys/kern/init_main.c
usr/src/sys/kern/kern_acct.c
usr/src/sys/kern/kern_clock.c
usr/src/sys/kern/kern_descrip.c
usr/src/sys/kern/kern_exec.c
usr/src/sys/kern/kern_exit.c
usr/src/sys/kern/kern_fork.c
usr/src/sys/kern/kern_physio.c
usr/src/sys/kern/kern_proc.c
usr/src/sys/kern/kern_prot.c
usr/src/sys/kern/kern_resource.c
usr/src/sys/kern/kern_sig.c
usr/src/sys/kern/kern_subr.c
usr/src/sys/kern/kern_synch.c
usr/src/sys/kern/kern_time.c
usr/src/sys/kern/kern_xxx.c
usr/src/sys/kern/subr_log.c
usr/src/sys/kern/subr_prf.c
usr/src/sys/kern/subr_prof.c
usr/src/sys/kern/subr_rmap.c
usr/src/sys/kern/subr_rmap.c.sav
usr/src/sys/kern/subr_xxx.c
usr/src/sys/kern/sys_generic.c
usr/src/sys/kern/sys_process.c
usr/src/sys/kern/sys_socket.c
usr/src/sys/kern/tty.c
usr/src/sys/kern/tty_bk.c
usr/src/sys/kern/tty_conf.c
usr/src/sys/kern/tty_pty.c
usr/src/sys/kern/tty_subr.c
usr/src/sys/kern/tty_tb.c
usr/src/sys/kern/tty_tty.c
usr/src/sys/kern/uipc_domain.c
usr/src/sys/kern/uipc_mbuf.c
usr/src/sys/kern/uipc_pipe.c
usr/src/sys/kern/uipc_proto.c
usr/src/sys/kern/uipc_socket.c
usr/src/sys/kern/uipc_socket2.c
usr/src/sys/kern/uipc_syscalls.c
usr/src/sys/kern/uipc_usrreq.c
usr/src/sys/kern/vfs_bio.c
usr/src/sys/kern/vfs_cluster.c
usr/src/sys/kern/vfs_lookup.c
usr/src/sys/kern/vfs_syscalls.c
usr/src/sys/kern/vfs_vnops.c
usr/src/sys/kern/vfs_xxx.c
usr/src/sys/ufs/ffs/ffs_alloc.c
usr/src/sys/ufs/ffs/ffs_balloc.c
usr/src/sys/ufs/ffs/ffs_inode.c
usr/src/sys/ufs/ffs/ffs_subr.c
usr/src/sys/ufs/ffs/ffs_tables.c
usr/src/sys/ufs/ffs/ffs_vfsops.c
usr/src/sys/ufs/ffs/ffs_vnops.c
usr/src/sys/ufs/ffs/ufs_disksubr.c
usr/src/sys/ufs/ffs/ufs_inode.c
usr/src/sys/ufs/ffs/ufs_lookup.c
usr/src/sys/ufs/ffs/ufs_vfsops.c
usr/src/sys/ufs/ffs/ufs_vnops.c
usr/src/sys/ufs/lfs/lfs_alloc.c
usr/src/sys/ufs/lfs/lfs_balloc.c
usr/src/sys/ufs/lfs/lfs_inode.c
usr/src/sys/ufs/lfs/lfs_vfsops.c
usr/src/sys/ufs/lfs/lfs_vnops.c
usr/src/sys/ufs/ufs/ufs_disksubr.c
usr/src/sys/ufs/ufs/ufs_inode.c
usr/src/sys/ufs/ufs/ufs_lookup.c
usr/src/sys/ufs/ufs/ufs_vfsops.c
usr/src/sys/ufs/ufs/ufs_vnops.c
usr/src/sys/vm/vm_meter.c
usr/src/sys/vm/vm_swap.c

index 0a150fb..b1930bc 100644 (file)
@@ -1,28 +1,28 @@
-/*     init_main.c     6.5     84/08/01        */
+/*     init_main.c     6.6     84/08/29        */
 
 #include "../machine/pte.h"
 
 
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/fs.h"
-#include "../h/mount.h"
-#include "../h/map.h"
-#include "../h/proc.h"
-#include "../h/inode.h"
-#include "../h/seg.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
-#include "../h/vm.h"
-#include "../h/cmap.h"
-#include "../h/text.h"
-#include "../h/clist.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "fs.h"
+#include "mount.h"
+#include "map.h"
+#include "proc.h"
+#include "inode.h"
+#include "seg.h"
+#include "conf.h"
+#include "buf.h"
+#include "vm.h"
+#include "cmap.h"
+#include "text.h"
+#include "clist.h"
 #ifdef INET
 #ifdef INET
-#include "../h/protosw.h"
+#include "protosw.h"
 #endif
 #endif
-#include "../h/quota.h"
+#include "quota.h"
 #include "../machine/reg.h"
 #include "../machine/cpu.h"
 
 #include "../machine/reg.h"
 #include "../machine/cpu.h"
 
index b8e5172..66d0db0 100644 (file)
@@ -1,14 +1,14 @@
-/*     kern_acct.c     6.4     84/07/15        */
+/*     kern_acct.c     6.5     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/kernel.h"
-#include "../h/acct.h"
-#include "../h/uio.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "inode.h"
+#include "fs.h"
+#include "kernel.h"
+#include "acct.h"
+#include "uio.h"
 
 /*
  * SHOULD REPLACE THIS WITH A DRIVER THAT CAN BE READ TO SIMPLIFY.
 
 /*
  * SHOULD REPLACE THIS WITH A DRIVER THAT CAN BE READ TO SIMPLIFY.
index 5e7871c..2b5b4f0 100644 (file)
@@ -1,25 +1,25 @@
-/*     kern_clock.c    6.8     84/08/22        */
+/*     kern_clock.c    6.9     84/08/29        */
 
 #include "../machine/reg.h"
 #include "../machine/psl.h"
 
 
 #include "../machine/reg.h"
 #include "../machine/psl.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dk.h"
-#include "../h/callout.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/proc.h"
-#include "../h/vm.h"
-#include "../h/text.h"
+#include "param.h"
+#include "systm.h"
+#include "dk.h"
+#include "callout.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "proc.h"
+#include "vm.h"
+#include "text.h"
 
 #ifdef vax
 #include "../vax/mtpr.h"
 #endif
 
 #ifdef GPROF
 
 #ifdef vax
 #include "../vax/mtpr.h"
 #endif
 
 #ifdef GPROF
-#include "../h/gprof.h"
+#include "gprof.h"
 #endif
 
 #define ADJTIME                /* For now... */
 #endif
 
 #define ADJTIME                /* For now... */
index d4d1ded..39b991f 100644 (file)
@@ -1,20 +1,20 @@
-/*     kern_descrip.c  6.4     84/08/22        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/inode.h"
-#include "../h/proc.h"
-#include "../h/conf.h"
-#include "../h/file.h"
-#include "../h/socket.h"
-#include "../h/socketvar.h"
-#include "../h/mount.h"
-#include "../h/stat.h"
-
-#include "../h/ioctl.h"
+/*     kern_descrip.c  6.5     84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "inode.h"
+#include "proc.h"
+#include "conf.h"
+#include "file.h"
+#include "socket.h"
+#include "socketvar.h"
+#include "mount.h"
+#include "stat.h"
+
+#include "ioctl.h"
 
 /*
  * Descriptor management.
 
 /*
  * Descriptor management.
index 6032599..6d07d5d 100644 (file)
@@ -1,25 +1,25 @@
-/*     kern_exec.c     6.6     84/07/29        */
+/*     kern_exec.c     6.7     84/08/29        */
 
 #include "../machine/reg.h"
 #include "../machine/pte.h"
 #include "../machine/psl.h"
 
 
 #include "../machine/reg.h"
 #include "../machine/pte.h"
 #include "../machine/psl.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/map.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/proc.h"
-#include "../h/buf.h"
-#include "../h/inode.h"
-#include "../h/seg.h"
-#include "../h/vm.h"
-#include "../h/text.h"
-#include "../h/file.h"
-#include "../h/uio.h"
-#include "../h/acct.h"
-#include "../h/exec.h"
+#include "param.h"
+#include "systm.h"
+#include "map.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "proc.h"
+#include "buf.h"
+#include "inode.h"
+#include "seg.h"
+#include "vm.h"
+#include "text.h"
+#include "file.h"
+#include "uio.h"
+#include "acct.h"
+#include "exec.h"
 
 #ifdef vax
 #include "../vax/mtpr.h"
 
 #ifdef vax
 #include "../vax/mtpr.h"
index d82929d..375ce2d 100644 (file)
@@ -1,21 +1,21 @@
-/*     kern_exit.c     6.3     84/06/10        */
+/*     kern_exit.c     6.4     84/08/29        */
 
 #include "../machine/reg.h"
 #include "../machine/psl.h"
 
 
 #include "../machine/reg.h"
 #include "../machine/psl.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/map.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/proc.h"
-#include "../h/buf.h"
-#include "../h/wait.h"
-#include "../h/vm.h"
-#include "../h/file.h"
-#include "../h/mbuf.h"
-#include "../h/inode.h"
+#include "param.h"
+#include "systm.h"
+#include "map.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "proc.h"
+#include "buf.h"
+#include "wait.h"
+#include "vm.h"
+#include "file.h"
+#include "mbuf.h"
+#include "inode.h"
 
 /*
  * Exit system call: pass back caller's arg
 
 /*
  * Exit system call: pass back caller's arg
index 6e2abc4..d32f74f 100644 (file)
@@ -1,23 +1,23 @@
-/*     kern_fork.c     6.4     84/07/14        */
+/*     kern_fork.c     6.5     84/08/29        */
 
 #include "../machine/reg.h"
 #include "../machine/pte.h"
 #include "../machine/psl.h"
 
 
 #include "../machine/reg.h"
 #include "../machine/pte.h"
 #include "../machine/psl.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/map.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/proc.h"
-#include "../h/inode.h"
-#include "../h/seg.h"
-#include "../h/vm.h"
-#include "../h/text.h"
-#include "../h/file.h"
-#include "../h/acct.h"
-#include "../h/quota.h"
+#include "param.h"
+#include "systm.h"
+#include "map.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "proc.h"
+#include "inode.h"
+#include "seg.h"
+#include "vm.h"
+#include "text.h"
+#include "file.h"
+#include "acct.h"
+#include "quota.h"
 
 /*
  * fork system call.
 
 /*
  * fork system call.
index daf7208..8e0cab3 100644 (file)
@@ -1,19 +1,19 @@
-/*     kern_physio.c   6.2     83/09/09        */
+/*     kern_physio.c   6.3     84/08/29        */
 
 #include "../machine/pte.h"
 
 
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
-#include "../h/proc.h"
-#include "../h/seg.h"
-#include "../h/vm.h"
-#include "../h/trace.h"
-#include "../h/map.h"
-#include "../h/uio.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "buf.h"
+#include "conf.h"
+#include "proc.h"
+#include "seg.h"
+#include "vm.h"
+#include "trace.h"
+#include "map.h"
+#include "uio.h"
 
 /*
  * Swap IO headers -
 
 /*
  * Swap IO headers -
index c7a14a2..704407a 100644 (file)
@@ -1,27 +1,27 @@
-/*     kern_proc.c     6.3     84/07/08        */
+/*     kern_proc.c     6.4     84/08/29        */
 
 #include "../machine/reg.h"
 #include "../machine/pte.h"
 #include "../machine/psl.h"
 
 
 #include "../machine/reg.h"
 #include "../machine/pte.h"
 #include "../machine/psl.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/map.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/proc.h"
-#include "../h/buf.h"
-#include "../h/inode.h"
-#include "../h/seg.h"
-#include "../h/acct.h"
-#include "../h/wait.h"
-#include "../h/vm.h"
-#include "../h/text.h"
-#include "../h/file.h"
-#include "../h/quota.h"
-#include "../h/uio.h"
-#include "../h/mbuf.h"
+#include "param.h"
+#include "systm.h"
+#include "map.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "proc.h"
+#include "buf.h"
+#include "inode.h"
+#include "seg.h"
+#include "acct.h"
+#include "wait.h"
+#include "vm.h"
+#include "text.h"
+#include "file.h"
+#include "quota.h"
+#include "uio.h"
+#include "mbuf.h"
 
 spgrp(top, npgrp)
        register struct proc *top;
 
 spgrp(top, npgrp)
        register struct proc *top;
index 3f48b53..70e6024 100644 (file)
@@ -1,4 +1,4 @@
-/*     kern_prot.c     6.1     83/07/29        */
+/*     kern_prot.c     6.2     84/08/29        */
 
 /*
  * System calls related to processes and protection
 
 /*
  * System calls related to processes and protection
@@ -6,20 +6,20 @@
 
 #include "../machine/reg.h"
 
 
 #include "../machine/reg.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/inode.h"
-#include "../h/proc.h"
-#include "../h/timeb.h"
-#include "../h/times.h"
-#include "../h/reboot.h"
-#include "../h/fs.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
-#include "../h/mount.h"
-#include "../h/quota.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "inode.h"
+#include "proc.h"
+#include "timeb.h"
+#include "times.h"
+#include "reboot.h"
+#include "fs.h"
+#include "conf.h"
+#include "buf.h"
+#include "mount.h"
+#include "quota.h"
 
 getpid()
 {
 
 getpid()
 {
index 42a4ad8..734fc13 100644 (file)
@@ -1,16 +1,16 @@
-/*     kern_resource.c 6.2     84/05/22        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/inode.h"
-#include "../h/proc.h"
-#include "../h/seg.h"
-#include "../h/fs.h"
-#include "../h/uio.h"
-#include "../h/vm.h"
-#include "../h/kernel.h"
+/*     kern_resource.c 6.3     84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "inode.h"
+#include "proc.h"
+#include "seg.h"
+#include "fs.h"
+#include "uio.h"
+#include "vm.h"
+#include "kernel.h"
 
 /*
  * Resource controls and accounting.
 
 /*
  * Resource controls and accounting.
index b3b5cec..2c4fddd 100644 (file)
@@ -1,26 +1,26 @@
-/*     kern_sig.c      6.5     84/08/24        */
+/*     kern_sig.c      6.6     84/08/29        */
 
 #include "../machine/reg.h"
 #include "../machine/pte.h"
 #include "../machine/psl.h"
 
 
 #include "../machine/reg.h"
 #include "../machine/pte.h"
 #include "../machine/psl.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/inode.h"
-#include "../h/proc.h"
-#include "../h/timeb.h"
-#include "../h/times.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
-#include "../h/mount.h"
-#include "../h/text.h"
-#include "../h/seg.h"
-#include "../h/vm.h"
-#include "../h/acct.h"
-#include "../h/uio.h"
-#include "../h/kernel.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "inode.h"
+#include "proc.h"
+#include "timeb.h"
+#include "times.h"
+#include "conf.h"
+#include "buf.h"
+#include "mount.h"
+#include "text.h"
+#include "seg.h"
+#include "vm.h"
+#include "acct.h"
+#include "uio.h"
+#include "kernel.h"
 
 #define        mask(s) (1 << ((s)-1))
 #define        cantmask        (mask(SIGKILL)|mask(SIGCONT)|mask(SIGSTOP))
 
 #define        mask(s) (1 << ((s)-1))
 #define        cantmask        (mask(SIGKILL)|mask(SIGCONT)|mask(SIGSTOP))
index 2ed3f32..c42582b 100644 (file)
@@ -1,10 +1,10 @@
-/*     kern_subr.c     6.2     84/07/08        */
+/*     kern_subr.c     6.3     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/uio.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "uio.h"
 
 uiomove(cp, n, rw, uio)
        register caddr_t cp;
 
 uiomove(cp, n, rw, uio)
        register caddr_t cp;
index 9ff8a7a..d13afe2 100644 (file)
@@ -1,17 +1,17 @@
-/*     kern_synch.c    6.3     84/07/31        */
+/*     kern_synch.c    6.4     84/08/29        */
 
 #include "../machine/pte.h"
 
 
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/proc.h"
-#include "../h/file.h"
-#include "../h/inode.h"
-#include "../h/vm.h"
-#include "../h/kernel.h"
-#include "../h/buf.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "proc.h"
+#include "file.h"
+#include "inode.h"
+#include "vm.h"
+#include "kernel.h"
+#include "buf.h"
 
 #ifdef vax
 #include "../vax/mtpr.h"       /* XXX */
 
 #ifdef vax
 #include "../vax/mtpr.h"       /* XXX */
index 9f427ca..086a1ce 100644 (file)
@@ -1,13 +1,13 @@
-/*     kern_time.c     6.2     84/06/06        */
+/*     kern_time.c     6.3     84/08/29        */
 
 #include "../machine/reg.h"
 
 
 #include "../machine/reg.h"
 
-#include "../h/param.h"
-#include "../h/dir.h"          /* XXX */
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/inode.h"
-#include "../h/proc.h"
+#include "param.h"
+#include "dir.h"               /* XXX */
+#include "user.h"
+#include "kernel.h"
+#include "inode.h"
+#include "proc.h"
 
 /* 
  * Time of day and interval timer support.
 
 /* 
  * Time of day and interval timer support.
index ee6fd32..d39feb3 100644 (file)
@@ -1,12 +1,12 @@
-/*     kern_xxx.c      6.1     83/07/29        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/proc.h"
-#include "../h/reboot.h"
+/*     kern_xxx.c      6.2     84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "proc.h"
+#include "reboot.h"
 
 gethostid()
 {
 
 gethostid()
 {
index 436f81f..8c97f9c 100644 (file)
@@ -1,17 +1,17 @@
-/*     subr_log.c      6.2     84/07/17        */
+/*     subr_log.c      6.3     84/08/29        */
 
 /*
  * Error log buffer for kernel printf's.
  */
 
 
 /*
  * Error log buffer for kernel printf's.
  */
 
-#include "../h/param.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/proc.h"
-#include "../h/ioctl.h"
-#include "../h/msgbuf.h"
-#include "../h/file.h"
-#include "../h/errno.h"
+#include "param.h"
+#include "dir.h"
+#include "user.h"
+#include "proc.h"
+#include "ioctl.h"
+#include "msgbuf.h"
+#include "file.h"
+#include "errno.h"
 
 #define LOG_RDPRI      (PZERO + 1)
 
 
 #define LOG_RDPRI      (PZERO + 1)
 
index 4cec58c..8a6211b 100644 (file)
@@ -1,17 +1,17 @@
-/*     subr_prf.c      6.2     84/07/17        */
+/*     subr_prf.c      6.3     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/seg.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
-#include "../h/reboot.h"
-#include "../h/vm.h"
-#include "../h/msgbuf.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/proc.h"
-#include "../h/tty.h"
+#include "param.h"
+#include "systm.h"
+#include "seg.h"
+#include "buf.h"
+#include "conf.h"
+#include "reboot.h"
+#include "vm.h"
+#include "msgbuf.h"
+#include "dir.h"
+#include "user.h"
+#include "proc.h"
+#include "tty.h"
 
 #ifdef vax
 #include "../vax/mtpr.h"
 
 #ifdef vax
 #include "../vax/mtpr.h"
index ea965de..9fda33c 100644 (file)
@@ -1,11 +1,11 @@
-/*     subr_prof.c     6.3     84/08/12        */
+/*     subr_prof.c     6.4     84/08/29        */
 
 /* last integrated from: gmon.c        4.10 (Berkeley) 1/14/83 */
 
 #ifdef GPROF
 
 /* last integrated from: gmon.c        4.10 (Berkeley) 1/14/83 */
 
 #ifdef GPROF
-#include "../h/gprof.h"
-#include "../h/param.h"
-#include "../h/systm.h"
+#include "gprof.h"
+#include "param.h"
+#include "systm.h"
 
 /*
  * Froms is actually a bunch of unsigned shorts indexing tos
 
 /*
  * Froms is actually a bunch of unsigned shorts indexing tos
index fa1e532..6ff9198 100644 (file)
@@ -1,13 +1,13 @@
-/*     subr_rmap.c     6.1     83/07/29        */
+/*     subr_rmap.c     6.2     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/map.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/proc.h"
-#include "../h/text.h"
-#include "../h/kernel.h"
+#include "param.h"
+#include "systm.h"
+#include "map.h"
+#include "dir.h"
+#include "user.h"
+#include "proc.h"
+#include "text.h"
+#include "kernel.h"
 
 /*
  * Resource map handling routines.
 
 /*
  * Resource map handling routines.
index 03f322c..1d131b0 100644 (file)
@@ -1,13 +1,13 @@
-/*     subr_rmap.c.sav 6.1     83/07/29        */
+/*     subr_rmap.c.sav 6.2     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/map.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/proc.h"
-#include "../h/text.h"
-#include "../h/kernel.h"
+#include "param.h"
+#include "systm.h"
+#include "map.h"
+#include "dir.h"
+#include "user.h"
+#include "proc.h"
+#include "text.h"
+#include "kernel.h"
 
 /*
  * Resource map handling routines.
 
 /*
  * Resource map handling routines.
index afadb73..3593d11 100644 (file)
@@ -1,19 +1,19 @@
-/*     subr_xxx.c      6.4     84/08/22        */
+/*     subr_xxx.c      6.5     84/08/29        */
 
 #include "../machine/pte.h"
 
 
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/conf.h"
-#include "../h/inode.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/buf.h"
-#include "../h/proc.h"
-#include "../h/fs.h"
-#include "../h/vm.h"
-#include "../h/cmap.h"
-#include "../h/uio.h"
+#include "param.h"
+#include "systm.h"
+#include "conf.h"
+#include "inode.h"
+#include "dir.h"
+#include "user.h"
+#include "buf.h"
+#include "proc.h"
+#include "fs.h"
+#include "vm.h"
+#include "cmap.h"
+#include "uio.h"
 
 /*
  * Routine placed in illegal entries in the bdevsw and cdevsw tables.
 
 /*
  * Routine placed in illegal entries in the bdevsw and cdevsw tables.
index b63109d..043e8dd 100644 (file)
@@ -1,15 +1,15 @@
-/*     sys_generic.c   6.3     84/08/22        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/ioctl.h"
-#include "../h/file.h"
-#include "../h/proc.h"
-#include "../h/uio.h"
-#include "../h/kernel.h"
-#include "../h/stat.h"
+/*     sys_generic.c   6.4     84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "ioctl.h"
+#include "file.h"
+#include "proc.h"
+#include "uio.h"
+#include "kernel.h"
+#include "stat.h"
 
 /*
  * Read system call.
 
 /*
  * Read system call.
index 6b65692..45fe2b3 100644 (file)
@@ -1,20 +1,20 @@
-/*     sys_process.c   6.1     83/07/29        */
+/*     sys_process.c   6.2     84/08/29        */
 
 #include "../machine/reg.h"
 #include "../machine/psl.h"
 #include "../machine/pte.h"
 
 
 #include "../machine/reg.h"
 #include "../machine/psl.h"
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/proc.h"
-#include "../h/inode.h"
-#include "../h/text.h"
-#include "../h/seg.h"
-#include "../h/vm.h"
-#include "../h/buf.h"
-#include "../h/acct.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "proc.h"
+#include "inode.h"
+#include "text.h"
+#include "seg.h"
+#include "vm.h"
+#include "buf.h"
+#include "acct.h"
 
 /*
  * Priority for tracing
 
 /*
  * Priority for tracing
index 90ea1ad..9ec59c6 100644 (file)
@@ -1,17 +1,17 @@
-/*     sys_socket.c    6.2     84/08/21        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/file.h"
-#include "../h/mbuf.h"
-#include "../h/protosw.h"
-#include "../h/socket.h"
-#include "../h/socketvar.h"
-#include "../h/ioctl.h"
-#include "../h/uio.h"
-#include "../h/stat.h"
+/*     sys_socket.c    6.3     84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "file.h"
+#include "mbuf.h"
+#include "protosw.h"
+#include "socket.h"
+#include "socketvar.h"
+#include "ioctl.h"
+#include "uio.h"
+#include "stat.h"
 
 #include "../net/if.h"
 #include "../net/route.h"
 
 #include "../net/if.h"
 #include "../net/route.h"
index 9cf471c..2b1e6fe 100644 (file)
@@ -1,21 +1,21 @@
-/*     tty.c   6.9     84/02/15        */
+/*     tty.c   6.10    84/08/29        */
 
 #include "../machine/reg.h"
 
 
 #include "../machine/reg.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/ioctl.h"
-#include "../h/tty.h"
-#include "../h/proc.h"
-#include "../h/inode.h"
-#include "../h/file.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
-#include "../h/dk.h"
-#include "../h/uio.h"
-#include "../h/kernel.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "ioctl.h"
+#include "tty.h"
+#include "proc.h"
+#include "inode.h"
+#include "file.h"
+#include "conf.h"
+#include "buf.h"
+#include "dk.h"
+#include "uio.h"
+#include "kernel.h"
 
 /*
  * Table giving parity for characters and indicating
 
 /*
  * Table giving parity for characters and indicating
index 310e058..abf5ccf 100644 (file)
@@ -1,20 +1,20 @@
-/*     tty_bk.c        6.1     83/07/29        */
+/*     tty_bk.c        6.2     84/08/29        */
 
 #include "bk.h"
 
 #if NBK > 0
 
 #include "bk.h"
 
 #if NBK > 0
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/ioctl.h"
-#include "../h/tty.h"
-#include "../h/proc.h"
-#include "../h/inode.h"
-#include "../h/file.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
-#include "../h/uio.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "ioctl.h"
+#include "tty.h"
+#include "proc.h"
+#include "inode.h"
+#include "file.h"
+#include "conf.h"
+#include "buf.h"
+#include "uio.h"
 
 /*
  * Line discipline for Berkeley network.
 
 /*
  * Line discipline for Berkeley network.
index 333a9b7..5c98ba8 100644 (file)
@@ -1,10 +1,10 @@
-/*     tty_conf.c      6.2     83/09/25        */
+/*     tty_conf.c      6.3     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/buf.h"
-#include "../h/tty.h"
-#include "../h/conf.h"
+#include "param.h"
+#include "systm.h"
+#include "buf.h"
+#include "tty.h"
+#include "conf.h"
 
 int    nodev();
 int    nulldev();
 
 int    nodev();
 int    nulldev();
index d50c3b3..5aa4319 100644 (file)
@@ -1,4 +1,4 @@
-/*     tty_pty.c       6.5     84/07/29        */
+/*     tty_pty.c       6.6     84/08/29        */
 
 /*
  * Pseudo-teletype Driver
 
 /*
  * Pseudo-teletype Driver
@@ -7,17 +7,17 @@
 #include "pty.h"
 
 #if NPTY > 0
 #include "pty.h"
 
 #if NPTY > 0
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/ioctl.h"
-#include "../h/tty.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/conf.h"
-#include "../h/file.h"
-#include "../h/proc.h"
-#include "../h/uio.h"
-#include "../h/kernel.h"
+#include "param.h"
+#include "systm.h"
+#include "ioctl.h"
+#include "tty.h"
+#include "dir.h"
+#include "user.h"
+#include "conf.h"
+#include "file.h"
+#include "proc.h"
+#include "uio.h"
+#include "kernel.h"
 
 #if NPTY == 1
 #undef NPTY
 
 #if NPTY == 1
 #undef NPTY
index 7bcdbd1..505da1f 100644 (file)
@@ -1,11 +1,11 @@
-/*     tty_subr.c      6.2     84/07/29        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
-#include "../h/tty.h"
-#include "../h/clist.h"
+/*     tty_subr.c      6.3     84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "conf.h"
+#include "buf.h"
+#include "tty.h"
+#include "clist.h"
 
 char   cwaiting;
 
 
 char   cwaiting;
 
index 62f125c..de23b6c 100644 (file)
@@ -1,20 +1,20 @@
-/*     tty_tb.c        6.2     83/09/22        */
+/*     tty_tb.c        6.3     84/08/29        */
 
 #include "tb.h"
 #if NTB > 0
 
 
 #include "tb.h"
 #if NTB > 0
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/ioctl.h"
-#include "../h/tty.h"
-#include "../h/proc.h"
-#include "../h/inode.h"
-#include "../h/file.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
-#include "../h/uio.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "ioctl.h"
+#include "tty.h"
+#include "proc.h"
+#include "inode.h"
+#include "file.h"
+#include "conf.h"
+#include "buf.h"
+#include "uio.h"
 
 /*
  * Line discipline for RS232 tablets.
 
 /*
  * Line discipline for RS232 tablets.
index 1b89416..05acb88 100644 (file)
@@ -1,19 +1,19 @@
-/*     tty_tty.c       6.1     83/07/29        */
+/*     tty_tty.c       6.2     84/08/29        */
 
 /*
  * Indirect driver for controlling tty.
  *
  * THIS IS GARBAGE: MUST SOON BE DONE WITH struct inode * IN PROC TABLE.
  */
 
 /*
  * Indirect driver for controlling tty.
  *
  * THIS IS GARBAGE: MUST SOON BE DONE WITH struct inode * IN PROC TABLE.
  */
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/conf.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/ioctl.h"
-#include "../h/tty.h"
-#include "../h/proc.h"
-#include "../h/uio.h"
+#include "param.h"
+#include "systm.h"
+#include "conf.h"
+#include "dir.h"
+#include "user.h"
+#include "ioctl.h"
+#include "tty.h"
+#include "proc.h"
+#include "uio.h"
 
 /*ARGSUSED*/
 syopen(dev, flag)
 
 /*ARGSUSED*/
 syopen(dev, flag)
index b562232..9a9fcd1 100644 (file)
@@ -1,11 +1,11 @@
-/*     uipc_domain.c   6.2     84/08/21        */
+/*     uipc_domain.c   6.3     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/socket.h"
-#include "../h/protosw.h"
-#include "../h/domain.h"
-#include "../h/time.h"
-#include "../h/kernel.h"
+#include "param.h"
+#include "socket.h"
+#include "protosw.h"
+#include "domain.h"
+#include "time.h"
+#include "kernel.h"
 
 #define        ADDDOMAIN(x)    { \
        extern struct domain x/**/domain; \
 
 #define        ADDDOMAIN(x)    { \
        extern struct domain x/**/domain; \
index 76ebcdd..4d3b56b 100644 (file)
@@ -1,16 +1,16 @@
-/*     uipc_mbuf.c     6.2     84/02/22        */
+/*     uipc_mbuf.c     6.3     84/08/29        */
 
 #include "../machine/pte.h"
 
 
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/proc.h"
-#include "../h/cmap.h"
-#include "../h/map.h"
-#include "../h/mbuf.h"
-#include "../h/vm.h"
-#include "../h/kernel.h"
+#include "param.h"
+#include "dir.h"
+#include "user.h"
+#include "proc.h"
+#include "cmap.h"
+#include "map.h"
+#include "mbuf.h"
+#include "vm.h"
+#include "kernel.h"
 
 mbinit()
 {
 
 mbinit()
 {
index 1394443..c4b1266 100644 (file)
@@ -1,11 +1,11 @@
-/*     uipc_pipe.c     6.1     83/07/29        */
+/*     uipc_pipe.c     6.2     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/mbuf.h"
-#include "../h/protosw.h"
-#include "../h/socket.h"
-#include "../h/socketvar.h"
-#include "../h/unpcb.h"
+#include "param.h"
+#include "mbuf.h"
+#include "protosw.h"
+#include "socket.h"
+#include "socketvar.h"
+#include "unpcb.h"
 
 #define        PIPSIZ  4096
 
 
 #define        PIPSIZ  4096
 
index 73a9929..2281618 100644 (file)
@@ -1,10 +1,10 @@
-/*     uipc_proto.c    6.2     84/08/21        */
+/*     uipc_proto.c    6.3     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/socket.h"
-#include "../h/protosw.h"
-#include "../h/domain.h"
-#include "../h/mbuf.h"
+#include "param.h"
+#include "socket.h"
+#include "protosw.h"
+#include "domain.h"
+#include "mbuf.h"
 
 /*
  * Definitions of protocols supported in the UNIX domain.
 
 /*
  * Definitions of protocols supported in the UNIX domain.
index 9a8d447..1d308d9 100644 (file)
@@ -1,22 +1,22 @@
-/*     uipc_socket.c   6.6     84/08/21        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/proc.h"
-#include "../h/file.h"
-#include "../h/inode.h"
-#include "../h/buf.h"
-#include "../h/mbuf.h"
-#include "../h/un.h"
-#include "../h/domain.h"
-#include "../h/protosw.h"
-#include "../h/socket.h"
-#include "../h/socketvar.h"
-#include "../h/stat.h"
-#include "../h/ioctl.h"
-#include "../h/uio.h"
+/*     uipc_socket.c   6.7     84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "proc.h"
+#include "file.h"
+#include "inode.h"
+#include "buf.h"
+#include "mbuf.h"
+#include "un.h"
+#include "domain.h"
+#include "protosw.h"
+#include "socket.h"
+#include "socketvar.h"
+#include "stat.h"
+#include "ioctl.h"
+#include "uio.h"
 #include "../net/route.h"
 #include "../netinet/in.h"
 #include "../net/if.h"
 #include "../net/route.h"
 #include "../netinet/in.h"
 #include "../net/if.h"
index a20e727..18cf110 100644 (file)
@@ -1,17 +1,17 @@
-/*     uipc_socket2.c  6.3     84/08/21        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/proc.h"
-#include "../h/file.h"
-#include "../h/inode.h"
-#include "../h/buf.h"
-#include "../h/mbuf.h"
-#include "../h/protosw.h"
-#include "../h/socket.h"
-#include "../h/socketvar.h"
+/*     uipc_socket2.c  6.4     84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "proc.h"
+#include "file.h"
+#include "inode.h"
+#include "buf.h"
+#include "mbuf.h"
+#include "protosw.h"
+#include "socket.h"
+#include "socketvar.h"
 
 /*
  * Primitive routines for operating on sockets and socket buffers
 
 /*
  * Primitive routines for operating on sockets and socket buffers
index eaeda74..bd683e8 100644 (file)
@@ -1,18 +1,18 @@
-/*     uipc_syscalls.c 6.3     84/07/08        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/proc.h"
-#include "../h/file.h"
-#include "../h/inode.h"
-#include "../h/buf.h"
-#include "../h/mbuf.h"
-#include "../h/protosw.h"
-#include "../h/socket.h"
-#include "../h/socketvar.h"
-#include "../h/uio.h"
+/*     uipc_syscalls.c 6.4     84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "proc.h"
+#include "file.h"
+#include "inode.h"
+#include "buf.h"
+#include "mbuf.h"
+#include "protosw.h"
+#include "socket.h"
+#include "socketvar.h"
+#include "uio.h"
 
 /*
  * System call interface to the socket abstraction.
 
 /*
  * System call interface to the socket abstraction.
index e57de62..db98705 100644 (file)
@@ -1,18 +1,18 @@
-/*     uipc_usrreq.c   6.9     84/08/27        */
-
-#include "../h/param.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/mbuf.h"
-#include "../h/domain.h"
-#include "../h/protosw.h"
-#include "../h/socket.h"
-#include "../h/socketvar.h"
-#include "../h/unpcb.h"
-#include "../h/un.h"
-#include "../h/inode.h"
-#include "../h/file.h"
-#include "../h/stat.h"
+/*     uipc_usrreq.c   6.10    84/08/29        */
+
+#include "param.h"
+#include "dir.h"
+#include "user.h"
+#include "mbuf.h"
+#include "domain.h"
+#include "protosw.h"
+#include "socket.h"
+#include "socketvar.h"
+#include "unpcb.h"
+#include "un.h"
+#include "inode.h"
+#include "file.h"
+#include "stat.h"
 
 /*
  * Unix communications domain.
 
 /*
  * Unix communications domain.
index 2e7ac99..e2fe96d 100644 (file)
@@ -1,17 +1,17 @@
-/*     vfs_bio.c       6.3     84/08/07        */
+/*     vfs_bio.c       6.4     84/08/29        */
 
 #include "../machine/pte.h"
 
 
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
-#include "../h/proc.h"
-#include "../h/seg.h"
-#include "../h/vm.h"
-#include "../h/trace.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "buf.h"
+#include "conf.h"
+#include "proc.h"
+#include "seg.h"
+#include "vm.h"
+#include "trace.h"
 
 /*
  * Read in (if necessary) the block and return a buffer pointer.
 
 /*
  * Read in (if necessary) the block and return a buffer pointer.
index a2a1d8d..1c7e330 100644 (file)
@@ -1,17 +1,17 @@
-/*     vfs_cluster.c   6.3     84/08/07        */
+/*     vfs_cluster.c   6.4     84/08/29        */
 
 #include "../machine/pte.h"
 
 
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
-#include "../h/proc.h"
-#include "../h/seg.h"
-#include "../h/vm.h"
-#include "../h/trace.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "buf.h"
+#include "conf.h"
+#include "proc.h"
+#include "seg.h"
+#include "vm.h"
+#include "trace.h"
 
 /*
  * Read in (if necessary) the block and return a buffer pointer.
 
 /*
  * Read in (if necessary) the block and return a buffer pointer.
index 778c81b..07cf2bd 100644 (file)
@@ -1,16 +1,16 @@
-/*     vfs_lookup.c    6.14    84/07/27        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/mount.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
-#include "../h/uio.h"
-#include "../h/kernel.h"
+/*     vfs_lookup.c    6.15    84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "inode.h"
+#include "fs.h"
+#include "mount.h"
+#include "dir.h"
+#include "user.h"
+#include "buf.h"
+#include "conf.h"
+#include "uio.h"
+#include "kernel.h"
 
 struct buf *blkatoff();
 struct buf *freenamebuf;
 
 struct buf *blkatoff();
 struct buf *freenamebuf;
index 8c09231..a293e52 100644 (file)
@@ -1,21 +1,21 @@
-/*     vfs_syscalls.c  6.13    84/07/27        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/file.h"
-#include "../h/stat.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/buf.h"
-#include "../h/proc.h"
-#include "../h/quota.h"
-#include "../h/uio.h"
-#include "../h/socket.h"
-#include "../h/socketvar.h"
-#include "../h/mount.h"
+/*     vfs_syscalls.c  6.14    84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "file.h"
+#include "stat.h"
+#include "inode.h"
+#include "fs.h"
+#include "buf.h"
+#include "proc.h"
+#include "quota.h"
+#include "uio.h"
+#include "socket.h"
+#include "socketvar.h"
+#include "mount.h"
 
 extern struct fileops inodeops;
 struct file *getinode();
 
 extern struct fileops inodeops;
 struct file *getinode();
index 3f76e75..21a2bc7 100644 (file)
@@ -1,20 +1,20 @@
-/*     vfs_vnops.c     6.2     84/07/08        */
+/*     vfs_vnops.c     6.3     84/08/29        */
 
 #include "../machine/reg.h"
 
 
 #include "../machine/reg.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/fs.h"
-#include "../h/file.h"
-#include "../h/conf.h"
-#include "../h/inode.h"
-#include "../h/acct.h"
-#include "../h/mount.h"
-#include "../h/socket.h"
-#include "../h/socketvar.h"
-#include "../h/proc.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "fs.h"
+#include "file.h"
+#include "conf.h"
+#include "inode.h"
+#include "acct.h"
+#include "mount.h"
+#include "socket.h"
+#include "socketvar.h"
+#include "proc.h"
 
 /*
  * Check mode permission on inode pointer.
 
 /*
  * Check mode permission on inode pointer.
index 662ecbf..5a1b815 100644 (file)
@@ -1,18 +1,18 @@
-/*     vfs_xxx.c       6.2     84/07/08        */
+/*     vfs_xxx.c       6.3     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/mount.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
+#include "param.h"
+#include "systm.h"
+#include "inode.h"
+#include "fs.h"
+#include "mount.h"
+#include "dir.h"
+#include "user.h"
+#include "buf.h"
+#include "conf.h"
 
 #ifdef COMPAT
 
 #ifdef COMPAT
-#include "../h/file.h"
-#include "../h/kernel.h"
+#include "file.h"
+#include "kernel.h"
 
 /*
  * Oh, how backwards compatibility is ugly!!!
 
 /*
  * Oh, how backwards compatibility is ugly!!!
index 26b8601..d436d91 100644 (file)
@@ -1,16 +1,16 @@
-/*     ffs_alloc.c     6.4     84/07/28        */
+/*     ffs_alloc.c     6.5     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/mount.h"
-#include "../h/fs.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
-#include "../h/inode.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/quota.h"
-#include "../h/kernel.h"
+#include "param.h"
+#include "systm.h"
+#include "mount.h"
+#include "fs.h"
+#include "conf.h"
+#include "buf.h"
+#include "inode.h"
+#include "dir.h"
+#include "user.h"
+#include "quota.h"
+#include "kernel.h"
 
 extern u_long          hashalloc();
 extern ino_t           ialloccg();
 
 extern u_long          hashalloc();
 extern ino_t           ialloccg();
index da97847..934d13b 100644 (file)
@@ -1,14 +1,14 @@
-/*     ffs_balloc.c    6.1     83/07/29        */
+/*     ffs_balloc.c    6.2     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/conf.h"
-#include "../h/inode.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/buf.h"
-#include "../h/proc.h"
-#include "../h/fs.h"
+#include "param.h"
+#include "systm.h"
+#include "conf.h"
+#include "inode.h"
+#include "dir.h"
+#include "user.h"
+#include "buf.h"
+#include "proc.h"
+#include "fs.h"
 
 /*
  * Bmap defines the structure of file system storage
 
 /*
  * Bmap defines the structure of file system storage
index 64ec8b0..2620c48 100644 (file)
@@ -1,18 +1,18 @@
-/*     ffs_inode.c     6.10    84/08/03        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/mount.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
+/*     ffs_inode.c     6.11    84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "mount.h"
+#include "dir.h"
+#include "user.h"
+#include "inode.h"
+#include "fs.h"
+#include "conf.h"
+#include "buf.h"
 #ifdef QUOTA
 #ifdef QUOTA
-#include "../h/quota.h"
+#include "quota.h"
 #endif
 #endif
-#include "../h/kernel.h"
+#include "kernel.h"
 
 #define        INOHSZ  512
 #if    ((INOHSZ&(INOHSZ-1)) == 0)
 
 #define        INOHSZ  512
 #if    ((INOHSZ&(INOHSZ-1)) == 0)
index adb68d7..4d46170 100644 (file)
@@ -1,17 +1,17 @@
-/*     ffs_subr.c      6.4     84/08/09        */
+/*     ffs_subr.c      6.5     84/08/29        */
 
 #ifdef KERNEL
 
 #ifdef KERNEL
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/mount.h"
-#include "../h/fs.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
-#include "../h/inode.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/quota.h"
-#include "../h/kernel.h"
+#include "param.h"
+#include "systm.h"
+#include "mount.h"
+#include "fs.h"
+#include "conf.h"
+#include "buf.h"
+#include "inode.h"
+#include "dir.h"
+#include "user.h"
+#include "quota.h"
+#include "kernel.h"
 #else
 #include <sys/param.h>
 #include <sys/systm.h>
 #else
 #include <sys/param.h>
 #include <sys/systm.h>
index e6212cd..7f739c9 100644 (file)
@@ -1,6 +1,6 @@
-/*     ffs_tables.c    6.1     83/07/29        */
+/*     ffs_tables.c    6.2     84/08/29        */
 
 
-#include "../h/param.h"
+#include "param.h"
 
 /*
  * Bit patterns for identifying fragments in the block map
 
 /*
  * Bit patterns for identifying fragments in the block map
index 580719c..25ce66b 100644 (file)
@@ -1,16 +1,16 @@
-/*     ffs_vfsops.c    6.7     84/07/18        */
+/*     ffs_vfsops.c    6.8     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/inode.h"
-#include "../h/proc.h"
-#include "../h/fs.h"
-#include "../h/buf.h"
-#include "../h/mount.h"
-#include "../h/file.h"
-#include "../h/conf.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "inode.h"
+#include "proc.h"
+#include "fs.h"
+#include "buf.h"
+#include "mount.h"
+#include "file.h"
+#include "conf.h"
 
 smount()
 {
 
 smount()
 {
index 817ced7..4c3eba3 100644 (file)
@@ -1,21 +1,21 @@
-/*     ffs_vnops.c     6.13    84/07/27        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/file.h"
-#include "../h/stat.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/buf.h"
-#include "../h/proc.h"
-#include "../h/quota.h"
-#include "../h/uio.h"
-#include "../h/socket.h"
-#include "../h/socketvar.h"
-#include "../h/mount.h"
+/*     ffs_vnops.c     6.14    84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "file.h"
+#include "stat.h"
+#include "inode.h"
+#include "fs.h"
+#include "buf.h"
+#include "proc.h"
+#include "quota.h"
+#include "uio.h"
+#include "socket.h"
+#include "socketvar.h"
+#include "mount.h"
 
 extern struct fileops inodeops;
 struct file *getinode();
 
 extern struct fileops inodeops;
 struct file *getinode();
index be940e8..7388b88 100644 (file)
@@ -1,4 +1,4 @@
-/*     ufs_disksubr.c  6.1     83/07/29        */
+/*     ufs_disksubr.c  6.2     84/08/29        */
 
 /*
  * Seek sort for disks.  We depend on the driver
 
 /*
  * Seek sort for disks.  We depend on the driver
@@ -17,9 +17,9 @@
  * blocks are allocated.
  */
 
  * blocks are allocated.
  */
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/buf.h"
+#include "param.h"
+#include "systm.h"
+#include "buf.h"
 
 #define        b_cylin b_resid
 
 
 #define        b_cylin b_resid
 
index faa1e88..897c7d3 100644 (file)
@@ -1,18 +1,18 @@
-/*     ufs_inode.c     6.10    84/08/03        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/mount.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
+/*     ufs_inode.c     6.11    84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "mount.h"
+#include "dir.h"
+#include "user.h"
+#include "inode.h"
+#include "fs.h"
+#include "conf.h"
+#include "buf.h"
 #ifdef QUOTA
 #ifdef QUOTA
-#include "../h/quota.h"
+#include "quota.h"
 #endif
 #endif
-#include "../h/kernel.h"
+#include "kernel.h"
 
 #define        INOHSZ  512
 #if    ((INOHSZ&(INOHSZ-1)) == 0)
 
 #define        INOHSZ  512
 #if    ((INOHSZ&(INOHSZ-1)) == 0)
index ebae5ef..c3f06b9 100644 (file)
@@ -1,16 +1,16 @@
-/*     ufs_lookup.c    6.14    84/07/27        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/mount.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
-#include "../h/uio.h"
-#include "../h/kernel.h"
+/*     ufs_lookup.c    6.15    84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "inode.h"
+#include "fs.h"
+#include "mount.h"
+#include "dir.h"
+#include "user.h"
+#include "buf.h"
+#include "conf.h"
+#include "uio.h"
+#include "kernel.h"
 
 struct buf *blkatoff();
 struct buf *freenamebuf;
 
 struct buf *blkatoff();
 struct buf *freenamebuf;
index ace2861..30c4ffd 100644 (file)
@@ -1,16 +1,16 @@
-/*     ufs_vfsops.c    6.7     84/07/18        */
+/*     ufs_vfsops.c    6.8     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/inode.h"
-#include "../h/proc.h"
-#include "../h/fs.h"
-#include "../h/buf.h"
-#include "../h/mount.h"
-#include "../h/file.h"
-#include "../h/conf.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "inode.h"
+#include "proc.h"
+#include "fs.h"
+#include "buf.h"
+#include "mount.h"
+#include "file.h"
+#include "conf.h"
 
 smount()
 {
 
 smount()
 {
index 7f801ff..0529034 100644 (file)
@@ -1,21 +1,21 @@
-/*     ufs_vnops.c     6.13    84/07/27        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/file.h"
-#include "../h/stat.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/buf.h"
-#include "../h/proc.h"
-#include "../h/quota.h"
-#include "../h/uio.h"
-#include "../h/socket.h"
-#include "../h/socketvar.h"
-#include "../h/mount.h"
+/*     ufs_vnops.c     6.14    84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "file.h"
+#include "stat.h"
+#include "inode.h"
+#include "fs.h"
+#include "buf.h"
+#include "proc.h"
+#include "quota.h"
+#include "uio.h"
+#include "socket.h"
+#include "socketvar.h"
+#include "mount.h"
 
 extern struct fileops inodeops;
 struct file *getinode();
 
 extern struct fileops inodeops;
 struct file *getinode();
index 634d62f..ed5c494 100644 (file)
@@ -1,16 +1,16 @@
-/*     lfs_alloc.c     6.4     84/07/28        */
+/*     lfs_alloc.c     6.5     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/mount.h"
-#include "../h/fs.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
-#include "../h/inode.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/quota.h"
-#include "../h/kernel.h"
+#include "param.h"
+#include "systm.h"
+#include "mount.h"
+#include "fs.h"
+#include "conf.h"
+#include "buf.h"
+#include "inode.h"
+#include "dir.h"
+#include "user.h"
+#include "quota.h"
+#include "kernel.h"
 
 extern u_long          hashalloc();
 extern ino_t           ialloccg();
 
 extern u_long          hashalloc();
 extern ino_t           ialloccg();
index 72af800..2f86fd4 100644 (file)
@@ -1,14 +1,14 @@
-/*     lfs_balloc.c    6.1     83/07/29        */
+/*     lfs_balloc.c    6.2     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/conf.h"
-#include "../h/inode.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/buf.h"
-#include "../h/proc.h"
-#include "../h/fs.h"
+#include "param.h"
+#include "systm.h"
+#include "conf.h"
+#include "inode.h"
+#include "dir.h"
+#include "user.h"
+#include "buf.h"
+#include "proc.h"
+#include "fs.h"
 
 /*
  * Bmap defines the structure of file system storage
 
 /*
  * Bmap defines the structure of file system storage
index ff5b06a..d1f23a7 100644 (file)
@@ -1,18 +1,18 @@
-/*     lfs_inode.c     6.10    84/08/03        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/mount.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
+/*     lfs_inode.c     6.11    84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "mount.h"
+#include "dir.h"
+#include "user.h"
+#include "inode.h"
+#include "fs.h"
+#include "conf.h"
+#include "buf.h"
 #ifdef QUOTA
 #ifdef QUOTA
-#include "../h/quota.h"
+#include "quota.h"
 #endif
 #endif
-#include "../h/kernel.h"
+#include "kernel.h"
 
 #define        INOHSZ  512
 #if    ((INOHSZ&(INOHSZ-1)) == 0)
 
 #define        INOHSZ  512
 #if    ((INOHSZ&(INOHSZ-1)) == 0)
index 3758ee0..83aa0ab 100644 (file)
@@ -1,16 +1,16 @@
-/*     lfs_vfsops.c    6.7     84/07/18        */
+/*     lfs_vfsops.c    6.8     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/inode.h"
-#include "../h/proc.h"
-#include "../h/fs.h"
-#include "../h/buf.h"
-#include "../h/mount.h"
-#include "../h/file.h"
-#include "../h/conf.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "inode.h"
+#include "proc.h"
+#include "fs.h"
+#include "buf.h"
+#include "mount.h"
+#include "file.h"
+#include "conf.h"
 
 smount()
 {
 
 smount()
 {
index 22387ac..cf71517 100644 (file)
@@ -1,21 +1,21 @@
-/*     lfs_vnops.c     6.13    84/07/27        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/file.h"
-#include "../h/stat.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/buf.h"
-#include "../h/proc.h"
-#include "../h/quota.h"
-#include "../h/uio.h"
-#include "../h/socket.h"
-#include "../h/socketvar.h"
-#include "../h/mount.h"
+/*     lfs_vnops.c     6.14    84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "file.h"
+#include "stat.h"
+#include "inode.h"
+#include "fs.h"
+#include "buf.h"
+#include "proc.h"
+#include "quota.h"
+#include "uio.h"
+#include "socket.h"
+#include "socketvar.h"
+#include "mount.h"
 
 extern struct fileops inodeops;
 struct file *getinode();
 
 extern struct fileops inodeops;
 struct file *getinode();
index be940e8..7388b88 100644 (file)
@@ -1,4 +1,4 @@
-/*     ufs_disksubr.c  6.1     83/07/29        */
+/*     ufs_disksubr.c  6.2     84/08/29        */
 
 /*
  * Seek sort for disks.  We depend on the driver
 
 /*
  * Seek sort for disks.  We depend on the driver
@@ -17,9 +17,9 @@
  * blocks are allocated.
  */
 
  * blocks are allocated.
  */
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/buf.h"
+#include "param.h"
+#include "systm.h"
+#include "buf.h"
 
 #define        b_cylin b_resid
 
 
 #define        b_cylin b_resid
 
index faa1e88..897c7d3 100644 (file)
@@ -1,18 +1,18 @@
-/*     ufs_inode.c     6.10    84/08/03        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/mount.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/conf.h"
-#include "../h/buf.h"
+/*     ufs_inode.c     6.11    84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "mount.h"
+#include "dir.h"
+#include "user.h"
+#include "inode.h"
+#include "fs.h"
+#include "conf.h"
+#include "buf.h"
 #ifdef QUOTA
 #ifdef QUOTA
-#include "../h/quota.h"
+#include "quota.h"
 #endif
 #endif
-#include "../h/kernel.h"
+#include "kernel.h"
 
 #define        INOHSZ  512
 #if    ((INOHSZ&(INOHSZ-1)) == 0)
 
 #define        INOHSZ  512
 #if    ((INOHSZ&(INOHSZ-1)) == 0)
index ebae5ef..c3f06b9 100644 (file)
@@ -1,16 +1,16 @@
-/*     ufs_lookup.c    6.14    84/07/27        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/mount.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
-#include "../h/uio.h"
-#include "../h/kernel.h"
+/*     ufs_lookup.c    6.15    84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "inode.h"
+#include "fs.h"
+#include "mount.h"
+#include "dir.h"
+#include "user.h"
+#include "buf.h"
+#include "conf.h"
+#include "uio.h"
+#include "kernel.h"
 
 struct buf *blkatoff();
 struct buf *freenamebuf;
 
 struct buf *blkatoff();
 struct buf *freenamebuf;
index ace2861..30c4ffd 100644 (file)
@@ -1,16 +1,16 @@
-/*     ufs_vfsops.c    6.7     84/07/18        */
+/*     ufs_vfsops.c    6.8     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/inode.h"
-#include "../h/proc.h"
-#include "../h/fs.h"
-#include "../h/buf.h"
-#include "../h/mount.h"
-#include "../h/file.h"
-#include "../h/conf.h"
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "inode.h"
+#include "proc.h"
+#include "fs.h"
+#include "buf.h"
+#include "mount.h"
+#include "file.h"
+#include "conf.h"
 
 smount()
 {
 
 smount()
 {
index 7f801ff..0529034 100644 (file)
@@ -1,21 +1,21 @@
-/*     ufs_vnops.c     6.13    84/07/27        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/kernel.h"
-#include "../h/file.h"
-#include "../h/stat.h"
-#include "../h/inode.h"
-#include "../h/fs.h"
-#include "../h/buf.h"
-#include "../h/proc.h"
-#include "../h/quota.h"
-#include "../h/uio.h"
-#include "../h/socket.h"
-#include "../h/socketvar.h"
-#include "../h/mount.h"
+/*     ufs_vnops.c     6.14    84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "dir.h"
+#include "user.h"
+#include "kernel.h"
+#include "file.h"
+#include "stat.h"
+#include "inode.h"
+#include "fs.h"
+#include "buf.h"
+#include "proc.h"
+#include "quota.h"
+#include "uio.h"
+#include "socket.h"
+#include "socketvar.h"
+#include "mount.h"
 
 extern struct fileops inodeops;
 struct file *getinode();
 
 extern struct fileops inodeops;
 struct file *getinode();
index 4083d24..eb24f6e 100644 (file)
@@ -1,15 +1,15 @@
-/*     vm_meter.c      6.3     84/08/22        */
-
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/seg.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/proc.h"
-#include "../h/text.h"
-#include "../h/vm.h"
-#include "../h/cmap.h"
-#include "../h/kernel.h"
+/*     vm_meter.c      6.3     84/08/29        */
+
+#include "param.h"
+#include "systm.h"
+#include "seg.h"
+#include "dir.h"
+#include "user.h"
+#include "proc.h"
+#include "text.h"
+#include "vm.h"
+#include "cmap.h"
+#include "kernel.h"
 
 int    maxslp = MAXSLP;
 int    saferss = SAFERSS;
 
 int    maxslp = MAXSLP;
 int    saferss = SAFERSS;
index fc34927..f3928ad 100644 (file)
@@ -1,15 +1,15 @@
-/*     vm_swap.c       6.2     84/07/08        */
+/*     vm_swap.c       6.3     84/08/29        */
 
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
-#include "../h/dir.h"
-#include "../h/user.h"
-#include "../h/inode.h"
-#include "../h/map.h"
-#include "../h/uio.h"
-#include "../h/file.h"
+#include "param.h"
+#include "systm.h"
+#include "buf.h"
+#include "conf.h"
+#include "dir.h"
+#include "user.h"
+#include "inode.h"
+#include "map.h"
+#include "uio.h"
+#include "file.h"
 
 struct buf rswbuf;
 /*
 
 struct buf rswbuf;
 /*