NetBSD/sys/compat/darwin
chs 33fa5ccbbf many changes for COMPAT_LINUX:
- update the linux syscall table for each platform.
 - support new-style (NPTL) linux pthreads on all platforms.
   clone() with CLONE_THREAD uses 1 process with many LWPs
   instead of separate processes.
 - move the contents of sys__lwp_setprivate() into a new
   lwp_setprivate() and use that everywhere.
 - update linux_release[] and linux32_release[] to "2.6.18".
 - adjust placement of emul fork/exec/exit hooks as needed
   and adjust other emul code to match.
 - convert all struct emul definitions to use named initializers.
 - change the pid allocator to allow multiple pids to refer to the same proc.
 - remove a few fields from struct proc that are no longer needed.
 - disable the non-functional "vdso" code in linux32/amd64,
   glibc works fine without it.
 - fix a race in the futex code where we could miss a wakeup after
   a requeue operation.
 - redo futex locking to be a little more efficient.
2010-07-07 01:30:32 +00:00
..
Makefile
darwin_attr.c
darwin_attr.h
darwin_audit.c
darwin_audit.h
darwin_commpage.c
darwin_commpage.h
darwin_exec.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
darwin_exec.h
darwin_ioctl.c
darwin_ioctl.h
darwin_ioframebuffer.c Mark some suspicious ENODEV returns (should be ENXIO?) with comments. 2010-02-24 17:59:33 +00:00
darwin_ioframebuffer.h
darwin_iohidsystem.c
darwin_iohidsystem.h
darwin_iokit.c
darwin_iokit.h
darwin_ktrace.c
darwin_mman.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
darwin_mount.c
darwin_mount.h
darwin_proc.h
darwin_ptrace.c
darwin_ptrace.h
darwin_route.c
darwin_route.h
darwin_signal.c
darwin_signal.h
darwin_socket.c
darwin_socket.h
darwin_stat.c Add enum uio_seg argument to do_sys_mknod and do_sys_mkdir so these functions 2009-08-09 22:49:00 +00:00
darwin_syscall.h regen: 2010-03-02 21:14:43 +00:00
darwin_syscallargs.h regen: 2010-03-02 21:14:43 +00:00
darwin_syscalls.c regen: 2010-03-02 21:14:43 +00:00
darwin_sysctl.c Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
darwin_sysctl.h
darwin_sysent.c regen: 2010-03-02 21:14:43 +00:00
darwin_thread.c
darwin_types.h
darwin_unistd.c
files.darwin
syscalls.conf
syscalls.master Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional 2010-03-02 21:07:21 +00:00