NetBSD/sys/compat/common
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 Updated version of cscope/mkid support. Check libkern and compat lib 2002-06-18 23:46:52 +00:00
Makefile.inc
compat_exec.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
compat_util.c panic if more space than stackgaplen is requested. Maybe I should remove the 2002-03-17 00:16:07 +00:00
compat_util.h make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
gen_errno_tables.awk
kern_exit_43.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
kern_info_09.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
kern_info_43.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
kern_ipc_10.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
kern_resource_43.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
kern_sig_13.c Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
kern_sig_43.c Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
kern_xxx_12.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
sysv_ipc_14.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
sysv_msg_14.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
sysv_sem_14.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
sysv_shm_14.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
tty_43.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
uipc_syscalls_43.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
vfs_syscalls_12.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
vfs_syscalls_43.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
vm_12.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
vm_43.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00