NetBSD/sys/compat/sunos
thorpej 011d4d5f44 Add kernel support for having userland provide the signal trampoline:
* struct sigacts gets a new sigact_sigdesc structure, which has the
  sigaction and the trampoline/version.  Version 0 means "legacy kernel
  provided trampoline".  Other versions are coordinated with machine-
  dependent code in libc.
* sigaction1() grows two more arguments -- the trampoline pointer and
  the trampoline version.
* A new __sigaction_sigtramp() system call is provided to register a
  trampoline along with a signal handler.
* The handler is no longer passed to sensig() functions.  Instead,
  sendsig() looks up the handler by peeking in the sigacts for the
  process getting the signal (since it has to look in there for the
  trampoline anyway).
* Native sendsig() functions now select the appropriate trampoline and
  its arguments based on the trampoline version in the sigacts.

Changes to libc to use the new facility will be checked in later.  Kernel
version not bumped; we will ride the 1.6C bump made recently.
2002-07-04 23:32:02 +00:00
..
Makefile
files.sunos don't build these files if we're doing compat_netbsd32 as well. 2001-02-02 07:12:27 +00:00
sunos.h Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
sunos_dirent.h Assign copyright to TNF. 1998-09-05 14:50:25 +00:00
sunos_exec.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
sunos_exec.h Added support for running 68010 SunOS executables. 2001-11-26 18:15:16 +00:00
sunos_exec_aout.c Added support for running 68010 SunOS executables. 2001-11-26 18:15:16 +00:00
sunos_ioctl.c Statements must follow labels. 2002-05-30 18:44:30 +00:00
sunos_misc.c Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
sunos_syscall.h move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the 2002-01-03 00:59:00 +00:00
sunos_syscallargs.h move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the 2002-01-03 00:59:00 +00:00
sunos_syscalls.c move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the 2002-01-03 00:59:00 +00:00
sunos_sysent.c move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the 2002-01-03 00:59:00 +00:00
syscalls.conf remove compat_xxx dependencies where they don't belong 1998-12-18 18:49:59 +00:00
syscalls.master move the COMPAT_SUNOS SO_BROADCAST hack out of uipc_socket.c into the 2002-01-03 00:59:00 +00:00