NetBSD/sys/kern
2009-02-23 20:33:30 +00:00
..
bufq_disksort.c
bufq_fcfs.c
bufq_priocscan.c
bufq_readprio.c
cnmagic.c
core_elf32.c
core_elf64.c
core_netbsd.c
exec_aout.c
exec_ecoff.c
exec_elf32.c
exec_elf64.c
exec_elf.c
exec_macho.c
exec_script.c
exec_subr.c
genlintstub.awk
init_main.c Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
init_sysctl.c Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
init_sysent.c
kern_acct.c s/NOFOLLOW/FOLLOW/ in NDINIT so that it matches actual behavior 2009-02-11 00:32:45 +00:00
kern_auth.c
kern_cctr.c
kern_clock.c
kern_condvar.c
kern_core.c
kern_cpu.c
kern_descrip.c
kern_drvctl.c
kern_event.c
kern_exec.c Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
kern_exit.c
kern_fileassoc.c
kern_fork.c
kern_idle.c
kern_ksyms.c
kern_kthread.c
kern_ktrace.c
kern_lock.c
kern_lwp.c
kern_malloc_debug.c
kern_malloc_stdtype.c
kern_malloc.c
kern_module.c Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
kern_mutex.c
kern_ntptime.c
kern_pax.c
kern_physio.c
kern_pmf.c Extract a subroutine pmf_device_resume_descendants() from 2009-02-06 01:19:33 +00:00
kern_proc.c
kern_prot.c
kern_ras.c
kern_rate.c
kern_resource.c dosetrlimit: remove the checks which are no longer needed since rlim_t 2009-02-09 11:13:20 +00:00
kern_runq.c Make sched_getrq() inline (gcc does not optimize it), avoids call. 2009-02-17 22:00:14 +00:00
kern_rwlock.c
kern_sig.c
kern_sleepq.c
kern_softint.c
kern_ssp.c Unbreak ssp kernels. The issue here that when the ssp_init() call was deferred, 2009-02-12 18:24:18 +00:00
kern_stub.c Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
kern_subr.c
kern_synch.c
kern_sysctl.c
kern_tc.c
kern_time.c
kern_timeout.c
kern_todr.c remove 2038 comment 2009-02-14 20:45:29 +00:00
kern_turnstile.c
kern_uidinfo.c
kern_uuid.c
kern_verifiedexec.c
kern_xxx.c
kgdb_stub.c
Make.tags.inc
Makefile
makesyscalls.sh Instead of linking rump system call entry points directly to the 2009-02-20 17:56:36 +00:00
sched_4bsd.c
sched_m2.c
subr_autoconf.c Unbreak ssp kernels. The issue here that when the ssp_init() call was deferred, 2009-02-12 18:24:18 +00:00
subr_blist.c
subr_bufq.c
subr_callback.c
subr_debug.c
subr_devsw.c
subr_disk_mbr.c
subr_disk.c
subr_evcnt.c
subr_exec_fd.c
subr_extent.c
subr_hash.c
subr_iostat.c
subr_kmem.c use %zu for size_t 2009-02-18 13:04:59 +00:00
subr_kobj.c Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
subr_lockdebug.c
subr_log.c
subr_once.c
subr_optstr.c
subr_pcq.c
subr_percpu.c
subr_pool.c
subr_prf.c
subr_prof.c
subr_specificdata.c
subr_syscall_stats.c
subr_tftproot.c
subr_time.c
subr_userconf.c
subr_vmem.c vmem_rehash_all: remove a debug printf slipped in with the previous changes. 2009-02-18 13:33:46 +00:00
subr_workqueue.c
subr_xcall.c
sys_aio.c PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
sys_descrip.c
sys_generic.c
sys_lwp.c
sys_module.c
sys_mqueue.c
sys_pipe.c The knote objects attached by peer will still be linked in our list 2009-02-15 00:07:54 +00:00
sys_pmc.c
sys_process.c
sys_pset.c
sys_sched.c
sys_select.c
sys_sig.c
sys_socket.c
sys_syscall.c
syscalls.c
syscalls.conf
syscalls.master Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h" 2009-02-13 22:41:00 +00:00
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_tty.c
tty.c
uipc_accf.c
uipc_domain.c
uipc_mbuf2.c
uipc_mbuf.c
uipc_proto.c
uipc_sem.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c
uipc_usrreq.c Don't try to fd_putfile() descriptors we didn't manage to fd_getfile(). 2009-02-08 16:38:12 +00:00
vfs_bio.c Fix some comments. 2009-02-23 20:33:30 +00:00
vfs_cache.c cache_lookup_entry: add an assertion. 2009-02-18 13:36:11 +00:00
vfs_cwd.c
vfs_dirhash.c Previous code ususally works since compiler won't put gap between 2009-02-06 23:56:26 +00:00
vfs_getcwd.c
vfs_hooks.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c Make module (auto)loading under chroot envrionment actually work: 2009-02-11 00:19:11 +00:00
vfs_subr.c PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
vfs_syscalls.c Fix some comments. 2009-02-23 20:33:30 +00:00
vfs_trans.c
vfs_vnops.c Make module (auto)loading under chroot envrionment actually work: 2009-02-11 00:19:11 +00:00
vfs_wapbl.c PR kern/39564 wapbl performance issues with disk cache flushing 2009-02-22 20:10:25 +00:00
vfs_xattr.c
vnode_if.c
vnode_if.sh
vnode_if.src