about summary refs log tree commit diff
path: root/src/signal/raise.c
Commit message (Expand)AuthorAgeFilesLines
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-2/+2
* fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker2012-08-091-2/+3
* overhaul implementation-internal signal protectionsRich Felker2011-05-071-5/+3
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-3/+3
* fix race condition in raise - just mask signalsRich Felker2011-03-091-9/+9
* fix raise semantics with threads.Rich Felker2011-03-091-1/+12
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7