NetBSD/sys/kern
mycroft 6c5092484b Eliminate use of b_bufsize, and instead pass an extra arg to v(un)mapbuf(),
to be consistent with vs)un)lock().
1994-06-28 22:21:16 +00:00
..
exec_aout.c Fix spelling error in Copyright notice 1994-01-28 23:43:26 +00:00
exec_conf.c preliminary ecoff support, initially to support COMPAT_ULTRIX 1994-05-27 09:19:40 +00:00
exec_ecoff.c more likely to work now, probably less knf...thats the next project 1994-05-28 20:21:30 +00:00
exec_script.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
exec_subr.c cast, also, use vm_map_protect rather than vm_protect 1994-05-23 03:04:57 +00:00
init_main.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
init_sysent.c make getdtablesize COMPAT_43; should be COMPAT_44 or _09, but that has probs 1994-06-14 05:18:03 +00:00
kern_acct.c replace part of apparently-deleted line 1994-06-19 22:58:29 +00:00
kern_clock.c clock info gathering 1994-05-07 00:42:11 +00:00
kern_descrip.c Make ogetdtablesize if COMPAT_HPUX. 1994-06-22 03:00:21 +00:00
kern_exec.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
kern_exit.c update to lite 1994-05-19 05:57:44 +00:00
kern_fork.c Turn P_NOSWAP and P_PHYSIO into a hold count, as suggested by a comment. 1994-06-15 19:59:21 +00:00
kern_ktrace.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
kern_lkm.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
kern_malloc.c new kernel malloc. much better (but slower) diagnostic checking 1994-05-13 08:32:17 +00:00
kern_physio.c Eliminate use of b_bufsize, and instead pass an extra arg to v(un)mapbuf(), 1994-06-28 22:21:16 +00:00
kern_proc.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
kern_prot.c update to lite 1994-05-19 05:57:44 +00:00
kern_resource.c update to 4.4-Lite, with some local changes 1994-05-19 08:13:09 +00:00
kern_sig.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
kern_subr.c Some nits. 1994-05-18 12:46:29 +00:00
kern_synch.c mostly-machine-indepedent switch, and changes to match. also, hack init_main 1994-05-18 05:12:10 +00:00
kern_sysctl.c latent support for general sysctl-ish stuff 1994-05-06 22:42:07 +00:00
kern_time.c update to Lite 1994-05-20 07:24:51 +00:00
kern_xxx.c update to Lite 1994-05-20 07:24:51 +00:00
makesyscalls.sh Update from 4.4-Lite. No important differences. 1994-05-18 04:15:51 +00:00
subr_autoconf.c reorg derivations, slightly. 1994-05-20 04:31:22 +00:00
subr_disk.c Update to 4.4-Lite. 1994-05-19 03:43:13 +00:00
subr_log.c update to 4.4-Lite, with some local changes 1994-05-19 08:13:09 +00:00
subr_prf.c update; minor clean, cruft removal. 1994-05-13 06:02:45 +00:00
subr_prof.c sysctl kernel prof info 1994-05-07 00:55:46 +00:00
subr_rmap.c minor updage from ws 1994-05-25 21:35:49 +00:00
subr_xxx.c update, but keep explicit returns in place. kill voidop() (it's unused now). 1994-05-12 03:16:33 +00:00
sys_generic.c update to 4.4-lite 1994-05-19 06:39:46 +00:00
sys_process.c Implement ptrace() functionality, based on the previous version 1994-05-18 11:37:00 +00:00
sys_socket.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:01:27 +00:00
syscalls.c make getdtablesize COMPAT_43; should be COMPAT_44 or _09, but that has probs 1994-06-14 05:18:03 +00:00
syscalls.master make getdtablesize COMPAT_43; should be COMPAT_44 or _09, but that has probs 1994-06-14 05:18:03 +00:00
sysv_ipc.c Copyright foo 1994-05-27 19:15:36 +00:00
sysv_msg.c Fix typo. 1994-05-25 08:17:01 +00:00
sysv_sem.c Generalize ipcperm() a little. 1994-05-25 08:15:45 +00:00
sysv_shm.c shm map is pageable. 1994-06-25 04:10:18 +00:00
tty.c use u_char's instead of char's; else the TTY_QUOTE bit can get accidentally 1994-05-25 09:58:53 +00:00
tty_compat.c update to 4.4-Lite; fixes a really obvious bug 1994-05-12 03:42:23 +00:00
tty_conf.c fix compilation warning 1994-06-20 00:32:31 +00:00
tty_pty.c upgrade to 4.4-Lite's tty code. our bug fixes included, some might need GC. 1994-05-12 03:48:33 +00:00
tty_subr.c use u_char's instead of char's; else the TTY_QUOTE bit can get accidentally 1994-05-25 10:00:26 +00:00
tty_tb.c fixes from Christos Zoulas and myself, to get it to work again 1994-05-18 00:10:10 +00:00
tty_tty.c upgrade to 4.4-Lite's tty code. our bug fixes included, some might need GC. 1994-05-12 03:48:33 +00:00
uipc_domain.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:01:27 +00:00
uipc_mbuf.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:01:27 +00:00
uipc_proto.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:01:27 +00:00
uipc_socket.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:01:27 +00:00
uipc_socket2.c Update to 4.4-Lite networking code, with a few local changes. 1994-05-13 06:01:27 +00:00
uipc_syscalls.c Add return types where missing. Simplify some of the compat conditionals. 1994-05-04 10:27:20 +00:00
uipc_usrreq.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
vfs_bio.c Minor cleanup. 1994-06-14 19:36:14 +00:00
vfs_cache.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
vfs_cluster.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
vfs_conf.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
vfs_init.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
vfs_lockf.c Update to 4.4-Lite, plus some local changes. 1994-05-19 06:13:50 +00:00
vfs_lookup.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
vfs_subr.c Move definition of prtactive. 1994-06-13 15:37:55 +00:00
vfs_syscalls.c Make ogetdirentries() if COMPAT_HPUX. 1994-06-22 03:01:16 +00:00
vfs_vnops.c Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00
vnode_if.sh Get rid if 'set -f' (at Adam's request). It is unnecessary, 1994-06-15 18:13:31 +00:00
vnode_if.src Update to 4.4-Lite fs code. 1994-06-08 11:28:29 +00:00