NetBSD/sys/ufs
ad 284c2b9aef Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since
we no longer need to guard against access from hardware interrupt handlers.

Additionally, if cloning a process with CLONE_SIGHAND, arrange to have the
child process share the parent's lock so that signal state may be kept in
sync. Partially addresses PR kern/37437.
2008-04-24 18:39:20 +00:00
..
ext2fs Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
ffs Replace get/setspecific with a void pointer in struct ufsmount. Use explicit 2008-04-17 09:52:47 +00:00
lfs Acquire kernel_lock directly in LFS syscalls. 2008-04-21 11:45:34 +00:00
mfs Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
ufs Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
Makefile
files.ufs defflag LFS_KERNEL_RFW (in opt_lfs.h). 2007-12-12 02:56:03 +00:00