NetBSD/sys/kern
tls 3a98883bd3 Don't allow the time to be set backwards if in highly secure mode, since this would allow inode change times to be manipulated. 1997-04-26 21:22:57 +00:00
..
Make.tags.inc
Makefile
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 Add POSIX.1b nanosleep(). 1997-04-16 14:41:28 +00:00
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 Like in F_SETLK, check if F_GETLK is actually called with a 1997-04-02 18:22:32 +00:00
kern_exec.c Do not return success when checking for execute permission by super-user and no 1997-04-23 20:18:16 +00:00
kern_exit.c Nuke the old COMPAT_09 truncation of UIDs, GIDs, process and process group IDs. 1997-04-23 18:59:53 +00:00
kern_fork.c
kern_ktrace.c
kern_lkm.c
kern_malloc.c
kern_ntptime.c
kern_physio.c
kern_proc.c
kern_prot.c Nuke the old COMPAT_09 truncation of UIDs, GIDs, process and process group IDs. 1997-04-23 18:59:53 +00:00
kern_resource.c
kern_sig.c Nuke the old COMPAT_09 truncation of UIDs, GIDs, process and process group IDs. 1997-04-23 18:59:53 +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 Don't allow the time to be set backwards if in highly secure mode, since this would allow inode change times to be manipulated. 1997-04-26 21:22:57 +00:00
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
makesyscalls.sh
subr_autoconf.c
subr_disk.c
subr_extent.c
subr_log.c
subr_prf.c XXX Kludge for PowerPC; needs a kernel vfprintf(). 1997-04-17 00:06:28 +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 Add POSIX.1b nanosleep(). 1997-04-16 14:41:28 +00:00
syscalls.conf
syscalls.master Add POSIX.1b nanosleep(). 1997-04-16 14:41:28 +00:00
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c Fix a CRNL/NLCR botch I made after looking this up in the X/Open spec. 1997-04-07 16:09:28 +00:00
tty_conf.c It's STRIPDISC, not STRIPIPDISC. 1997-04-03 00:54:19 +00:00
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c Add netatalk domain. 1997-04-04 14:22:21 +00:00
uipc_mbuf.c If we fail to allocate a cluster to hold a large packet, simply 1997-04-24 08:14:04 +00:00
uipc_proto.c
uipc_socket.c
uipc_socket2.c
uipc_syscalls.c
uipc_usrreq.c Internalize and externalize file descriptors being passed via local domain 1997-04-10 01:51:21 +00:00
vfs_bio.c Fix two performance issues: 1997-04-09 21:12:10 +00:00
vfs_cache.c
vfs_cluster.c
vfs_conf.c
vfs_init.c
vfs_lockf.c make it compile with -DLOCKF_DEBUG 1997-04-10 23:46:18 +00:00
vfs_lookup.c Added a sanity check to the force-directory routine, as the CREATE and 1997-04-08 16:11:48 +00:00
vfs_subr.c Fix error in vfs_hang_addrlist() that caused file systems to be exported 1997-04-25 02:43:10 +00:00
vfs_syscalls.c Addendum to last commit: "simplify" usage of a vnode pointer. 1997-04-11 22:08:28 +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