NetBSD/sys/kern
1994-05-05 09:02:30 +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 kill an FDSCRIPTS bug which nobody had found yet. 1994-04-29 08:35:29 +00:00
exec_subr.c expand uid_t/gid_t/off_t 1994-03-27 09:08:02 +00:00
init_main.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
init_sysent.c expand the rlimit struct, kill last vestiges of off_t bogosity. 1994-05-04 01:38:25 +00:00
kern_acct.c Remove now-bogus casts. 1994-05-05 08:37:38 +00:00
kern_clock.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
kern_descrip.c Rename a lot of process flags. 1994-05-04 03:41:12 +00:00
kern_exec.c Rename a lot of process flags. 1994-05-04 03:41:12 +00:00
kern_exit.c Remove now-bogus cast. 1994-05-05 08:46:53 +00:00
kern_fork.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
kern_kinfo.c Correct spelling error. 1994-05-05 08:50:25 +00:00
kern_ktrace.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
kern_lkm.c fs types are names now; accompanying changes. 1994-04-14 04:05:28 +00:00
kern_malloc.c Canonicalize all #includes. 1993-12-18 03:59:02 +00:00
kern_physio.c HPUXCOMPAT -> COMPAT_HPUX 1994-05-04 04:02:54 +00:00
kern_proc.c Rename a lot of process flags. 1994-05-04 03:41:12 +00:00
kern_prot.c Rename a lot of process flags. 1994-05-04 03:41:12 +00:00
kern_resource.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
kern_sig.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
kern_subr.c Check `uio_resid' separately (and panic if invalid). 1994-02-16 17:34:01 +00:00
kern_synch.c setpri() is toast. 1994-05-05 09:02:30 +00:00
kern_time.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
kern_xxx.c Clean up uname(2) code some more. 1994-03-18 18:57:13 +00:00
makesyscalls.sh Standardize #includes. 1994-03-18 19:08:28 +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 FIONREAD returns int, not off_t 1994-04-12 19:41:48 +00:00
subr_mcount.c Sparc support. 1994-03-18 08:35:56 +00:00
subr_prf.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
subr_prof.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
subr_rmap.c as pointed out by Phil: all instances of bcopy used in this file should 1994-03-14 21:15:07 +00:00
subr_xxx.c Canonicalize all #includes. 1993-12-18 03:59:02 +00:00
sys_generic.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
sys_process.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
sys_socket.c Set the file type correctly for stat(). 1994-04-25 08:09:59 +00:00
syscalls.c expand the rlimit struct, kill last vestiges of off_t bogosity. 1994-05-04 01:38:25 +00:00
syscalls.master kill damned off_t weirdness, also upgrade get- and setrlimit. 1994-05-01 05:02:24 +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_compat.c Fix numerous bugs; flags in the wrong places, modes getting clobbered, etc. 1994-04-12 17:18:59 +00:00
tty_conf.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
tty_pty.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
tty_subr.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
tty_tb.c #include proc.h. 1994-02-17 14:50:38 +00:00
tty_tty.c Rename a lot of process flags. 1994-05-04 03:41:12 +00:00
tty.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
uipc_domain.c lots of changes: prototype migration, move lots of variables, definitions, 1994-05-05 05:35:42 +00:00
uipc_mbuf.c the packet header is at the start of the mbuf chain, not the end. 1994-04-14 21:34:17 +00:00
uipc_proto.c Canonicalize all #includes. 1993-12-18 04:21:37 +00:00
uipc_socket2.c More return types... 1994-05-04 11:04:58 +00:00
uipc_socket.c More return types... 1994-05-04 11:24:06 +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 Fix panic when closing a file descriptor on which access rights have been sent 1994-05-04 09:50:11 +00:00
vfs_bio.c rearrange some splfoo 1994-04-28 01:17:00 +00:00
vfs_cache.c Canonicalize all #includes. 1993-12-18 04:21:37 +00:00
vfs_conf.c fs types are names now; accompanying changes. 1994-04-14 04:05:28 +00:00
vfs_lockf.c some prototype cleanup, eliminate/replace bogus types (e.g. quad and 1994-04-25 03:49:27 +00:00
vfs_lookup.c minor cleanup; extra spaces, patchkit info, etc. 1994-01-05 13:49:52 +00:00
vfs_subr.c some prototype cleanup, eliminate/replace bogus types (e.g. quad and 1994-04-25 03:49:27 +00:00
vfs_syscalls.c expand the rlimit struct, kill last vestiges of off_t bogosity. 1994-05-04 01:38:25 +00:00
vfs_vnops.c some prototype cleanup, eliminate/replace bogus types (e.g. quad and 1994-04-25 03:49:27 +00:00