NetBSD/sys/compat/common
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
..
compat_exec.c
compat_sigaltstack.h
compat_util.c
compat_util.h Remove stackgap functions externs. 2008-01-20 09:37:58 +00:00
gen_errno_tables.awk
kern_exit_43.c
kern_info_09.c
kern_info_43.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
kern_ipc_10.c
kern_resource_43.c
kern_sig_13.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
kern_sig_43.c Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, since 2008-04-24 18:39:20 +00:00
kern_xxx_12.c Grab kernel_lock for cpu_reboot(). 2008-04-23 13:40:17 +00:00
Makefile Remove compat code for posix_fadvise 2008-02-24 12:54:15 +00:00
Makefile.inc
sysv_ipc_14.c
sysv_msg_14.c
sysv_sem_14.c
sysv_shm_14.c
tty_43.c Network protocol interrupts can now block on locks, so merge the globals 2008-04-24 15:35:27 +00:00
uipc_syscalls_30.c
uipc_syscalls_40.c
uipc_syscalls_43.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
vfs_syscalls_12.c Catch up with descriptor handling changes. See kern_descrip.c revision 2008-03-21 21:54:58 +00:00
vfs_syscalls_20.c Catch up with descriptor handling changes. See kern_descrip.c revision 2008-03-21 21:54:58 +00:00
vfs_syscalls_30.c Catch up with descriptor handling changes. See kern_descrip.c revision 2008-03-21 21:54:58 +00:00
vfs_syscalls_43.c Catch up with descriptor handling changes. See kern_descrip.c revision 2008-03-21 21:54:58 +00:00
vm_12.c
vm_43.c