summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/signal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Use sigaction() instead of signal() to avoid pulling in unnecessaryguenther2015-10-251-2/+1
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-2/+2
* Hide __sigintr and __strsignal as internal implementation details.guenther2015-09-091-4/+4
* zap remaining rcsid.espie2005-08-081-4/+1
* XPG specifies bsd_signal(3) so make it an alias for signal(3); OK deraadt@millert2004-05-031-4/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* fix prototypesderaadt1998-06-261-1/+2
* zero sigaction before usederaadt1998-06-031-1/+2
* Fix RCS idstholo1996-08-191-7/+1
* initial import of NetBSD treederaadt1995-10-181-0/+66