33fa5ccbbf
- 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. |
||
---|---|---|
.. | ||
darwin_attr.c | ||
darwin_attr.h | ||
darwin_audit.c | ||
darwin_audit.h | ||
darwin_commpage.c | ||
darwin_commpage.h | ||
darwin_exec.c | ||
darwin_exec.h | ||
darwin_ioctl.c | ||
darwin_ioctl.h | ||
darwin_ioframebuffer.c | ||
darwin_ioframebuffer.h | ||
darwin_iohidsystem.c | ||
darwin_iohidsystem.h | ||
darwin_iokit.c | ||
darwin_iokit.h | ||
darwin_ktrace.c | ||
darwin_mman.c | ||
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 | ||
darwin_syscall.h | ||
darwin_syscallargs.h | ||
darwin_syscalls.c | ||
darwin_sysctl.c | ||
darwin_sysctl.h | ||
darwin_sysent.c | ||
darwin_thread.c | ||
darwin_types.h | ||
darwin_unistd.c | ||
files.darwin | ||
Makefile | ||
syscalls.conf | ||
syscalls.master |