NetBSD/sys/compat/darwin
ad 77e0b2120f Patch up sysctl locking:
- Lock processes, credentials, filehead etc correctly.
- Acquire a read hold on sysctl_treelock if only doing a query.
- Don't wire down the output buffer. It doesn't work correctly and the code
  regularly does long term sleeps with it held - it's not worth it.
- Don't hold locks other than sysctl_lock while doing copyout().
- Drop sysctl_lock while doing copyout / allocating memory in a few places.
- Don't take kernel_lock for sysctl.
- Fix a number of bugs spotted along the way
2008-01-07 16:12:52 +00:00
..
darwin_attr.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
darwin_attr.h
darwin_audit.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
darwin_audit.h
darwin_commpage.c ANSIfy most of the function definitions in sys/compat (but not ndis). 2007-12-08 18:35:53 +00:00
darwin_commpage.h
darwin_exec.c fix malloc type mismatches. 2008-01-03 14:25:49 +00:00
darwin_exec.h
darwin_ioctl.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
darwin_ioctl.h
darwin_ioframebuffer.c ANSIfy most of the function definitions in sys/compat (but not ndis). 2007-12-08 18:35:53 +00:00
darwin_ioframebuffer.h
darwin_iohidsystem.c ANSIfy most of the function definitions in sys/compat (but not ndis). 2007-12-08 18:35:53 +00:00
darwin_iohidsystem.h
darwin_iokit.c
darwin_iokit.h
darwin_ktrace.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
darwin_mman.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
darwin_mount.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
darwin_mount.h
darwin_proc.h
darwin_ptrace.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
darwin_ptrace.h
darwin_route.c ANSIfy most of the function definitions in sys/compat (but not ndis). 2007-12-08 18:35:53 +00:00
darwin_route.h
darwin_signal.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
darwin_signal.h
darwin_socket.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
darwin_socket.h Use do_sys_recvmsg(), so_sys_accept(), do_sys_getsockname() and do_sys_senmsg() 2007-06-24 18:07:34 +00:00
darwin_stat.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
darwin_syscall.h regen 2007-12-20 23:07:25 +00:00
darwin_syscallargs.h regen 2007-12-20 23:07:25 +00:00
darwin_syscalls.c regen 2007-12-20 23:07:25 +00:00
darwin_sysctl.c Patch up sysctl locking: 2008-01-07 16:12:52 +00:00
darwin_sysctl.h
darwin_sysent.c regen 2007-12-20 23:07:25 +00:00
darwin_thread.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
darwin_types.h
darwin_unistd.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
files.darwin
Makefile
syscalls.conf
syscalls.master No need for any of the bsd_sys_foo() calls since they only wrapped 2007-12-12 21:24:36 +00:00