NetBSD/sys/kern
fvdl cb05b6a54b Two more "|| defined(COMPAT_LINUX)" that I somehow missed first time around. 1995-03-05 20:48:15 +00:00
..
Make.tags.inc from 4.4-Lite. probably don't work yet. 1994-12-03 07:42:51 +00:00
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 switch entry for Linux a.out 1995-02-28 23:06:21 +00:00
exec_ecoff.c
exec_script.c Use common fdclose() rather than a private version. 1994-12-04 03:10:40 +00:00
exec_subr.c Use common fdclose() rather than a private version. 1994-12-04 03:10:40 +00:00
init_main.c Turn mountlist into a CIRCLEQ, and handle setting and checking of MNT_ROOTFS 1995-01-18 06:14:43 +00:00
init_sysent.c update for new syscalls.master 1995-01-06 00:08:50 +00:00
kern_acct.c various cleanups for -Wall. some inspired by James Jegers. 1994-12-24 15:07:22 +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 NULL out file descriptors as they're closed, for the benefit of fstat(8). 1995-02-15 02:12:02 +00:00
kern_exec.c various XXX changes that linux bins need to get their args correctly. 1995-02-28 23:09:01 +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 Move a couple of assignments from the parent to the child. 1995-02-23 23:41:43 +00:00
kern_ktrace.c Remove extra arg to vn_open(). 1994-12-14 19:03:13 +00:00
kern_lkm.c define lkm_nofunc, to be used instead of nosys (blech!) for unused load, 1994-12-24 13:25:48 +00:00
kern_malloc.c
kern_physio.c
kern_proc.c various cleanups for -Wall. some inspired by James Jegers. 1994-12-24 15:07:22 +00:00
kern_prot.c Extended a couple of defines with "|| defined(COMPAT_LINUX)" to make 1995-03-05 08:52:17 +00:00
kern_resource.c Two more "|| defined(COMPAT_LINUX)" that I somehow missed first time around. 1995-03-05 20:48:15 +00:00
kern_sig.c Make attach/detach more safe. 1995-02-03 11:35:57 +00:00
kern_subr.c Remove UIO_USERISPACE. 1995-02-08 15:06:48 +00:00
kern_synch.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
kern_sysctl.c implement sysctl variable kern.maxpartitions 1995-01-25 06:08:06 +00:00
kern_time.c LEASE_UPDATETIME -> lease_updatetime 1994-12-13 22:19:45 +00:00
kern_xxx.c Extended a couple of defines with "|| defined(COMPAT_LINUX)" to make 1995-03-05 08:52:17 +00:00
makesyscalls.sh minor cleanup; get output format right. 1994-10-28 23:14:46 +00:00
subr_autoconf.c Add a new function config_scan(), which just calls a particular function 1994-11-04 06:40:11 +00:00
subr_disk.c
subr_log.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
subr_prf.c Handle null pointers like libc. 1994-12-28 06:30:35 +00:00
subr_prof.c update for new syscall args description mechanism 1994-10-20 04:22:35 +00:00
subr_rmap.c
subr_xxx.c
sys_generic.c Use __timer{add,sub}(), not timeval{add,sub}(). Remove the latter completely. 1994-12-11 18:06:07 +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 be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
syscalls.c update for new syscalls.master 1995-01-06 00:08:50 +00:00
syscalls.conf new RCS ID format. 1994-10-26 06:39:02 +00:00
syscalls.master obsolete resuba, per ragge. 1995-01-06 00:08:17 +00:00
sysv_ipc.c
sysv_msg.c Minor style cleanup. 1994-12-05 06:53:13 +00:00
sysv_sem.c Fix another bug pointed out by Daniel Boulet. 1994-12-10 17:14:42 +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 Added ifdef COMPAT_SVR4 to the kernel compat code needed. 1994-11-17 20:27:10 +00:00
tty_compat.c Added ifdef COMPAT_SVR4 to the kernel compat code needed. 1994-11-17 20:27:10 +00:00
tty_conf.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
tty_pty.c Remove extra arg to ptcopen(). 1994-12-14 19:45:30 +00:00
tty_subr.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
tty_tb.c Fix compiler warnings/bugs. 1994-12-13 20:03:13 +00:00
tty_tty.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
uipc_domain.c
uipc_mbuf.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
uipc_proto.c
uipc_socket.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
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 LEASE_CHECK -> VOP_LEASE 1994-12-13 21:52:35 +00:00
vfs_bio.c Various code rearrangement. 1994-11-22 01:31:02 +00:00
vfs_cache.c Sync with CSRG. 1994-12-13 09:14:34 +00:00
vfs_cluster.c Sync with CSRG. 1994-12-13 09:14:34 +00:00
vfs_conf.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c Sync with CSRG. 1994-12-14 19:41:23 +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 Two more "|| defined(COMPAT_LINUX)" that I somehow missed first time around. 1995-03-05 20:48:15 +00:00
vfs_vnops.c Remove extra arg to vn_open(). 1994-12-14 19:03:13 +00:00
vnode_if.sh
vnode_if.src Remove a_fp. 1994-12-14 18:58:43 +00:00