NetBSD/sys/kern
thorpej 0640c5a64f Put #include directives in the system call names file, too, so we can
generate dependencies on optional system calls.
1998-02-18 23:14:55 +00:00
..
Make.tags.inc RCS Id Police. 1998-01-09 08:03:16 +00:00
Makefile RCS Id Police. 1998-01-09 08:03:16 +00:00
exec_aout.c
exec_conf.c Generate dependencies on the exec format options EXEC_AOUT, EXEC_ECOFF, 1998-01-22 01:32:14 +00:00
exec_ecoff.c
exec_elf32.c added support for SCO UNIX (derived from iBCS2) 1998-02-09 01:29:10 +00:00
exec_elf64.c
exec_elf_common.c
exec_script.c Make this work for SETUIDSCRIPTS: 1997-07-08 02:32:02 +00:00
exec_subr.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
genassym.awk Oops... That was meant for the head. 1997-11-04 20:45:22 +00:00
genassym.sh replace gawk-specific C-style comments with generic AWK comments; from 1997-08-20 06:58:10 +00:00
init_main.c Prevent the session ID from disappearing if the session leader exits 1998-02-14 00:37:26 +00:00
init_sysent.c Regen: syscalls.master change (addition of __posix_chown(), __posix_fchown(), 1998-02-14 20:05:53 +00:00
kern_acct.c Add const where appropriate. 1997-10-19 02:00:19 +00:00
kern_clock.c Teach the NTP PLL how to lock when hz == 1000. 1998-01-31 10:42:11 +00:00
kern_descrip.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_exec.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_exit.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_fork.c Prevent the session ID from disappearing if the session leader exits 1998-02-14 00:37:26 +00:00
kern_fthread.c whoops! undo GC, these are still used by OLDVM. 1998-02-07 16:23:35 +00:00
kern_ktrace.c Add const where appropriate. 1997-10-19 02:00:19 +00:00
kern_lkm.c Use vfs_attach()/vfs_detach(). 1998-02-18 07:11:21 +00:00
kern_lock.c snazzier LOCKDEBUG code. 1998-02-07 02:14:04 +00:00
kern_malloc.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_ntptime.c
kern_physio.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_proc.c Fix variable declarations: register -> register int. 1998-02-14 19:34:12 +00:00
kern_prot.c Implement getsid(2), as defined by XPG4.2: returns the process group ID 1998-02-14 01:17:51 +00:00
kern_resource.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_sig.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
kern_subr.c vfssw[] is gone; use vfs_list instead. 1998-02-18 07:11:46 +00:00
kern_synch.c Fix variable declarations: register -> register int. 1998-02-12 20:39:41 +00:00
kern_sysctl.c Prevent the session ID from disappearing if the session leader exits 1998-02-14 00:37:26 +00:00
kern_time.c Adjust u_int arguments of some system calls to int, to match user-level 1997-10-15 17:03:52 +00:00
kern_xxx.c initial import of the new virtual memory system, UVM, into -current. 1998-02-05 07:59:28 +00:00
kgdb_stub.c Use the macro PC_ADVANCE(), if defined, to skip over a breakpoint. 1997-09-10 19:37:31 +00:00
makesyscalls.sh Put #include directives in the system call names file, too, so we can 1998-02-18 23:14:55 +00:00
subr_autoconf.c Call device_register() on i386 too. 1997-09-20 14:16:43 +00:00
subr_disk.c Rearrange disk_detach() slightly, and make a small run-time cosmetic 1997-12-30 09:51:24 +00:00
subr_extent.c Const'ify the extent name. 1998-01-21 22:33:49 +00:00
subr_log.c Use offsetof() from libkern.h 1998-01-28 02:35:10 +00:00
subr_pool.c Memory pool resource utility. 1997-12-15 11:14:57 +00:00
subr_prf.c Put it back the way it was. 1997-11-17 00:59:56 +00:00
subr_prof.c Add #include <sys/sysctl.h>, which in turn needs #include <vm/vm.h>. 1997-10-17 22:37:38 +00:00
subr_rmap.c
subr_xxx.c
sys_generic.c Fix slight argument bogosity with getgroups(), setgroups(), select(), 1997-11-04 21:24:14 +00:00
sys_process.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
sys_socket.c
syscalls.c Regen: syscalls.master change (addition of __posix_chown(), __posix_fchown(), 1998-02-14 20:05:53 +00:00
syscalls.conf Add compat_13. 1997-11-25 19:02:50 +00:00
syscalls.master Implement __posix_chown(), __posix_fchown() and __posix_lchown(). Also, 1998-02-14 20:01:05 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
tty.c Implement TIOCGSID. 1998-02-14 01:26:50 +00:00
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c
uipc_mbuf.c Fix variable declarations: register -> register int. 1998-02-12 20:39:41 +00:00
uipc_proto.c Add uipc_ctloutput(). 1998-01-07 22:50:42 +00:00
uipc_socket.c Make insertion and removal of sockets from the partial and incoming 1998-01-07 23:47:08 +00:00
uipc_socket2.c Make insertion and removal of sockets from the partial and incoming 1998-01-07 23:47:08 +00:00
uipc_syscalls.c When copying out multiple control messages, ensure that the next control 1998-02-06 23:19:26 +00:00
uipc_usrreq.c Implement passing credentials as ancillary data on Unix domain sockets, 1998-01-07 22:57:09 +00:00
vfs_bio.c add flags arg to hashinit(), to pass to malloc(). 1998-02-07 02:44:44 +00:00
vfs_cache.c add flags arg to hashinit(), to pass to malloc(). 1998-02-07 02:44:44 +00:00
vfs_cluster.c
vfs_init.c Change vfs_opv_init_explicit() to not allocate the vnode operations 1998-02-18 07:15:30 +00:00
vfs_lockf.c
vfs_lookup.c Conditionalize the recognition of symbolic link permission by 1997-10-30 22:47:06 +00:00
vfs_subr.c Don't use vfssw[], it's gone; use vfs_list instead. 1998-02-18 07:16:41 +00:00
vfs_syscalls.c * Factor out some permission-checking code from ufs_setattr() into 1998-02-14 19:49:43 +00:00
vfs_vnops.c - add defopt's for UVM, UVMHIST and PMAP_NEW. 1998-02-10 14:08:44 +00:00
vnode_if.c Regen. 1998-01-09 06:41:17 +00:00
vnode_if.sh Add RCS IDs to generated files, in correct place. 1998-01-09 06:40:43 +00:00
vnode_if.src Make last argument to VOP_READDIR off_t. 1997-10-10 02:07:00 +00:00