NetBSD/sys/compat/irix
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.irix When sproc is used to create a share group with shared memory, there is a 2002-06-12 20:33:20 +00:00
irix_dirent.c
irix_errno.c
irix_errno.h
irix_exec_elf32.c
irix_exec.c When sproc is used to create a share group with shared memory, there is a 2002-06-12 20:33:20 +00:00
irix_exec.h When sproc is used to create a share group with shared memory, there is a 2002-06-12 20:33:20 +00:00
irix_fcntl.c Don't use SVR4 code for fcntl(F_GETFL) and fcntl(F_SETFL) because the constant 2002-06-01 16:16:36 +00:00
irix_fcntl.h Don't use SVR4 code for fcntl(F_GETFL) and fcntl(F_SETFL) because the constant 2002-06-01 16:16:36 +00:00
irix_ioctl.c
irix_ioctl.h
irix_kmem.c
irix_kmem.h
irix_misc.c - the signal trampoline address is now copied during a fork(). This avoids 2002-05-28 21:15:41 +00:00
irix_mman.c When sproc is used to create a share group with shared memory, there is a 2002-06-12 20:33:20 +00:00
irix_mman.h
irix_mount.c
irix_prctl.c When sproc is used to create a share group with shared memory, there is a 2002-06-12 20:33:20 +00:00
irix_prctl.h When sproc is used to create a share group with shared memory, there is a 2002-06-12 20:33:20 +00:00
irix_resource.c Two forgotten files in last commit for get/setrlimit 2002-06-14 20:33:11 +00:00
irix_resource.h Two forgotten files in last commit for get/setrlimit 2002-06-14 20:33:11 +00:00
irix_signal.c Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
irix_signal.h Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
irix_stat.c
irix_swap.c
irix_swap.h
irix_syscall.h When sproc is used to create a share group with shared memory, there is a 2002-06-12 20:33:20 +00:00
irix_syscallargs.h When sproc is used to create a share group with shared memory, there is a 2002-06-12 20:33:20 +00:00
irix_syscalls.c When sproc is used to create a share group with shared memory, there is a 2002-06-12 20:33:20 +00:00
irix_sysent.c When sproc is used to create a share group with shared memory, there is a 2002-06-12 20:33:20 +00:00
irix_sysmp.c
irix_sysmp.h
irix_syssgi.c When sproc is used to create a share group with shared memory, there is a 2002-06-12 20:33:20 +00:00
irix_syssgi.h
irix_systeminfo.c
irix_types.h When sproc is used to create a share group with shared memory, there is a 2002-06-12 20:33:20 +00:00
irix_usema.c Improved support for polling semaphores: when a polling semaphore is unblocked, 2002-05-30 05:16:10 +00:00
irix_usema.h Improved support for polling semaphores: when a polling semaphore is unblocked, 2002-05-30 05:16:10 +00:00
Makefile
syscalls.conf
syscalls.master When sproc is used to create a share group with shared memory, there is a 2002-06-12 20:33:20 +00:00