NetBSD/sys/kern
gwr 3c10fb1e47 Put back in the code to deal with advancing the PC on first entry,
and a long comment explaining why (needed on the pc532).
Remove PUTESC(c) macro which is no longer used.
1997-02-18 16:45:10 +00:00
..
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c always provide at least a minimal aux vector. (The minimal version 1996-12-17 22:04:20 +00:00
exec_elf64.c
exec_elf_common.c
exec_script.c
exec_subr.c
genassym.awk This little awk program translates the initialized data table found 1997-02-03 21:31:17 +00:00
genassym.sh Inline functions and place variable assigment after the program. 1997-02-06 22:16:12 +00:00
init_main.c Add missing \n in printf format for "cannot mount root" error message. 1997-02-02 02:55:06 +00:00
init_sysent.c Syscalls.master changed, regen. (NFSCLIENT -> NFS) 1997-01-31 02:35:52 +00:00
kern_acct.c
kern_clock.c apply patch from PR 2788 (from Dennis Ferguson <dennis@jnx.com>) to 1997-01-15 04:59:39 +00:00
kern_descrip.c
kern_exec.c only set P_SUGID once. 1997-01-07 10:41:02 +00:00
kern_exit.c check options argument to wait{3,4,pid}(); from Klaus Klein in PR 3182. 1997-02-07 05:33:07 +00:00
kern_fork.c pass P_SUGID to child. from freebsd. 1997-02-18 01:30:37 +00:00
kern_ktrace.c
kern_lkm.c
kern_malloc.c KMEMSTATS is a header option; pull in "opt_kmemstats.h". 1997-02-02 21:22:16 +00:00
kern_ntptime.c ntp_gettime()'s argument is a struct ntptimeval *, not a struct timex * 1996-12-22 06:23:38 +00:00
kern_physio.c
kern_proc.c
kern_prot.c * catch up with system call argument type fixups/const poisoning. 1996-12-22 10:21:06 +00:00
kern_resource.c * catch up with system call argument type fixups/const poisoning. 1996-12-22 10:21:06 +00:00
kern_sig.c * catch up with system call argument type fixups/const poisoning. 1996-12-22 10:21:06 +00:00
kern_subr.c Fix bug that caused crash when root device was specified as 'ra0*'. 1997-02-12 19:27:08 +00:00
kern_synch.c
kern_sysctl.c Add a sysctl node "kern.root_device", which contains the external 1997-01-31 02:33:59 +00:00
kern_time.c NFSCLIENT -> NFS 1997-01-31 02:34:23 +00:00
kern_xxx.c
kgdb_stub.c Put back in the code to deal with advancing the PC on first entry, 1997-02-18 16:45:10 +00:00
Make.tags.inc
Makefile
makesyscalls.sh * Don't actually output args structure definitions for INDIR syscalls (typo). 1996-12-22 06:45:14 +00:00
subr_autoconf.c
subr_disk.c
subr_extent.c
subr_log.c
subr_prf.c Only call Debugger() on panic if "db_onpanic" is set. 1997-01-09 05:38:22 +00:00
subr_prof.c As discussed, replace KERNBASE with kernel_text. 1996-12-18 20:12:58 +00:00
subr_rmap.c
subr_xxx.c
sys_generic.c check that fd being poll()ed is valid. from mycroft. 1997-02-18 04:20:54 +00:00
sys_process.c
sys_socket.c
syscalls.c Syscalls.master changed, regen. (NFSCLIENT -> NFS) 1997-01-31 02:35:52 +00:00
syscalls.conf
syscalls.master NFSCLIENT -> NFS 1997-01-31 02:34:23 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
tty.c
uipc_domain.c
uipc_mbuf.c Move `static' to the beginning of the storage class specifiers. 1996-12-18 20:24:50 +00:00
uipc_proto.c
uipc_socket2.c Implement sbcreatecontrol(), a generic function to create a "control" 1997-01-11 05:16:46 +00:00
uipc_socket.c Implement SO_TIMESTAMP socket option: receive a timeval timestamp 1997-01-11 05:15:01 +00:00
uipc_syscalls.c * catch up with system call argument type fixups/const poisoning. 1996-12-22 10:16:54 +00:00
uipc_usrreq.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c NFSCLIENT -> NFS 1997-01-31 02:36:24 +00:00
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c Garbage-collect "argdev". 1997-01-31 19:10:27 +00:00
vfs_syscalls.c sync needs to clean VM objects backed by vnode pagers 1997-02-13 02:54:06 +00:00
vfs_vnops.c
vnode_if.c regen 1997-01-22 06:54:31 +00:00
vnode_if.sh add multiple inclusion protection to generated header 1997-01-22 06:51:59 +00:00
vnode_if.src