NetBSD/sys/compat/common
oster 77002eb972 This should be a mutex_enter() instead of a mutex_exit().
Fixes:
Mutex error: mutex_vector_exit: assertion failed: MUTEX_OWNER(mtx->mtx_owner) == curthread
...
mutex_abort(c0aba23c,c07bf8b0,c09c9164,bfbfee34,10) at netbsd:mutex_abort+0x36
mutex_vector_exit(c0aba23c,10,c0aba23c,ca8efc6c,ca8f8540) at netbsd:mutex_vector_exit+0xe2
compat_20_sys_getfsstat(ca8f8540,cb243c48,cb243c68,805eb24,805e000) at netbsd:compat_20_sys_getfsstat+0x1bf
...
2007-11-01 03:49:52 +00:00
..
compat_exec.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
compat_file.c Adapt for sys_mount() becoming compat_40_sys_mount(), 2007-07-14 15:47:26 +00:00
compat_file.h Rework compat stat() and statvfs() code so that it no longer uses the stackgap. 2007-04-30 14:05:47 +00:00
compat_sigaltstack.h Modify the (recently added) compat_sigaltstack() #define to take the 2007-06-16 20:04:27 +00:00
compat_util.c Put the stackgap code under OPT_SYSTRACE. 2007-07-13 21:04:29 +00:00
compat_util.h Change the way that emulations locate files within the emulation root to 2007-04-22 08:29:55 +00:00
gen_errno_tables.awk merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kern_exit_43.c machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
kern_info_09.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
kern_info_43.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
kern_ipc_10.c Call semctl1() directly, not via stackgap and compat_14_sys___semctl(). 2007-06-17 10:24:21 +00:00
kern_resource_43.c There is no need to use the stackgap for get/setrlimit. 2007-05-12 21:07:02 +00:00
kern_sig_13.c Modify the (recently added) compat_sigaltstack() #define to take the 2007-06-16 20:04:27 +00:00
kern_sig_43.c machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
kern_xxx_12.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
Makefile Add a sockaddr_storage member to "struct ifreq" maintaining backwards 2007-05-29 21:32:27 +00:00
Makefile.inc
sysv_ipc_14.c Move more compat stuff from sys. 2005-11-11 17:10:42 +00:00
sysv_msg_14.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
sysv_sem_14.c Expose semid_ds14_to_native() to otherparts of the system. 2007-06-17 10:23:27 +00:00
sysv_shm_14.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
tty_43.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
uipc_syscalls_30.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
uipc_syscalls_40.c Reduce difference between compat_ifconf() and ifconf(): 2007-06-02 01:29:25 +00:00
uipc_syscalls_43.c remove SIOCSIFALIFETIME_IN6 (should have been part of previous commit) 2007-09-11 19:59:18 +00:00
vfs_syscalls_12.c Rework compat stat() and statvfs() code so that it no longer uses the stackgap. 2007-04-30 14:05:47 +00:00
vfs_syscalls_20.c This should be a mutex_enter() instead of a mutex_exit(). 2007-11-01 03:49:52 +00:00
vfs_syscalls_30.c Split the statvfs functions so that the 'work' is done to a kernel buffer 2007-04-30 08:32:14 +00:00
vfs_syscalls_43.c Merge from vmlocking: 2007-10-10 20:42:20 +00:00
vm_12.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
vm_43.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00