NetBSD/sys/compat/linux
erh f747989e34 PR kern/27184: Have linux_sys_waitpid() call linux_sys_wait4() so the
supported options can't get out of sync.  This add support for the
  linux __WCLONE and __WALL options (NetBSD version: WALTSIG and WALLSIG)
Add a diagnostic check to see if the one unhandled option (__WNOTHREAD) is
  specified.
This should prevent linux processes from losing their children and creating
  tons of zombie processes.
2004-10-07 19:30:28 +00:00
..
arch regen: generate struct linux_sys_shmget_args for linux_sys_shmget(2) 2004-10-05 06:02:36 +00:00
common PR kern/27184: Have linux_sys_waitpid() call linux_sys_wait4() so the 2004-10-07 19:30:28 +00:00
Makefile.inc We have CVS; there is no reason to make .bak files when generating the 2003-11-15 20:30:59 +00:00
files.linux
linux_syscall.h
linux_syscallargs.h
linux_syscalls.c