summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_signal.c
AgeCommit message (Expand)Author
2015-02-09make sigprocmask(2) not take the kernel lockMartin Pelikan
2014-03-26Move p_emul and p_sigcode from proc to process.Philip Guenther
2014-01-21bzero -> memsetTed Unangst
2012-06-19Implement linux_sys_tgkill.Paul Irofti
2009-12-09Add entries in compat signal mapping arrays for SIGTHR.Jonathan Gray
2008-05-01spl0() is not your friend, use splx() instead.Miod Vallat
2003-02-25fix off by one signal checks. thanks yichen's checkerTed Unangst
2001-08-09Correct linux-compat sigaltstack implementation.Niklas Hallqvist
2001-07-27Convert array lookups to function calls that are bounds checkedConstantine Sapuntzakis
2001-04-09Silently ignore signals we don't handle; idea from NetBSD. Ok deraadt@Thorsten Lockert
2001-04-02On popular demand, the Linux-compatibility clone(2) implementation basedNiklas Hallqvist
2000-06-07Implement sigaltstackNiklas Hallqvist
2000-03-13Implement rt_sigaction, rt_sigprocmask, rt_sigpending & rt_sigsuspend.jasoni
2000-03-08Add support for the new sigset_t and sigaction.jasoni
1998-12-22range check signal [] conversionsTheo de Raadt
1997-06-02rename sa_handler to sa__handlerTheo de Raadt
1996-04-17Good fixes and changes from latest Net.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt