NetBSD/sys/kern
mycroft af33b8e0c6 Merge changes from Daniel Boulet to avoid waiting for the semaphore lock in
semexit() if there are no undo records to process.
1994-12-05 07:22:12 +00:00
..
Make.tags.inc from 4.4-Lite. probably don't work yet. 1994-12-03 07:42:51 +00:00
Makefile from 4.4-Lite. probably don't work yet. 1994-12-03 07:42:51 +00:00
exec_aout.c See to it that `vm_tsize' and `vm_dsize' get set up properly for 1994-08-01 18:49:49 +00:00
exec_conf.c New iBCS2 code from Scott. 1994-09-05 01:08:43 +00:00
exec_ecoff.c can't do ptr math on void * 1994-08-18 22:09:35 +00:00
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 you cannot ALIGN() backwards 1994-11-03 05:58:44 +00:00
init_sysent.c Reran makesyscalls.sh. 1994-10-21 00:15:36 +00:00
kern_acct.c added extra argument in vn_open and VOP_OPEN to allow cloning devices 1994-11-14 06:01:16 +00:00
kern_clock.c Clean up #includes. 1994-10-09 08:29:55 +00:00
kern_descrip.c Abstract out the code to maintain fd_lastfile. Remove the old dup() compatibility 1994-12-04 03:09:50 +00:00
kern_exec.c Use common fdclose() rather than a private version. 1994-12-04 03:10:40 +00:00
kern_exit.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
kern_fork.c update for new syscall args description mechanism 1994-10-20 04:22:35 +00:00
kern_ktrace.c added extra argument in vn_open and VOP_OPEN to allow cloning devices 1994-11-14 06:01:16 +00:00
kern_lkm.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
kern_malloc.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
kern_physio.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
kern_proc.c Convert process, file, and namei lists and hash tables to use queue.h. 1994-08-30 03:04:28 +00:00
kern_prot.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
kern_resource.c Added ifdef COMPAT_SVR4 to the kernel compat code needed. 1994-11-17 20:27:10 +00:00
kern_sig.c added extra argument in vn_open and VOP_OPEN to allow cloning devices 1994-11-14 06:01:16 +00:00
kern_subr.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +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 be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
kern_time.c update for new syscall args description mechanism 1994-10-20 04:22:35 +00:00
kern_xxx.c added defined(COMPAT_ULTRIX) for compat_09_getdomainname 1994-11-23 22:36:59 +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 New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
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 New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
subr_prof.c update for new syscall args description mechanism 1994-10-20 04:22:35 +00:00
subr_rmap.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
subr_xxx.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
sys_generic.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
sys_process.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +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 Reran makesyscalls.sh. 1994-10-21 00:15:36 +00:00
syscalls.conf new RCS ID format. 1994-10-26 06:39:02 +00:00
syscalls.master Fix typos. 1994-10-21 00:14:36 +00:00
sysv_ipc.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
sysv_msg.c Minor style cleanup. 1994-12-05 06:53:13 +00:00
sysv_sem.c Merge changes from Daniel Boulet to avoid waiting for the semaphore lock in 1994-12-05 07:22:12 +00:00
sysv_shm.c update for new syscall args description mechanism 1994-10-20 04:22:35 +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 be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +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 be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +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 New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
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 New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
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 New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
uipc_syscalls.c be more careful with types, also pull in headers where necessary. 1994-10-30 21:43:03 +00:00
uipc_usrreq.c Convert process, file, and namei lists and hash tables to use queue.h. 1994-08-30 03:04:28 +00:00
vfs_bio.c Various code rearrangement. 1994-11-22 01:31:02 +00:00
vfs_cache.c Convert process, file, and namei lists and hash tables to use queue.h. 1994-08-30 03:04:28 +00:00
vfs_cluster.c Turn off doreallocblks until it is fixed. 1994-11-26 04:18:46 +00:00
vfs_conf.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
vfs_init.c Clean this up a bit, and separate parts of vfs_opv_init() into separate 1994-07-24 07:15:19 +00:00
vfs_lockf.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
vfs_lookup.c New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
vfs_subr.c fix done in rev. 1.23 over again. it was clobbered, and problem masked 1994-07-10 05:53:25 +00:00
vfs_syscalls.c Abstract out the code to maintain fd_lastfile. Remove the old dup() compatibility 1994-12-04 03:09:50 +00:00
vfs_vnops.c added extra argument in vn_open and VOP_OPEN to allow cloning devices 1994-11-14 06:01:16 +00:00
vnode_if.sh gwr's slightly cleaner way to do that last... 1994-08-25 03:04:28 +00:00
vnode_if.src added extra argument in vn_open and VOP_OPEN to allow cloning devices 1994-11-14 06:01:16 +00:00