NetBSD/sys/compat/linux/i386
mycroft fb526e055c Substantial signal handling changes:
* Increase the size of sigset_t to accomodate 128 signals -- adding new
  versions of sys_setprocmask(), sys_sigaction(), sys_sigpending() and
  sys_sigsuspend() to handle the changed arguments.
* Abstract the guts of sys_sigaltstack(), sys_setprocmask(), sys_sigaction(),
  sys_sigpending() and sys_sigsuspend() into separate functions, and call them
  from all the emulations rather than hard-coding everything.  (Avoids uses
  the stackgap crap for these system calls.)
* Add a new flag (p_checksig) to indicate that a process may have signals
  pending and userret() needs to do the full (slow) check.
* Eliminate SAS_ALTSTACK; it's exactly the inverse of SS_DISABLE.
* Correct emulation bugs with restoring SS_ONSTACK.
* Make the signal mask in the sigcontext always use the emulated mask format.
* Store signals internally in sigaction structures, rather than maintaining a
  bunch of little sigsets for each SA_* bit.
* Keep track of where we put the signal trampoline, rather than figuring it out
  in *_sendsig().
* Issue a warning when a non-emulated sigaction bit is observed.
* Add missing emulated signals, and a native SIGPWR (currently not used).
* Implement the `not reset when caught' semantics for relevant signals.

Note: Only code touched by the i386 port has been modified.  Other ports and
emulations need to be updated.
1998-09-11 12:50:05 +00:00
..
linux_errno.h Added Linux compat code. 1995-02-28 23:24:35 +00:00
linux_fcntl.h Added Linux compat code. 1995-02-28 23:24:35 +00:00
linux_ioctl.h PR/4794: Urban Boquist: Linux cdrom ioctls are missing 1998-01-15 14:52:11 +00:00
linux_machdep.c Substantial signal handling changes: 1998-09-11 12:50:05 +00:00
linux_machdep.h Substantial signal handling changes: 1998-09-11 12:50:05 +00:00
linux_mmap.h Added Linux compat code. 1995-02-28 23:24:35 +00:00
linux_sigarray.c Substantial signal handling changes: 1998-09-11 12:50:05 +00:00
linux_signal.h Substantial signal handling changes: 1998-09-11 12:50:05 +00:00
linux_socket.h Convert TCP socket options. 1995-05-28 10:16:32 +00:00
linux_termios.h RCSID Police. 1998-01-05 17:51:27 +00:00
linux_types.h Update list of Linux syscalls and implement the ones that are likely to be 1996-05-20 01:59:09 +00:00
syscalls.conf Added Linux compat code. 1995-02-28 23:24:35 +00:00
syscalls.master Substantial signal handling changes: 1998-09-11 12:50:05 +00:00