NetBSD/sys/compat/svr4_32
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
..
Makefile
files.svr4_32
sed.script
svr4_32_acl.h
svr4_32_dirent.h
svr4_32_exec.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
svr4_32_exec.h Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly 2009-12-10 14:13:48 +00:00
svr4_32_exec_elf32.c Remove the nameidata from struct exec_package. It was used only for two 2010-05-02 05:30:20 +00:00
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 Use lwp_getpcb() in compat code, clean from struct user. 2009-11-23 00:46:06 +00:00
svr4_32_lwp.h
svr4_32_misc.c Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
svr4_32_mod.c
svr4_32_net.c If a multithreaded app closes an fd while another thread is blocked in 2009-12-20 09:36:05 +00:00
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 Regen (new makesyscalls.sh) 2009-12-14 00:53:32 +00:00
svr4_32_syscallargs.h Regen (new makesyscalls.sh) 2009-12-14 00:53:32 +00:00
svr4_32_syscalls.c Regen (new makesyscalls.sh) 2009-12-14 00:53:32 +00:00
svr4_32_sysent.c Regen (new makesyscalls.sh) 2009-12-14 00:53:32 +00:00
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