NetBSD/sys/kern
ad c9ac92b592 Use pool_cache for sockets. 2008-05-26 17:21:18 +00:00
..
Make.tags.inc
Makefile
bufq_disksort.c Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET(). 2008-04-30 12:09:02 +00:00
bufq_fcfs.c Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET(). 2008-04-30 12:09:02 +00:00
bufq_priocscan.c add a comment. 2008-05-03 05:18:36 +00:00
bufq_readprio.c Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET(). 2008-04-30 12:09:02 +00:00
cnmagic.c
core_elf32.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
core_elf64.c
core_netbsd.c PR kern/37917 /bin/ps no longer shows zombies 2008-04-29 16:21:27 +00:00
exec_aout.c
exec_conf.c
exec_ecoff.c
exec_elf32.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
exec_elf64.c
exec_macho.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
exec_script.c Catch up with descriptor handling changes. See kern_descrip.c revision 2008-03-21 21:54:58 +00:00
exec_subr.c
genlintstub.awk
init_main.c Get the pre-loaded module code working. 2008-05-01 14:44:48 +00:00
init_sysctl.c don't forget to fill in the emulation. 2008-05-25 20:18:33 +00:00
init_sysent.c Regen. 2008-04-24 11:51:47 +00:00
kern_acct.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
kern_auth.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_cctr.c Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
kern_clock.c Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
kern_condvar.c Broken assertion. 2008-05-26 12:58:24 +00:00
kern_core.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
kern_cpu.c LOCKDEBUG: try to speed it up a bit by not using so much global state. 2008-05-06 18:40:57 +00:00
kern_descrip.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
kern_drvctl.c Add DRVGETEVENT support for /dev/drvctl, based on devmon support by 2008-05-25 12:30:40 +00:00
kern_event.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
kern_exec.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
kern_exit.c Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
kern_fileassoc.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
kern_fork.c Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
kern_idle.c Set cpu_onproc on entry to the idle loop. 2008-05-24 12:59:06 +00:00
kern_ksyms.c
kern_kthread.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_ktrace.c Ignore processes with PK_MARKER set. 2008-04-29 15:51:23 +00:00
kern_lkm.c
kern_lock.c Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
kern_lwp.c Take the mutex pointer and waiters count out of sleepq_t: the values can 2008-05-26 12:08:38 +00:00
kern_malloc.c Make them compile again. 2008-03-17 17:05:54 +00:00
kern_malloc_debug.c
kern_module.c If autoloading a module, don't consider the current working directory. 2008-05-20 19:20:38 +00:00
kern_mutex.c Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
kern_ntptime.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_pax.c
kern_physio.c
kern_pmf.c Use 2-clause license. 2008-05-05 00:12:49 +00:00
kern_proc.c Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
kern_prot.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
kern_ras.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_resource.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
kern_runq.c PR kern/38707 scheduler related deadlock during build.sh 2008-05-25 23:46:55 +00:00
kern_rwlock.c Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
kern_sig.c Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
kern_sleepq.c Take the mutex pointer and waiters count out of sleepq_t: the values can 2008-05-26 12:08:38 +00:00
kern_softint.c Don't count many items as EVCNT_TYPE_INTR because they clutter up the 2008-04-28 23:00:22 +00:00
kern_stub.c #error if __HAVE_PREEMPTION && !MULTIPROCESSOR. 2008-05-01 00:20:12 +00:00
kern_subr.c Coverity CID 5019: Check before deref. 2008-05-24 16:49:30 +00:00
kern_synch.c Take the mutex pointer and waiters count out of sleepq_t: the values can 2008-05-26 12:08:38 +00:00
kern_sysctl.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_tc.c Fix locking botch. Pointed out by kardel@. 2008-05-11 14:42:18 +00:00
kern_time.c - Add tc_gonebad(): allows timecounter to be flagged as bad and removed at 2008-05-08 18:56:58 +00:00
kern_timeout.c Take the mutex pointer and waiters count out of sleepq_t: the values can 2008-05-26 12:08:38 +00:00
kern_todr.c
kern_turnstile.c Take the mutex pointer and waiters count out of sleepq_t: the values can 2008-05-26 12:08:38 +00:00
kern_uuid.c correct cut and paste error in uuid_dec_be(); le16dec -> be16dec 2008-04-19 18:21:38 +00:00
kern_verifiedexec.c
kern_xxx.c Remove unneeded playing about with kernel_lock. 2008-04-25 11:23:42 +00:00
kgdb_stub.c
makesyscalls.sh - Retire SYCALL_MPSAFE. With the exceptions of darwin and irix emulations, 2008-04-24 11:51:18 +00:00
sched_4bsd.c sched_tick: 2008-05-25 22:04:50 +00:00
sched_m2.c - Make periodical balancing mandatory. 2008-05-19 12:48:54 +00:00
subr_autoconf.c Export device-driver and device-unit properties via drvctl 2008-05-25 15:03:01 +00:00
subr_blist.c
subr_bufq.c Add a BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET(). 2008-04-30 12:09:02 +00:00
subr_callback.c
subr_debug.c Disable the freecheck stuff atomically so we only get one warning about 2008-04-30 20:20:53 +00:00
subr_devsw.c Give devsw_detach() a dummy error return. 2008-05-19 17:15:00 +00:00
subr_disk.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_disk_mbr.c
subr_evcnt.c
subr_extent.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_hash.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
subr_iostat.c Remove pointless COMPAT ifdef. 2008-05-20 16:03:31 +00:00
subr_kmem.c
subr_kobj.c If autoloading a module, don't consider the current working directory. 2008-05-20 19:20:38 +00:00
subr_lockdebug.c LOCKDEBUG: try to speed it up a bit by not using so much global state. 2008-05-06 18:40:57 +00:00
subr_log.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_once.c
subr_optstr.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_percpu.c - encrypt/decrypt offsets if DIAGNOSTIC. 2008-05-03 05:31:56 +00:00
subr_pool.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_prf.c Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
subr_prf2.c
subr_prof.c
subr_specificdata.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_syscall_stats.c Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
subr_tftproot.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
subr_time.c
subr_userconf.c
subr_vmem.c - simplify ASSERT_SLEEPABLE. 2008-03-17 08:27:50 +00:00
subr_workqueue.c Replace use of CACHE_LINE_SIZE in some obvious places. 2008-03-27 18:30:15 +00:00
subr_xcall.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_aio.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
sys_descrip.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_generic.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_lwp.c Take the mutex pointer and waiters count out of sleepq_t: the values can 2008-05-26 12:08:38 +00:00
sys_module.c If autoloading a module, don't consider the current working directory. 2008-05-20 19:20:38 +00:00
sys_mqueue.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
sys_pipe.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_pmc.c Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE. 2008-04-21 12:56:30 +00:00
sys_process.c sys_ptrace: fix a locking botch. PR/38649 from Martin Husemann. 2008-05-13 09:16:11 +00:00
sys_pset.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
sys_sched.c If converting a process/thread from SCHED_OTHER to a realtime thread, 2008-05-25 23:34:24 +00:00
sys_select.c Take the mutex pointer and waiters count out of sleepq_t: the values can 2008-05-26 12:08:38 +00:00
sys_sig.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_socket.c kern/38502 ifconfig wi0 hangs 2008-04-29 18:35:14 +00:00
sys_syscall.c Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
syscalls.c Regen. 2008-04-24 11:51:47 +00:00
syscalls.conf bring some stuff from time_t=64... 2008-03-22 15:11:01 +00:00
syscalls.master - Retire SYCALL_MPSAFE. With the exceptions of darwin and irix emulations, 2008-04-24 11:51:18 +00:00
sysv_ipc.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sysv_msg.c Make msgsnd return EINVAL instead of 0, when the value of mtype is 2008-05-22 11:25:54 +00:00
sysv_sem.c - Make semctl SETVAL/SETALL commands validate the semaphore value to 2008-05-06 20:25:09 +00:00
sysv_shm.c sys_shmget: fix an object leak in case of error. 2008-05-11 18:48:00 +00:00
tty.c Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() 2008-05-25 19:22:21 +00:00
tty_bsdpty.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tty_conf.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tty_ptm.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tty_pty.c Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() 2008-05-25 19:22:21 +00:00
tty_subr.c Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() 2008-05-25 19:22:21 +00:00
tty_tty.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
uipc_domain.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
uipc_mbuf.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
uipc_mbuf2.c
uipc_proto.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
uipc_sem.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
uipc_socket.c Use pool_cache for sockets. 2008-05-26 17:21:18 +00:00
uipc_socket2.c Use pool_cache for sockets. 2008-05-26 17:21:18 +00:00
uipc_syscalls.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
uipc_usrreq.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vfs_bio.c brelse: always wakeup on b_busy, in case BC_WANTED is not set. 2008-05-26 14:56:55 +00:00
vfs_cache.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
vfs_getcwd.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vfs_hooks.c Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
vfs_init.c Convert file systems to dynamically attach with the new module interface. 2008-05-10 02:26:09 +00:00
vfs_lockf.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
vfs_lookup.c PR kern/38141 lookup/vfs_busy acquire rwlock recursively 2008-05-06 18:43:44 +00:00
vfs_subr.c PR kern/38141 lookup/vfs_busy acquire rwlock recursively 2008-05-06 18:43:44 +00:00
vfs_subr2.c use PNBUF_* instead of malloc 2008-05-26 02:27:36 +00:00
vfs_syscalls.c PR/38745: Kouichirou Hiratsuka: chroot(8) can leak information of outside of 2008-05-26 02:29:13 +00:00
vfs_trans.c Remove a bad assertion from last commit. 2008-05-16 14:08:56 +00:00
vfs_vnops.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
vfs_xattr.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vnode_if.c
vnode_if.sh Reduce ifdefs due to MULTIPROCESSOR slightly. 2008-05-19 17:06:02 +00:00
vnode_if.src