NetBSD/sys/kern
christos 0628f0a87e knf [from charles] 2000-10-17 23:38:55 +00:00
..
Make.tags.inc
Makefile
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_elf_common.c Add support for variable end of user stacks needed to support COMPAT_NETBSD32: 2000-09-28 19:05:06 +00:00
exec_script.c
exec_subr.c
genassym.awk
genassym.sh
init_main.c
init_sysent.c
kern_acct.c
kern_allocsys.c
kern_clock.c
kern_descrip.c
kern_exec.c Add support for variable end of user stacks needed to support COMPAT_NETBSD32: 2000-09-28 19:05:06 +00:00
kern_exit.c
kern_fork.c
kern_kthread.c
kern_ktrace.c
kern_lkm.c
kern_lock.c
kern_malloc.c
kern_ntptime.c
kern_physio.c (*minphys)() musn't return zero. 2000-09-29 13:27:12 +00:00
kern_proc.c
kern_prot.c knf [from charles] 2000-10-17 23:38:55 +00:00
kern_resource.c
kern_sig.c Pathname of length 1023 (MAXPATHLEN - 1) should be valid as corename. 2000-09-23 00:48:29 +00:00
kern_subr.c
kern_synch.c Stop runnable but swapped out user processes also in suspendsched(). 2000-09-23 01:00:35 +00:00
kern_sysctl.c PHOLD/PRELE around uvm_io() to user address space is unnecessary. There 2000-09-26 23:59:23 +00:00
kern_time.c Extend NFS_V2_ONLY to remove NQNFS lease support as well. Saves another 10k. 2000-09-19 23:26:25 +00:00
kern_xxx.c
kgdb_stub.c
makesyscalls.sh
subr_autoconf.c
subr_disk.c
subr_extent.c
subr_log.c
subr_pool.c
subr_prf.c
subr_prof.c
subr_rmap.c
subr_xxx.c
sys_generic.c
sys_process.c Prevent ptrace on system processes. Avoids panic when attempting to ptrace pid 0, which has no parent. 2000-09-24 07:31:28 +00:00
sys_socket.c
syscalls.c
syscalls.conf
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty.c
tty_conf.c Fix unbalanced #endif. 2000-09-22 01:37:27 +00:00
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c
uipc_domain.c attach ARP domain only if INET is compiled into the kernel. 2000-10-02 04:27:21 +00:00
uipc_mbuf.c
uipc_mbuf2.c
uipc_proto.c
uipc_socket.c
uipc_socket2.c
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c
vfs_cache.c
vfs_cluster.c
vfs_getcwd.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c Adapt for VOP_FSYNC parameter change. 2000-09-19 22:00:01 +00:00
vfs_syscalls.c Factor out common code to manupilate file flags into separate function 2000-09-28 06:43:20 +00:00
vfs_vnops.c
vnode_if.c Regen. 2000-09-19 21:58:01 +00:00
vnode_if.sh If building an LKM, always cause it to use the non-inline version 2000-09-13 16:09:27 +00:00
vnode_if.src Add start and end parameters to the fsync VOP, giving a range of the 2000-09-19 21:57:14 +00:00