NetBSD/sys/kern
..
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c lookup bufq using link_set rather than a switch statement. 2004-11-25 04:52:23 +00:00
cnmagic.c
core_elf32.c
core_elf64.c
core_netbsd.c
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_macho.c
exec_script.c
exec_subr.c
genlintstub.awk
init_main.c
init_sysctl.c
init_sysent.c
kern_acct.c sys_acct: use VOP_SETATTR instead of VOP_TRUNCATE as the latter's 2004-12-13 08:46:43 +00:00
kern_clock.c
kern_descrip.c
kern_drvctl.c
kern_event.c - add const. 2005-05-29 22:24:14 +00:00
kern_exec.c
kern_exit.c - add const. 2005-05-29 22:24:14 +00:00
kern_fork.c Add P_CLDSIGIGN, P_NOCLDSTOP and P_NOCLDWAIT to the list of flags we want 2005-05-17 19:22:19 +00:00
kern_kcont.c
kern_ksyms.c
kern_kthread.c
kern_ktrace.c
kern_lkm.c `lkmlookup()' is called with its name argument either from kernel or from 2005-04-12 14:13:16 +00:00
kern_lock.c
kern_lwp.c Don't panic when lwp_suspend finds an LWP on another CPU, just return 2005-02-12 21:39:00 +00:00
kern_malloc_debug.c
kern_malloc.c rename "kbucket" to "kmembuckets", for greater clarity. 2005-05-30 23:04:53 +00:00
kern_microtime.c
kern_ntptime.c
kern_physio.c
kern_proc.c proclist_foreach_call: tweak an assertion to deal with the case that 2004-10-03 22:26:35 +00:00
kern_prot.c crcopy: no need to lock if we're only reading the structure's reference count. 2004-05-04 21:27:28 +00:00
kern_ras.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_resource.c
kern_sa.c
kern_sig.c - add const. 2005-05-29 22:24:14 +00:00
kern_subr.c
kern_synch.c
kern_sysctl.c Thou shalt not allocate PAGE_SIZE automatic variables on the kernel stack. 2005-06-08 07:25:12 +00:00
kern_systrace.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
kern_time.c
kern_timeout.c
kern_uuid.c - add const. 2005-05-29 22:24:14 +00:00
kern_verifiedexec.c Make veriexec_fp_cmp() a bit more useful by allowing it to compare two 2005-05-29 16:07:10 +00:00
kern_xxx.c
kgdb_stub.c
Make.tags.inc use ${.CURDIR:H:H} instead of ../.. for default setting of SYSDIR, 2001-04-18 11:21:24 +00:00
Makefile
makesyscalls.sh
subr_autoconf.c
subr_blist.c
subr_devsw.c
subr_disk_mbr.c
subr_disk.c
subr_evcnt.c
subr_extent.c
subr_log.c
subr_pool.c
subr_prf.c
subr_prof.c
subr_prop.c
subr_userconf.c - add const. 2005-05-29 22:24:14 +00:00
subr_xxx.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
sys_generic.c
sys_pipe.c
sys_pmc.c
sys_process.c
sys_socket.c
syscalls.c
syscalls.conf Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
syscalls.master
sysv_ipc.c
sysv_msg.c
sysv_sem.c
sysv_shm.c
tty_bsdpty.c
tty_conf.c
tty_ptm.c
tty_pty.c
tty_subr.c
tty_tb.c
tty_tty.c nuke trailing whitespace 2005-02-26 21:34:55 +00:00
tty.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sem.c
uipc_socket2.c
uipc_socket.c Panic strings should not end with \n. 2005-05-08 18:44:39 +00:00
uipc_syscalls.c
uipc_usrreq.c
vfs_bio.c
vfs_cache.c introduce a new function, cache_lookup_raw(), for filesystems which 2004-06-27 08:50:44 +00:00
vfs_getcwd.c Use ANSI function decls. 2005-06-05 23:47:48 +00:00
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr.c
vfs_syscalls.c
vfs_vnops.c
vnode_if.c
vnode_if.sh
vnode_if.src