NetBSD/sys/kern
ad 04feebca3b PR kern/38141 lookup/vfs_busy acquire rwlock recursively
Until the code paths are fixed properly, put in place an ugly workaround
to make it safe to recursively acquire a read lock on a mount.
2008-05-02 17:40:30 +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 BUFQ_CANCEL() next to BUFQ_PUT() and BUFQ_GET(). 2008-04-30 12:09:02 +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 KERN_FILE_BYPID: fix locking botch. 2008-04-30 17:18:53 +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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_clock.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_condvar.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_descrip.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_drvctl.c
kern_event.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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 Ignore processes with PK_MARKER set. 2008-04-29 16:21:01 +00:00
kern_fileassoc.c
kern_fork.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_idle.c fix a comment. 2008-04-26 08:09:30 +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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_lwp.c lwp_suspend: check for LW_* flags in l_flag, not l_stat. 2008-05-01 21:25:23 +00:00
kern_malloc.c
kern_malloc_debug.c
kern_module.c Re-do yesterday's build fix to hook in the MD stuff if available. 2008-05-02 12:59:34 +00:00
kern_mutex.c mutex_vector_enter: fix a typo in a comment. 2008-04-30 00:40:13 +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 Remove useless returns at the end of void functions. 2008-03-31 15:28:47 +00:00
kern_proc.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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 Ignore processes with PK_MARKER set. 2008-04-29 15:51:23 +00:00
kern_runq.c Set minimal count of LWPs for catching to 1, and cache-hotness time to ~3ms 2008-04-30 09:17:12 +00:00
kern_rwlock.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_sig.c Ignore processes with PK_MARKER set. 2008-04-29 15:55:24 +00:00
kern_sleepq.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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 Allow md_root_setconf() to set in a miniroot as the root file system 2008-05-02 13:02:31 +00:00
kern_synch.c Avoid unneeded AST faults. 2008-04-30 12:44:27 +00:00
kern_sysctl.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_tc.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_time.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_timeout.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
kern_todr.c
kern_turnstile.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sched_m2.c Take the run queue management code from the M2 scheduler, and make it 2008-04-12 17:02:08 +00:00
subr_autoconf.c Split the runqueue management code into the separate file. 2008-04-29 14:35:20 +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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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
subr_iostat.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_kmem.c
subr_kobj.c Keep the program table and section strings around after loading the object, 2008-05-02 13:00:01 +00:00
subr_lockdebug.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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 Add MI code to support in-kernel preemption. Preemption is deferred by 2008-04-28 15:36:01 +00:00
subr_pool.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
subr_prf.c - Rename crit_enter/crit_exit to kpreempt_disable/kpreempt_enable. 2008-04-27 11:37:48 +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
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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sys_module.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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 Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
sys_select.c PR kern/38547 select/poll do not set l_kpriority 2008-04-30 12:45:21 +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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sysv_sem.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sysv_shm.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
tty.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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 Improve ^T / SIGINFO handling: 2008-04-20 19:22:44 +00:00
tty_subr.c
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 fix soabort(): sofree() wants to be called with the lock held 2008-05-01 09:21:56 +00:00
uipc_socket2.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vfs_cache.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vfs_getcwd.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vfs_hooks.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vfs_init.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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/38135 vfs_busy/vfs_trybusy confusion 2008-04-30 12:49:16 +00:00
vfs_subr.c PR kern/38141 lookup/vfs_busy acquire rwlock recursively 2008-05-02 17:40:30 +00:00
vfs_subr2.c vfs_destroy: fix a broken assertion. 2008-04-30 21:06:28 +00:00
vfs_syscalls.c PR kern/38135 vfs_busy/vfs_trybusy confusion 2008-04-30 12:49:16 +00:00
vfs_trans.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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
vnode_if.src