NetBSD/sys/compat/mach
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
..
arch/powerpc
files.mach
mach_bootstrap.c
mach_bootstrap.h
mach_clock.c
mach_clock.h
mach_errno.c
mach_errno.h
mach_exception.c
mach_exception.h
mach_exec.c many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
mach_exec.h many changes for COMPAT_LINUX: 2010-07-07 01:30:32 +00:00
mach_host.c
mach_host.h
mach_iokit.c
mach_iokit.h
mach_message.c
mach_message.h
mach_misc.c
mach_notify.c
mach_notify.h
mach_port.c
mach_port.h
mach_semaphore.c
mach_semaphore.h
mach_services_names.c
mach_services.c
mach_services.h
mach_services.master
mach_syscall.h
mach_syscallargs.h
mach_syscalls.c
mach_sysctl.c
mach_sysctl.h
mach_sysent.c
mach_task.c Remove pfind() and pgfind(), fix locking in various broken uses of these. 2010-07-01 02:38:26 +00:00
mach_task.h
mach_thread.c increment p_nrlwps in lwp_create rather than letting callers do so 2010-06-13 04:13:31 +00:00
mach_thread.h
mach_types.h
mach_vm.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
mach_vm.h
Makefile
makemachservices.sh
syscalls.conf
syscalls.master