NetBSD/sys/compat/svr4_32
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.svr4_32 Use svr4_ttold.c since it has no LP64 issues. 2001-02-19 15:48:59 +00:00
sed.script
svr4_32_acl.h
svr4_32_dirent.h
svr4_32_exec.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
svr4_32_exec.h Adjust to the new copyargs() footprint. 2001-07-29 21:28:45 +00:00
svr4_32_exec_elf32.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
svr4_32_fcntl.c fd_revoke(): don't assume that f_type other DTYPE_VNODE and DTYPE_SOCKET 2002-03-24 15:32:51 +00:00
svr4_32_fcntl.h
svr4_32_filio.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
svr4_32_fuser.h
svr4_32_hrt.h
svr4_32_ioctl.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
svr4_32_ioctl.h
svr4_32_ipc.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
svr4_32_ipc.h
svr4_32_lwp.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
svr4_32_lwp.h
svr4_32_misc.c make signal array handling uniform, and put signal arrays in a separate 2002-03-31 22:22:43 +00:00
svr4_32_net.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
svr4_32_resource.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
svr4_32_resource.h
svr4_32_siginfo.h
svr4_32_signal.c Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
svr4_32_signal.h Add kernel support for having userland provide the signal trampoline: 2002-07-04 23:32:02 +00:00
svr4_32_socket.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
svr4_32_socket.h
svr4_32_sockio.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
svr4_32_sockio.h
svr4_32_stat.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
svr4_32_stat.h
svr4_32_statvfs.h
svr4_32_stream.c make the stackgap_{init,alloc} functions MP friendly (i.e. pass struct proc * 2002-03-16 20:43:48 +00:00
svr4_32_stropts.h
svr4_32_syscall.h add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
svr4_32_syscallargs.h add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
svr4_32_syscalls.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
svr4_32_sysent.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
svr4_32_termios.c add RCSIDs (including regeneration of files as appropriate) 2001-11-13 02:07:52 +00:00
svr4_32_termios.h
svr4_32_time.h
svr4_32_timod.h
svr4_32_types.h
svr4_32_ucontext.h
svr4_32_ustat.h
svr4_32_util.h
syscalls.conf
syscalls.master Use the netbsd32 version of anything that takes args. 2001-08-15 05:18:11 +00:00