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. |
||
---|---|---|
.. | ||
arch/powerpc | ||
files.mach | ||
mach_bootstrap.c | ||
mach_bootstrap.h | ||
mach_clock.c | ||
mach_clock.h | ||
mach_errno.c | ||
mach_errno.h | ||
mach_exception.c | ||
mach_exception.h | ||
mach_exec.c | ||
mach_exec.h | ||
mach_host.c | ||
mach_host.h | ||
mach_iokit.c | ||
mach_iokit.h | ||
mach_message.c | ||
mach_message.h | ||
mach_misc.c | ||
mach_notify.c | ||
mach_notify.h | ||
mach_port.c | ||
mach_port.h | ||
mach_semaphore.c | ||
mach_semaphore.h | ||
mach_services_names.c | ||
mach_services.c | ||
mach_services.h | ||
mach_services.master | ||
mach_syscall.h | ||
mach_syscallargs.h | ||
mach_syscalls.c | ||
mach_sysctl.c | ||
mach_sysctl.h | ||
mach_sysent.c | ||
mach_task.c | ||
mach_task.h | ||
mach_thread.c | ||
mach_thread.h | ||
mach_types.h | ||
mach_vm.c | ||
mach_vm.h | ||
Makefile | ||
makemachservices.sh | ||
syscalls.conf | ||
syscalls.master |