NetBSD/sys/compat/common
ad 25153c3ec9 PR kern/37706 (forced unmount of file systems is unsafe):
- Do reference counting for 'struct mount'. Each vnode associated with a
  mount takes a reference, and in turn the mount takes a reference to the
  vfsops.
- Now that mounts are reference counted, replace the overcomplicated mount
  locking inherited from 4.4BSD with a recursable rwlock.
2008-01-30 11:46:59 +00:00
..
compat_exec.c ANSIfy most of the function definitions in sys/compat (but not ndis). 2007-12-08 18:35:53 +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 Remove systrace. Ok core@. 2007-12-31 15:31:24 +00:00
compat_util.h Remove stackgap functions externs. 2008-01-20 09:37:58 +00:00
gen_errno_tables.awk merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
kern_descrip_40.c Implement new version of posix_fadvise as a stub callinig the real 2008-01-27 16:16:50 +00:00
kern_exit_43.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_info_09.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_info_43.c Make compat_43_sys_sethostid() use old_sysctl(), allowing for the removal 2008-01-08 22:08:45 +00:00
kern_ipc_10.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_resource_43.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_sig_13.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_sig_43.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
kern_xxx_12.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
Makefile Implement new version of posix_fadvise as a stub callinig the real 2008-01-27 16:16:50 +00:00
Makefile.inc
sysv_ipc_14.c ANSIfy most of the function definitions in sys/compat (but not ndis). 2007-12-08 18:35:53 +00:00
sysv_msg_14.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
sysv_sem_14.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
sysv_shm_14.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
tty_43.c ANSIfy most of the function definitions in sys/compat (but not ndis). 2007-12-08 18:35:53 +00:00
uipc_syscalls_30.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
uipc_syscalls_40.c Use IFADDR_EMPTY(). 2007-12-05 22:51:01 +00:00
uipc_syscalls_43.c #ifdef COMPAT_20 the ioctls only available conditionally. Patch from 2008-01-15 09:25:26 +00:00
vfs_syscalls_12.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
vfs_syscalls_20.c PR kern/37706 (forced unmount of file systems is unsafe): 2008-01-30 11:46:59 +00:00
vfs_syscalls_30.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
vfs_syscalls_43.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
vm_12.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
vm_43.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00