freebsd-dev/sys/alpha/linux
Marcel Moolenaar 06ebbe77ed 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_dummy.c Reviewed by: Luoqi Chen, Jordan Hubbard 1998-12-19 02:55:34 +00:00
linux_genassym.c Enable vmspace sharing on SMP. Major changes are, 1999-04-28 01:04:33 +00:00
linux_sysvec.c Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h's 1999-06-28 09:12:46 +00:00
linux.h Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. Both 1999-08-14 17:28:46 +00:00
Makefile Be consistant with the other syscall makefile's handling of the default 1997-03-29 11:17:26 +00:00
syscalls.conf Added a null entry for sysmk that is generated by makesyscalls.sh. 1998-03-13 19:13:54 +00:00
syscalls.master Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. These 1999-08-14 17:14:13 +00:00