NetBSD/sys/kern
cgd ce7108c729 slightly clean up ws's original patch to this file for the sense
of wait vs. nowait.  this patch from torek.
1993-10-22 02:48:35 +00:00
..
dead_vnops.c Changes to VFS readdir semantics 1993-09-07 15:40:14 +00:00
exec_aout.c there now exists an "exec switch". break the a.out code into another 1993-09-05 01:33:35 +00:00
fifo_vnops.c
init_main.c get rid of __main() -- it's going into libkern 1993-10-15 06:16:22 +00:00
init_sysent.c Update after fixing syscalls.master. 1993-10-02 09:55:09 +00:00
kern_acct.c add some timeout_t typedefs 1993-10-20 00:53:34 +00:00
kern_clock.c from Mark Tinguely, with mods by davidg and then fially fixed by cgd. 1993-10-19 23:37:50 +00:00
kern_descrip.c RLIMIT_OFILE --> RLIMIT_NOFILE 1993-08-23 16:01:56 +00:00
kern_exec.c use the ALIGN macro to align the stack, rather than rounding up 1993-10-06 07:27:58 +00:00
kern_exit.c ACCOUNTING define doesn't exist any more... 1993-10-20 23:04:33 +00:00
kern_fork.c make allproc be volatile, and cast things accordingly. 1993-09-15 22:30:32 +00:00
kern_kinfo.c make allproc be volatile, and cast things accordingly. 1993-09-15 22:30:32 +00:00
kern_ktrace.c make allproc be volatile, and cast things accordingly. 1993-09-15 22:30:32 +00:00
kern_lkm.c enable loadable execution handlers. need to do something better re: 1993-09-05 01:36:28 +00:00
kern_malloc.c
kern_physio.c
kern_proc.c
kern_prot.c These changes are due to a mismatch with user functions prototyped as 1993-09-09 22:03:59 +00:00
kern_resource.c make allproc be volatile, and cast things accordingly. 1993-09-15 22:30:32 +00:00
kern_sig.c make allproc be volatile, and cast things accordingly. 1993-09-15 22:30:32 +00:00
kern_subr.c Removed functions moved to libkern: strcpy, strcmp, strlen, ffs, etc. 1993-09-11 00:08:03 +00:00
kern_synch.c make allproc be volatile, and cast things accordingly. 1993-09-15 22:30:32 +00:00
kern_time.c
kern_xxx.c Finish moving struct definitions outside of function declarations. 1993-07-17 15:24:33 +00:00
makesyscalls.sh
spec_vnops.c changes from 0.9-ALPHA2 to 0.9-BETA 1993-08-23 04:59:38 +00:00
subr_acct.c
subr_autoconf.c runs up to and including configure(). 1993-08-15 23:01:58 +00:00
subr_disk.c Add \n to end of error message. 1993-09-05 22:07:31 +00:00
subr_log.c
subr_mcount.c
subr_prf.c Machine independant changes to VM for handling non-contiguous memory. 1993-08-27 23:45:55 +00:00
subr_rmap.c
subr_xxx.c Removed functions moved to libkern: strcpy, strcmp, strlen, ffs, etc. 1993-09-11 00:08:03 +00:00
sys_generic.c
sys_process.c A little more cleanup; 0 --> FALSE and 1 --> TRUE. 1993-09-06 02:06:34 +00:00
sys_socket.c
syscalls.c Update after fixing syscalls.master. 1993-10-02 09:55:09 +00:00
syscalls.master Put back the $'s in the RCS id that the last commit removed. 1993-10-02 09:51:40 +00:00
sysv_shm.c Add RCS identifiers (this time on the correct side of the branch), and 1993-08-01 19:22:24 +00:00
tty.c If ospeed is set to 0, SIGHUP the session leader (if any). 1993-08-23 16:36:42 +00:00
tty_compat.c
tty_conf.c ppp from paul mackerras 1993-08-14 06:29:28 +00:00
tty_pty.c ifdef out the ttyfree()'s, so that fill_eproc doesn't panic when 1993-09-29 02:36:21 +00:00
tty_subr.c from magnum branch: nbqd() was broken 1993-10-13 03:15:57 +00:00
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c slightly clean up ws's original patch to this file for the sense 1993-10-22 02:48:35 +00:00
uipc_proto.c
uipc_socket.c Patch from David Greenman to reduce CPU usage during network transmit. 1993-09-08 21:12:49 +00:00
uipc_socket2.c
uipc_syscalls.c Finish moving struct definitions outside of function declarations. 1993-07-17 15:24:33 +00:00
uipc_usrreq.c Fix from Noriyuki Soda <soda@sra.co.jp>: 1993-09-14 03:35:08 +00:00
vfs_bio.c fix my last change; for some reason i thought that 'p' was defined 1993-10-19 23:41:44 +00:00
vfs_cache.c Changes to VFS readdir semantics 1993-09-07 15:40:14 +00:00
vfs_conf.c Support added for proc filesystem. 1993-08-24 12:56:22 +00:00
vfs_lookup.c Changes to VFS readdir semantics 1993-09-07 15:40:14 +00:00
vfs_subr.c Added VPROC to vprint()'s vnode type representation array. 1993-08-26 18:57:02 +00:00
vfs_syscalls.c Changes to VFS readdir semantics 1993-09-07 15:40:14 +00:00
vfs_vnops.c Changes to VFS readdir semantics 1993-09-07 15:40:14 +00:00