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. |
||
---|---|---|
.. | ||
Makefile | ||
files.svr4_32 | ||
sed.script | ||
svr4_32_acl.h | ||
svr4_32_dirent.h | ||
svr4_32_exec.c | ||
svr4_32_exec.h | ||
svr4_32_exec_elf32.c | ||
svr4_32_fcntl.c | ||
svr4_32_fcntl.h | ||
svr4_32_filio.c | ||
svr4_32_fuser.h | ||
svr4_32_hrt.h | ||
svr4_32_ioctl.c | ||
svr4_32_ioctl.h | ||
svr4_32_ipc.c | ||
svr4_32_ipc.h | ||
svr4_32_lwp.c | ||
svr4_32_lwp.h | ||
svr4_32_misc.c | ||
svr4_32_mod.c | ||
svr4_32_net.c | ||
svr4_32_resource.c | ||
svr4_32_resource.h | ||
svr4_32_schedctl.c | ||
svr4_32_schedctl.h | ||
svr4_32_siginfo.h | ||
svr4_32_signal.c | ||
svr4_32_signal.h | ||
svr4_32_socket.c | ||
svr4_32_socket.h | ||
svr4_32_sockio.c | ||
svr4_32_sockio.h | ||
svr4_32_stat.c | ||
svr4_32_stat.h | ||
svr4_32_statvfs.h | ||
svr4_32_stream.c | ||
svr4_32_stropts.h | ||
svr4_32_syscall.h | ||
svr4_32_syscallargs.h | ||
svr4_32_syscalls.c | ||
svr4_32_sysent.c | ||
svr4_32_termios.c | ||
svr4_32_termios.h | ||
svr4_32_time.h | ||
svr4_32_timod.h | ||
svr4_32_types.h | ||
svr4_32_ucontext.h | ||
svr4_32_ustat.h | ||
svr4_32_util.h | ||
syscalls.conf | ||
syscalls.master |