NetBSD/sys/compat/freebsd
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.freebsd split aout and elf32 specific code to separate files 2000-12-01 19:13:47 +00:00
freebsd_exec.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
freebsd_exec.h restructure struct emul and execsw, in preparation to make emulations LKMable: 2000-11-21 00:37:49 +00:00
freebsd_exec_aout.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
freebsd_exec_elf32.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
freebsd_file.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
freebsd_ioctl.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
freebsd_ioctl.h Map the ioctl number of ifioctl ('i') group as much as possible. 2000-10-09 06:19:31 +00:00
freebsd_ipc.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
freebsd_misc.c Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
freebsd_ptrace.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
freebsd_ptrace.h
freebsd_rtprio.h
freebsd_signal.h implement new signal syscalls in FreeBSD 4.0-RELEASE, using native syscalls: 2000-07-18 14:15:05 +00:00
freebsd_syscall.h Regen. 2002-05-03 00:22:16 +00:00
freebsd_syscallargs.h Regen. 2002-05-03 00:22:16 +00:00
freebsd_syscalls.c Regen. 2002-05-03 00:22:16 +00:00
freebsd_sysent.c Regen. 2002-05-03 00:22:16 +00:00
freebsd_timex.h Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
syscalls.conf Round up the sysent table size. 2000-12-09 06:15:42 +00:00
syscalls.master Use #if defined(_LP64) to determine if we're generating 64-bit binaries, 2002-05-03 00:20:56 +00:00