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
..
darwin_attr.c bzero -> memset 2009-03-18 16:00:08 +00:00
darwin_attr.h merge christos-time_t 2009-01-11 02:45:45 +00:00
darwin_audit.c merge christos-time_t 2009-01-11 02:45:45 +00:00
darwin_audit.h merge christos-time_t 2009-01-11 02:45:45 +00:00
darwin_commpage.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
darwin_commpage.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
darwin_exec.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
darwin_exec.h Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
darwin_ioctl.c merge christos-time_t 2009-01-11 02:45:45 +00:00
darwin_ioctl.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
darwin_ioframebuffer.c Mark some suspicious ENODEV returns (should be ENXIO?) with comments. 2010-02-24 17:59:33 +00:00
darwin_ioframebuffer.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
darwin_iohidsystem.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
darwin_iohidsystem.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
darwin_iokit.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
darwin_iokit.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
darwin_ktrace.c merge christos-time_t 2009-01-11 02:45:45 +00:00
darwin_mman.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
darwin_mount.c Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
darwin_mount.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
darwin_proc.h merge christos-time_t 2009-01-11 02:45:45 +00:00
darwin_ptrace.c merge christos-time_t 2009-01-11 02:45:45 +00:00
darwin_ptrace.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
darwin_route.c bzero -> memset 2009-03-18 16:00:08 +00:00
darwin_route.h merge christos-time_t 2009-01-11 02:45:45 +00:00
darwin_signal.c merge christos-time_t 2009-01-11 02:45:45 +00:00
darwin_signal.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
darwin_socket.c merge christos-time_t 2009-01-11 02:45:45 +00:00
darwin_socket.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
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 Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
darwin_sysent.c regen: 2010-03-02 21:14:43 +00:00
darwin_thread.c merge christos-time_t 2009-01-11 02:45:45 +00:00
darwin_types.h merge christos-time_t 2009-01-11 02:45:45 +00:00
darwin_unistd.c merge christos-time_t 2009-01-11 02:45:45 +00:00
files.darwin Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
Makefile
syscalls.conf
syscalls.master Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional 2010-03-02 21:07:21 +00:00