NetBSD/sys/compat/ultrix
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.ultrix Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
syscalls.conf
syscalls.master Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional 2010-03-02 21:07:21 +00:00
ultrix_exec.h Make the emulations, exec formats, coredump, NFS, and the NFS server 2008-11-19 18:35:57 +00:00
ultrix_exec_ecoff.c
ultrix_flock.h Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
ultrix_fs.c Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
ultrix_ioctl.c Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
ultrix_misc.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
ultrix_mod.c COMPAT_ULTRIX does not work on vax because there are no hooks, but make 2008-11-24 11:19:53 +00:00
ultrix_pathname.c Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00
ultrix_syscall.h regen: 2010-03-02 21:14:43 +00:00
ultrix_syscallargs.h regen: 2010-03-02 21:14:43 +00:00
ultrix_syscalls.c regen: 2010-03-02 21:14:43 +00:00
ultrix_sysent.c regen: 2010-03-02 21:14:43 +00:00
ultrix_tty.h Merge from matt-nb5-mips64 2009-12-14 00:47:10 +00:00