freebsd-skq/sys/compat
marcel 195c2867a7 Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Both
functions use the new sigset_t and sigaction_t which allows support for more
than 32 signals. Only the lower 32 signals are supported for now.

linux_rt_sigaction, linux_sigaction and linux_signal use linux_do_sigaction
to do the actual work. That way unnecessary redundancy is avoided. The same
has been done for linux_rt_sigprocmask and linux_sigprocmask. They call
linux_do_sigprocmask to do the actual work.
1999-08-14 17:28:46 +00:00
..
linux Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Both 1999-08-14 17:28:46 +00:00
netbsd Changed inline' to __inline' so that this file can be compiled by 1998-02-03 20:14:35 +00:00
svr4 Avoid possible panic by checking for EFAULT from copyinstr() during 1999-08-14 10:52:33 +00:00