summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_signal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove the Linux emulation code, no longer referenced by anythingnaddy2016-03-021-935/+0
* make sigprocmask(2) not take the kernel lockpelikan2015-02-091-20/+9
* Move p_emul and p_sigcode from proc to process.guenther2014-03-261-5/+5
* bzero -> memsettedu2014-01-211-4/+4
* Implement linux_sys_tgkill.pirofti2012-06-191-1/+26
* Add entries in compat signal mapping arrays for SIGTHR.jsg2009-12-091-1/+2
* spl0() is not your friend, use splx() instead.miod2008-05-011-7/+10
* fix off by one signal checks. thanks yichen's checkertedu2003-02-251-3/+3
* Correct linux-compat sigaltstack implementation.niklas2001-08-091-10/+21
* Convert array lookups to function calls that are bounds checkedcsapuntz2001-07-271-1/+21
* Silently ignore signals we don't handle; idea from NetBSD. Ok deraadt@tholo2001-04-091-7/+31
* On popular demand, the Linux-compatibility clone(2) implementation basedniklas2001-04-021-9/+9
* Implement sigaltstackniklas2000-06-071-34/+81
* Implement rt_sigaction, rt_sigprocmask, rt_sigpending & rt_sigsuspend.jasoni2000-03-131-1/+172
* Add support for the new sigset_t and sigaction.jasoni2000-03-081-46/+172
* range check signal [] conversionsderaadt1998-12-221-1/+9
* rename sa_handler to sa__handlerderaadt1997-06-021-3/+3
* Good fixes and changes from latest Net.mickey1996-04-171-5/+14
* initial import of NetBSD treederaadt1995-10-181-0/+501