NetBSD/sys/kern
2008-07-15 22:25: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_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 make l_flags contain more stuff. Fixes top thread display where system processes 2008-07-15 22:25:30 +00:00
init_sysent.c
kern_acct.c
kern_auth.c
kern_cctr.c
kern_clock.c Remove locking of p_stmutex from sched_pstats(), protect l_pctcpu with p_lock, 2008-07-02 19:38:37 +00:00
kern_condvar.c
kern_core.c
kern_cpu.c Fix the locking against oneself, migrate LWPs only from runqueue. 2008-07-14 01:27:15 +00:00
kern_descrip.c Change {ff,fd}_exclose and ff_allocated to bool. Change exclose arg to 2008-07-02 16:45:19 +00:00
kern_drvctl.c ioctl commands are unsigned long. 2008-06-24 10:24:21 +00:00
kern_event.c Replace gcc-style designated initialisers with c99-style. 2008-06-24 10:27:35 +00:00
kern_exec.c Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. 2008-07-02 17:28:54 +00:00
kern_exit.c
kern_fileassoc.c
kern_fork.c
kern_idle.c
kern_ksyms.c
kern_kthread.c
kern_ktrace.c
kern_lkm.c
kern_lock.c Switch from KASSERT to CTASSERT for those asserts testing sizes of types. 2008-07-02 14:47:34 +00:00
kern_lwp.c - Disallow setting of affinity for zombie LWPs. 2008-07-14 01:19:37 +00:00
kern_malloc_debug.c
kern_malloc.c
kern_module.c
kern_mutex.c
kern_ntptime.c
kern_pax.c
kern_physio.c
kern_pmf.c
kern_proc.c The conversion to c99-style designated initialisers brought in the gcc 2008-06-24 10:31:05 +00:00
kern_prot.c
kern_ras.c
kern_resource.c sysctl_proc_stop: fix a lock-leak when kauth returns an error. 2008-06-23 20:04:36 +00:00
kern_runq.c sched_migratable: add KASSERT since this function cannot be called 2008-07-14 01:18:10 +00:00
kern_rwlock.c
kern_sig.c Use pool_cache. 2008-06-25 11:05:46 +00:00
kern_sleepq.c
kern_softint.c
kern_stub.c
kern_subr.c
kern_synch.c Remove outdated comments, and historical CCPU_SHIFT. Make resched_cpu static, 2008-07-02 19:44:10 +00:00
kern_sysctl.c
kern_tc.c
kern_time.c Use more timespecs internally. From Alexander Shishkin and me. 2008-07-15 16:18:08 +00:00
kern_timeout.c Switch from KASSERT to CTASSERT for those asserts testing sizes of types. 2008-07-02 14:47:34 +00:00
kern_todr.c
kern_turnstile.c
kern_uuid.c Switch from KASSERT to CTASSERT for those asserts testing sizes of types. 2008-07-02 14:47:34 +00:00
kern_verifiedexec.c
kern_xxx.c
kgdb_stub.c
Make.tags.inc
Makefile
makesyscalls.sh
sched_4bsd.c
sched_m2.c
subr_autoconf.c
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_extent.c
subr_hash.c
subr_iostat.c
subr_kmem.c
subr_kobj.c
subr_lockdebug.c Change tree op members/typedefs to rbto_compare_* from rb_compare_* 2008-06-30 20:14:09 +00:00
subr_log.c
subr_once.c
subr_optstr.c
subr_percpu.c
subr_pool.c pool_do_put: fix a pool corruption bug discovered by 2008-07-09 02:43:53 +00:00
subr_prf2.c
subr_prf.c
subr_prof.c
subr_specificdata.c
subr_syscall_stats.c
subr_tftproot.c
subr_time.c Use more timespecs internally. From Alexander Shishkin and me. 2008-07-15 16:18:08 +00:00
subr_userconf.c
subr_vmem.c
subr_workqueue.c Switch from KASSERT to CTASSERT for those asserts testing sizes of types. 2008-07-02 14:47:34 +00:00
subr_xcall.c
sys_aio.c
sys_descrip.c Change {ff,fd}_exclose and ff_allocated to bool. Change exclose arg to 2008-07-02 16:45:19 +00:00
sys_generic.c Change {ff,fd}_exclose and ff_allocated to bool. Change exclose arg to 2008-07-02 16:45:19 +00:00
sys_lwp.c
sys_module.c
sys_mqueue.c mq_open: fix confusion of FREAD/FWRITE and VREAD/VWRITE. 2008-07-02 20:06:09 +00:00
sys_pipe.c
sys_pmc.c
sys_process.c Remove proc_representative_lwp(), use a simple LIST_FIRST() instead. 2008-07-02 19:49:58 +00:00
sys_pset.c - Ensure that at least one cpu stays in the default pset, otherwise the 2008-06-22 12:59:18 +00:00
sys_sched.c - Disallow setting of affinity for zombie LWPs. 2008-07-14 01:19:37 +00:00
sys_select.c
sys_sig.c sigpending1: don't subtract the sigmask (!!). 2008-06-25 11:04:24 +00:00
sys_socket.c
sys_syscall.c
syscalls.c
syscalls.conf
syscalls.master Expose utimes() and lutimes() to rump. 2008-07-07 09:01:40 +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_domain.c
uipc_mbuf2.c
uipc_mbuf.c Switch from KASSERT to CTASSERT for those asserts testing sizes of types. 2008-07-02 14:47:34 +00:00
uipc_proto.c
uipc_sem.c
uipc_socket2.c
uipc_socket.c
uipc_syscalls.c Nothing uses getsock/getvnode any more. 2008-06-24 11:21:46 +00:00
uipc_usrreq.c Also enforce that cm->cmsg_len >= CMSG_ALIGN(sizeof cmsghdr), from 2008-06-20 15:27:50 +00:00
vfs_bio.c bdwrite(): The COWDONE check may fire for special vnodes with mounted 2008-07-14 16:22:42 +00:00
vfs_cache.c
vfs_getcwd.c
vfs_hooks.c
vfs_init.c
vfs_lockf.c
vfs_lookup.c
vfs_subr2.c vinvalbuf: broken assertion. 2008-07-03 12:37:09 +00:00
vfs_subr.c Force vrele_thread to run in vflush() only if there is vrele_pending. 2008-07-07 14:15:41 +00:00
vfs_syscalls.c Nothing uses getsock/getvnode any more. 2008-06-24 11:21:46 +00:00
vfs_trans.c Use pool_cache. 2008-06-24 18:50:30 +00:00
vfs_vnops.c
vfs_xattr.c getvnode -> fd_getvnode 2008-06-23 11:30:41 +00:00
vnode_if.c
vnode_if.sh
vnode_if.src