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. |
||
---|---|---|
.. | ||
files.irix | ||
irix_dirent.c | ||
irix_errno.c | ||
irix_errno.h | ||
irix_exec_elf32.c | ||
irix_exec_elf64.c | ||
irix_exec.c | ||
irix_exec.h | ||
irix_fcntl.c | ||
irix_fcntl.h | ||
irix_ioctl.c | ||
irix_ioctl.h | ||
irix_kmem.c | ||
irix_kmem.h | ||
irix_misc.c | ||
irix_mman.c | ||
irix_mman.h | ||
irix_mod.c | ||
irix_mount.c | ||
irix_prctl.c | ||
irix_prctl.h | ||
irix_resource.c | ||
irix_resource.h | ||
irix_signal.c | ||
irix_signal.h | ||
irix_stat.c | ||
irix_swap.c | ||
irix_swap.h | ||
irix_syscall.h | ||
irix_syscallargs.h | ||
irix_syscalls.c | ||
irix_sysctl.c | ||
irix_sysctl.h | ||
irix_sysent.c | ||
irix_sysmp.c | ||
irix_sysmp.h | ||
irix_syssgi.c | ||
irix_syssgi.h | ||
irix_systeminfo.c | ||
irix_types.h | ||
irix_usema.c | ||
irix_usema.h | ||
Makefile | ||
syscalls.conf | ||
syscalls.master |