NetBSD/sys/kern
1997-03-29 23:26:27 +00:00
..
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c Probe linux emul before svr4 emul. From Christos. 1997-03-13 02:55:25 +00:00
exec_elf64.c
exec_elf_common.c
exec_script.c
exec_subr.c
genassym.awk
genassym.sh Look for $AWK in environment 1997-03-13 22:47:20 +00:00
init_main.c Move findroot/setroot stuff from configure() to cpu_rootconf(). 1997-03-26 22:38:40 +00:00
init_sysent.c
kern_acct.c
kern_clock.c Use splclock() to block time updates, not splhigh(). 1997-02-28 04:45:35 +00:00
kern_descrip.c
kern_exec.c Return EISDIR for directories, not EACCES. 1997-03-14 06:12:11 +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
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c make setpgid(pid, pgrp) return EINVAL if pgrp < 0 as required by POSIX.1; 1997-03-27 06:14:03 +00:00
kern_resource.c
kern_sig.c allow examination of SIGKILL and SIGSTOP signal handlers (but still 1997-03-27 07:52:25 +00:00
kern_subr.c Renames: /dumpconf/cpu_dumpconf/, /boot/cpu_reboot/ 1997-03-26 22:42:13 +00:00
kern_synch.c
kern_sysctl.c kern.osrevision now returns value of NetBSD symbol (from <sys/param.h>), 1997-03-21 06:50:48 +00:00
kern_time.c
kern_xxx.c Renames: /dumpconf/cpu_dumpconf/, /boot/cpu_reboot/ 1997-03-26 22:42:13 +00:00
kgdb_stub.c New ARP system, supports IPv4 over any hardware link. 1997-03-15 18:09:08 +00:00
Make.tags.inc
Makefile
makesyscalls.sh
subr_autoconf.c
subr_disk.c
subr_extent.c
subr_log.c
subr_prf.c Renames: /dumpconf/cpu_dumpconf/, /boot/cpu_reboot/ 1997-03-26 22:42:13 +00:00
subr_prof.c
subr_rmap.c
subr_xxx.c
sys_generic.c in pollscan, cast incoming fd to unsigned int. from mycroft. 1997-02-23 02:23:07 +00:00
sys_process.c
sys_socket.c
syscalls.c
syscalls.conf
syscalls.master
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 PR/3396: Klaus Klein: If CREAD is not set drop incoming data. 1997-03-29 23:26:27 +00:00
uipc_domain.c
uipc_mbuf.c Update and enhancement to the mbuf code, to support use of non-cluster 1997-03-27 20:33:07 +00:00
uipc_proto.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c Do previous change properly (pasto; should have been inside the loop). 1997-02-23 00:07:18 +00:00
vfs_syscalls.c Add missing part of MNT_NOATIME commit: add it to the flags that can 1997-03-13 20:20:39 +00:00
vfs_vnops.c Do not return generation counts to the user. 1997-03-24 21:44:53 +00:00
vnode_if.c
vnode_if.sh
vnode_if.src