NetBSD/sys/kern
chopps 0622d87221 fix incorect check of nprocs vs. maxproc. 1994-02-21 23:10:46 +00:00
..
exec_aout.c Fix spelling error in Copyright notice 1994-01-28 23:43:26 +00:00
exec_conf.c dtrt with exec header size 1994-02-05 02:23:30 +00:00
exec_script.c simplify error returns, and fix bugs 1994-02-16 01:21:00 +00:00
exec_subr.c Fix spelling error in Copyright notice 1994-01-28 23:43:26 +00:00
init_main.c KNFify uname code. 1994-02-13 04:18:06 +00:00
init_sysent.c Canonicalize all #includes. 1993-12-18 03:59:02 +00:00
kern_acct.c Canonicalize all #includes. 1993-12-18 03:59:02 +00:00
kern_clock.c kill support for 'dcfclk' ; shouldn't pollute tree for things not in NetBSD. 1994-02-07 07:33:49 +00:00
kern_descrip.c generalize dupfdopen() to allow dups and moves. from jsp 1994-01-04 12:26:21 +00:00
kern_exec.c simplify error returns, and fix bugs 1994-02-16 01:21:00 +00:00
kern_exit.c Mike Karels' solution to Andrew Herbert <andrew@werple.apana.org.au>'s 1994-02-11 03:09:17 +00:00
kern_fork.c fix incorect check of nprocs vs. maxproc. 1994-02-21 23:10:46 +00:00
kern_kinfo.c add new type 1994-01-28 04:55:41 +00:00
kern_ktrace.c Canonicalize all #includes. 1993-12-18 03:59:02 +00:00
kern_lkm.c Some cleanup. 1994-02-15 14:17:07 +00:00
kern_malloc.c Canonicalize all #includes. 1993-12-18 03:59:02 +00:00
kern_physio.c kill hack for vfs_bio jolitz-ish hack 1994-01-27 07:45:21 +00:00
kern_proc.c Canonicalize all #includes. 1993-12-18 03:59:02 +00:00
kern_prot.c pull in COMPAT_SUNOS stuff from magnum 1994-01-23 05:56:27 +00:00
kern_resource.c Canonicalize all #includes. 1993-12-18 03:59:02 +00:00
kern_sig.c pull in COMPAT_SUNOS stuff from magnum 1994-01-23 05:56:27 +00:00
kern_subr.c Check `uio_resid' separately (and panic if invalid). 1994-02-16 17:34:01 +00:00
kern_synch.c cast to match header (changed back...) 1993-12-22 13:46:28 +00:00
kern_time.c Canonicalize all #includes. 1993-12-18 03:59:02 +00:00
kern_xxx.c add a proc ptr to the syscall debug info 1994-02-15 06:58:07 +00:00
makesyscalls.sh add support for terry lambert's loadable kernel modules. 1993-06-07 19:51:59 +00:00
subr_autoconf.c Canonicalize all #includes. 1993-12-18 03:59:02 +00:00
subr_disk.c Don't need back pointers for disksort(). 1994-02-10 15:43:20 +00:00
subr_log.c Canonicalize all #includes. 1993-12-18 03:59:02 +00:00
subr_mcount.c All hp300 ifdefs apply for amiga too. 1994-01-26 21:58:43 +00:00
subr_prf.c make panic a varargs function 1994-01-30 13:22:05 +00:00
subr_rmap.c Canonicalize all #includes. 1993-12-18 03:59:02 +00:00
subr_xxx.c Canonicalize all #includes. 1993-12-18 03:59:02 +00:00
sys_generic.c read(): return EINVAL if `count' argument is negative. 1994-02-16 17:23:03 +00:00
sys_process.c Remove out-dated comments 1994-02-03 16:17:25 +00:00
sys_socket.c Canonicalize all #includes. 1993-12-18 04:21:37 +00:00
syscalls.c update to new syscalls.master 1993-12-12 19:42:13 +00:00
syscalls.master make syscall#0 "syscall", like in 4.4 (causes SYS_syscall to be defined) 1993-12-12 19:28:21 +00:00
sysv_ipc.c Canonicalize all #includes. 1993-12-18 04:21:37 +00:00
sysv_msg.c Some more cleanup. 1994-02-15 13:35:53 +00:00
sysv_sem.c Format police, the end. 1994-02-13 11:31:16 +00:00
sysv_shm.c SHM_LOCK and SHM_UNLOCK aren't just HPUXCOMPAT 1994-01-08 15:09:01 +00:00
tty.c Return a legitimate value from ttylclose(). 1994-02-20 17:24:19 +00:00
tty_compat.c All ioctl routines take a struct proc * now. 1994-02-09 21:06:46 +00:00
tty_conf.c Remove l_rend and l_meta. 1994-02-09 20:18:17 +00:00
tty_pty.c All ioctl routines take a struct proc * now. 1994-02-09 21:06:46 +00:00
tty_subr.c cleanup a printf 1994-01-07 18:03:56 +00:00
tty_tb.c #include proc.h. 1994-02-17 14:50:38 +00:00
tty_tty.c Canonicalize all #includes. 1993-12-18 04:21:37 +00:00
uipc_domain.c prevent an explicit splimp->splnet lowering. (which blows up on 1994-01-14 22:20:25 +00:00
uipc_mbuf.c #include vm_kern.h. 1994-01-08 05:29:15 +00:00
uipc_proto.c Canonicalize all #includes. 1993-12-18 04:21:37 +00:00
uipc_socket.c more COMPAT_SUNOS changes. 1994-01-23 06:06:21 +00:00
uipc_socket2.c Canonicalize all #includes. 1993-12-18 04:21:37 +00:00
uipc_syscalls.c Canonicalize all #includes. 1993-12-18 04:21:37 +00:00
uipc_usrreq.c Canonicalize all #includes. 1993-12-18 04:21:37 +00:00
vfs_bio.c get rid of jolitz hack, and add panic() where appropriate 1994-01-27 07:39:32 +00:00
vfs_cache.c Canonicalize all #includes. 1993-12-18 04:21:37 +00:00
vfs_conf.c add portal and lofs entries 1993-12-22 13:43:18 +00:00
vfs_lookup.c minor cleanup; extra spaces, patchkit info, etc. 1994-01-05 13:49:52 +00:00
vfs_subr.c move getnewfsid() to where jsp says it belongs. update for header 1993-12-22 13:51:14 +00:00
vfs_syscalls.c Fix that last bug correctly. 1994-02-01 01:04:07 +00:00
vfs_vnops.c kill two wrong 'case's 1993-12-21 07:19:14 +00:00