NetBSD/sys/kern
gwr d372229de2 This little awk program translates the initialized data table found
in the assembly file genassym.s into the usual assym.h file.  The
assym.h file generated this way is identical to the output generated
if I simply compile and run the genassym.s file.  "Heh, Kewl!"
Thanks to Matthias Pfaller for the "translate the .s file" idea!
1997-02-03 21:31:17 +00:00
..
Make.tags.inc
Makefile
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 Simplify a bit by using `next' statements, eliminating the `matched' variable. 1997-01-31 21:56:28 +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
kern_fork.c
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 use cnpollc() appropriately in getstr() 1997-02-01 02:28:48 +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
makesyscalls.sh * Don't actually output args structure definitions for INDIR syscalls (typo). 1996-12-22 06:45:14 +00:00
subr_autoconf.c Call device_register() if __alpha__ || hp300 1996-12-17 08:59:15 +00:00
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 * catch up with system call argument type fixups/const poisoning. 1996-12-22 10:21:06 +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.c
tty_conf.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_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_socket.c Implement SO_TIMESTAMP socket option: receive a timeval timestamp 1997-01-11 05:15:01 +00:00
uipc_socket2.c Implement sbcreatecontrol(), a generic function to create a "control" 1997-01-11 05:16:46 +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 * catch up with system call argument type fixups/const poisoning. 1996-12-22 10:21: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