NetBSD/sys/kern
mycroft 46b2bb599f Make definition of b_cylinder global. 1995-03-29 20:57:35 +00:00
..
Make.tags.inc
Makefile make it reflect the current makesyscalls.sh, pointed out by 1994-12-23 10:08:25 +00:00
exec_aout.c
exec_conf.c need COMPAT_OSF1 for some things 1995-03-08 01:20:19 +00:00
exec_ecoff.c
exec_script.c copy*str() should use size_t. 1995-03-09 12:05:21 +00:00
exec_subr.c
init_main.c make it reasonable for processes to not double-map it's user area and kstack 1995-03-25 22:05:15 +00:00
init_sysent.c Update to match syscalls.master. 1995-03-09 17:33:07 +00:00
kern_acct.c Update to use timer{add,sub}(). 1995-03-21 13:33:34 +00:00
kern_clock.c add support for clocks with hz > 1000, and for cases where 1000000 / hz != int 1995-03-03 01:24:03 +00:00
kern_descrip.c need COMPAT_OSF1 for some things 1995-03-08 01:20:19 +00:00
kern_exec.c copy*str() should use size_t. 1995-03-09 12:05:21 +00:00
kern_exit.c various cleanups for -Wall. some inspired by James Jegers. 1994-12-24 15:07:22 +00:00
kern_fork.c Clean up comments related to last change, and remove an unneeded 1995-03-18 14:35:14 +00:00
kern_ktrace.c don't default return types to ints; specify them. 1995-03-26 07:48:47 +00:00
kern_lkm.c copy*str() should use size_t. 1995-03-09 12:05:21 +00:00
kern_malloc.c Use %p. 1995-03-19 23:44:44 +00:00
kern_physio.c
kern_proc.c Use %p. 1995-03-19 23:44:44 +00:00
kern_prot.c copy*str() should use size_t. 1995-03-09 12:05:21 +00:00
kern_resource.c Update to use timer{add,sub}(). 1995-03-21 13:33:34 +00:00
kern_sig.c need COMPAT_OSF1 for some things 1995-03-08 01:20:19 +00:00
kern_subr.c Remove UIO_USERISPACE. 1995-02-08 15:06:48 +00:00
kern_synch.c Use %p. 1995-03-19 23:44:44 +00:00
kern_sysctl.c add an 'INSECURE' option which makes securelevel default to -1 1995-03-26 00:01:08 +00:00
kern_time.c Update to use timer{add,sub}(). 1995-03-21 13:33:34 +00:00
kern_xxx.c Update types, and fill in missing debug switch entries. 1995-03-09 08:54:37 +00:00
makesyscalls.sh
subr_autoconf.c
subr_disk.c Make definition of b_cylinder global. 1995-03-29 20:57:35 +00:00
subr_log.c
subr_prf.c Actually, do the previous differently. 1995-03-19 23:23:11 +00:00
subr_prof.c Use %p. 1995-03-19 23:44:44 +00:00
subr_rmap.c
subr_xxx.c
sys_generic.c Update to use timer{add,sub}(). 1995-03-21 13:33:34 +00:00
sys_process.c Omit the call to process_sstep() if PT_STEP is not defined. 1995-02-09 05:19:18 +00:00
sys_socket.c
syscalls.c Update to match syscalls.master. 1995-03-09 17:33:07 +00:00
syscalls.conf
syscalls.master Make memory map syscalls consistently use size_t. 1995-03-09 17:28:28 +00:00
sysv_ipc.c
sysv_msg.c Use %p. 1995-03-19 23:44:44 +00:00
sysv_sem.c Use %p. 1995-03-19 23:44:44 +00:00
sysv_shm.c kill the #if 0 around SHM_*LOCK. makes no difference, though... 1994-12-22 13:30:40 +00:00
tty.c
tty_compat.c
tty_conf.c
tty_pty.c Remove extra arg to ptcopen(). 1994-12-14 19:45:30 +00:00
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c
uipc_proto.c
uipc_socket.c
uipc_socket2.c
uipc_syscalls.c Extended a couple of defines with "|| defined(COMPAT_LINUX)" to make 1995-03-05 08:52:17 +00:00
uipc_usrreq.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_init.c Use %p. 1995-03-19 23:44:44 +00:00
vfs_lockf.c Use %p. 1995-03-19 23:44:44 +00:00
vfs_lookup.c needs systm.h 1995-03-08 01:20:50 +00:00
vfs_subr.c Turn mountlist into a CIRCLEQ, and handle setting and checking of MNT_ROOTFS 1995-01-18 06:19:49 +00:00
vfs_syscalls.c copy*str() should use size_t. 1995-03-09 12:05:21 +00:00
vfs_vnops.c Remove extra arg to vn_open(). 1994-12-14 19:03:13 +00:00
vnode_if.sh add prototypes before each inline 1995-03-10 04:13:52 +00:00
vnode_if.src