..
Make.tags.inc
from 4.4-Lite. probably don't work yet.
1994-12-03 07:42:51 +00:00
Makefile
Do not build vnode_if.[ch] for each kernel. Build them once, like the
1996-02-29 20:54:58 +00:00
exec_aout.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
exec_conf.c
(1) undef various EXEC_ cpp symbols before defining them, in case
1995-12-09 05:34:47 +00:00
exec_ecoff.c
Remove unused locals "struct ecoff_filehdr *efp = &execp->f;".
1996-05-19 20:36:06 +00:00
exec_elf.c
Merge pagedvn changes from OpenBSD and added mips defines. Also added
1996-06-14 18:15:55 +00:00
exec_elf32.c
Merge pagedvn changes from OpenBSD and added mips defines. Also added
1996-06-14 18:15:55 +00:00
exec_script.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
exec_subr.c
Use common fdclose() rather than a private version.
1994-12-04 03:10:40 +00:00
init_main.c
call tty_init().
1996-05-29 19:10:16 +00:00
init_sysent.c
Regen.
1996-04-23 10:27:28 +00:00
kern_acct.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
kern_clock.c
Do not declare tickfixcnt ifdef NTP.
1996-06-09 04:51:03 +00:00
kern_descrip.c
Eliminate kern_conf.h
1996-03-30 22:24:38 +00:00
kern_exec.c
More proto fixes
1996-02-09 18:59:18 +00:00
kern_exit.c
remove include of <sys/cpu.h>
1996-04-22 01:38:12 +00:00
kern_fork.c
More proto fixes
1996-02-09 18:59:18 +00:00
kern_ktrace.c
More proto fixes
1996-02-09 18:59:18 +00:00
kern_lkm.c
now that tty.h has queue.h, we do not need it here.
1996-05-31 00:03:05 +00:00
kern_malloc.c
handle the case where kmem_malloc() returns NULL in the 'can wait' case.
1996-06-13 16:53:34 +00:00
kern_ntptime.c
- Make things compile cleanly after the NTP additions.
1996-03-07 14:31:16 +00:00
kern_physio.c
Check user access rights only if `uio_segflg' says it's a user space buffer.
1996-06-13 22:30:18 +00:00
kern_proc.c
More proto fixes
1996-02-09 18:59:18 +00:00
kern_prot.c
Remove bogus comment in setgid().
1996-05-22 02:22:47 +00:00
kern_resource.c
Cast `sec' to a u_quad_t in `sec * 1000000 + usec' so the expression
1996-06-13 23:22:22 +00:00
kern_sig.c
remove include of <sys/cpu.h>
1996-04-22 01:38:12 +00:00
kern_subr.c
Removed a function that were #ifdef vax'ed.
1996-04-09 17:21:56 +00:00
kern_synch.c
remove include of <sys/cpu.h>
1996-04-22 01:38:12 +00:00
kern_sysctl.c
initialise securelevel to zero to allow it to be patchable. this is _not_ a security issue.
1996-05-20 17:49:05 +00:00
kern_time.c
Changes for NVSv3 code: pull in more NFS include files into kern_time.c
1996-02-18 11:57:06 +00:00
kern_xxx.c
remove include of <sys/cpu.h>
1996-04-22 01:38:12 +00:00
makesyscalls.sh
support nested #if/#else/#endif sets, to allow ULTRIX compat code to handle
1996-03-15 01:25:12 +00:00
subr_autoconf.c
#ifdef __alpha__, call a machine-dependent function with new device
1996-06-13 04:50:29 +00:00
subr_disk.c
Fix printf() formats.
1996-03-16 23:17:04 +00:00
subr_log.c
Eliminate kern_conf.h
1996-03-30 22:24:38 +00:00
subr_prf.c
remove include of <sys/cpu.h>
1996-04-22 01:38:12 +00:00
subr_prof.c
remove include of <sys/cpu.h>
1996-04-22 01:38:12 +00:00
subr_rmap.c
Fix printf() formats.
1996-03-16 23:17:04 +00:00
subr_xxx.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
sys_generic.c
in select(), if it's a small number of file descriptors use a
1996-06-13 05:08:47 +00:00
sys_process.c
fix obscure problem involving ptrace of init
1996-05-15 06:17:47 +00:00
sys_socket.c
Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, PRU_BIND and
1996-05-22 13:54:55 +00:00
syscalls.c
Regen.
1996-04-23 10:27:28 +00:00
syscalls.conf
new RCS ID format.
1994-10-26 06:39:02 +00:00
syscalls.master
Add futimes(), at position 206.
1996-04-23 10:24:21 +00:00
sysv_ipc.c
#include <sys/vnode.h>, for prototypes.
1995-06-03 05:53:28 +00:00
sysv_msg.c
More proto fixes
1996-02-09 18:59:18 +00:00
sysv_sem.c
More proto fixes
1996-02-09 18:59:18 +00:00
sysv_shm.c
Fix printf() formats.
1996-03-16 23:17:04 +00:00
tty.c
don't tty_detach() in ttyfree(). make the user of ttyfree() do
1996-06-06 15:31:24 +00:00
tty_conf.c
Add line discipline code, initialization, and config support for MosquitoNet's
1996-05-19 17:17:50 +00:00
tty_pty.c
impliment ttylist stats based on disk stats.
1996-05-29 02:02:42 +00:00
tty_subr.c
More proto fixes
1996-02-09 18:59:18 +00:00
tty_tb.c
First pass at prototyping
1996-02-04 02:15:01 +00:00
tty_tty.c
Eliminate kern_conf.h
1996-03-30 22:24:38 +00:00
uipc_domain.c
More proto fixes
1996-02-09 18:59:18 +00:00
uipc_mbuf.c
if kmem_malloc() fails while trying to allocate an mbuf cluster, try
1996-06-13 17:02:23 +00:00
uipc_proto.c
uipc_proto.c: No need for the forward decls anymore; everything is prototyped.
1996-02-13 21:10:43 +00:00
uipc_socket.c
And PRU_SEND.
1996-05-22 19:06:07 +00:00
uipc_socket2.c
Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, PRU_BIND and
1996-05-22 13:54:55 +00:00
uipc_syscalls.c
avoid unnecessary checks of m_get/MGET/etc.'s return values. When
1996-06-14 22:21:12 +00:00
uipc_usrreq.c
Oops. Add missing label.
1996-05-23 17:07:03 +00:00
vfs_bio.c
In the sync case of bwrite(), move the accounting earlier so that so that the
1996-06-18 20:50:23 +00:00
vfs_cache.c
First pass at prototyping
1996-02-04 02:17:43 +00:00
vfs_cluster.c
remove include of <sys/cpu.h>
1996-04-22 01:38:12 +00:00
vfs_conf.c
ffs -> ufs
1995-11-11 22:00:15 +00:00
vfs_init.c
More proto fixes
1996-02-09 18:59:18 +00:00
vfs_lockf.c
First pass at prototyping
1996-02-04 02:17:43 +00:00
vfs_lookup.c
More proto fixes
1996-02-09 18:59:18 +00:00
vfs_subr.c
print out file systems being unmounted, #ifdef DEBUG. pr#1492
1996-06-01 20:24:05 +00:00
vfs_syscalls.c
Implement futimes().
1996-04-23 10:29:02 +00:00
vfs_vnops.c
First pass at prototyping
1996-02-04 02:17:43 +00:00
vnode_if.c
Regen.
1996-05-11 18:30:39 +00:00
vnode_if.sh
Do not build vnode_if.[ch] for each kernel. Build them once, like the
1996-02-29 20:54:58 +00:00
vnode_if.src
Change VOP_UPDATE() semantics:
1996-05-11 18:26:27 +00:00