NetBSD/sys/compat/hpux
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
..
files.hpux make signal array handling uniform, and put signal arrays in a separate 2002-03-31 22:22:43 +00:00
hpux_compat.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
hpux_errno.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_exec_aout.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_exec.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
hpux_exec.h Fix typo in variable name. 2001-09-08 02:35:25 +00:00
hpux_file.c minor indentation fix 2002-03-24 15:03:00 +00:00
hpux_ipc.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
hpux_ipc.h Completely rewrite the HP-UX SVID IPC compat calls. 1999-08-25 04:50:08 +00:00
hpux_net.c sync to new ktrsyscall() interface. 2002-06-21 05:48:06 +00:00
hpux_sig.c Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
hpux_sig.h
hpux_signo.c make signal array handling uniform, and put signal arrays in a separate 2002-03-31 22:22:43 +00:00
hpux_syscall.h add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_syscallargs.h add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_syscalls.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_sysent.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_termio.h
hpux_tty.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
hpux_types.h Erg, fix a typo that snuck in there. 1999-08-23 20:59:33 +00:00
hpux_util.h add e_path (emulation path) to struct emul, which replaces emulation-specific 2000-12-01 12:28:30 +00:00
hpux.h seperate -> separate 2001-07-22 13:33:58 +00:00
Makefile
syscalls.conf
syscalls.master Don't define our own (incorrect!) dup(2); just use the NetBSD version. 2001-06-06 16:17:40 +00:00