NetBSD/sys/compat/linux
thorpej c581bf97c5 A few things to make the Linux clone(2) emulation work a bit better:
- When the exit signal is specified to be 0, don't just assume they
  meant SIGCHLD.  In the Linux world, this appears to mean "don't deliver
  an exit signal at all".
- Simplify P_EXITSIG(); don't check against initproc here, just change
  the exit signal to SIGCHLD if reparenting to initproc.

A very simple clone(2) test program now works, and the MpegTV package
starts, but doesn't run properly yet (I believe there is a separate
bug which keeps it from working properly).
1999-07-15 23:18:41 +00:00
..
arch Regen. 1999-05-14 18:44:15 +00:00
common A few things to make the Linux clone(2) emulation work a bit better: 1999-07-15 23:18:41 +00:00
files.linux
linux_syscall.h
linux_syscallargs.h
linux_syscalls.c
Makefile.inc
TODO