NetBSD/sys/compat/freebsd
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.freebsd
freebsd_exec.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
freebsd_exec.h Change u_long to vaddr_t/vsize_t in exec code where appropriate (mostly 2009-12-10 14:13:48 +00:00
freebsd_exec_aout.c
freebsd_exec_elf32.c
freebsd_file.c regen: 2010-03-02 21:14:43 +00:00
freebsd_fork.c
freebsd_fork.h
freebsd_ioctl.c
freebsd_ioctl.h
freebsd_ipc.c
freebsd_misc.c
freebsd_mman.h
freebsd_mod.c
freebsd_ptrace.c Use lwp_getpcb() in compat code, clean from struct user. 2009-11-23 00:46:06 +00:00
freebsd_ptrace.h
freebsd_rtprio.h
freebsd_sched.c
freebsd_sched.h
freebsd_signal.h
freebsd_syscall.h regen: 2010-03-02 21:14:43 +00:00
freebsd_syscallargs.h regen: 2010-03-02 21:14:43 +00:00
freebsd_syscalls.c regen: 2010-03-02 21:14:43 +00:00
freebsd_sysctl.c
freebsd_sysctl.h
freebsd_sysent.c regen: 2010-03-02 21:14:43 +00:00
freebsd_timex.h
syscalls.conf
syscalls.master Kill fs_nfs.h and #ifdef NFS by making getfh() support unconditional 2010-03-02 21:07:21 +00:00