about summary refs log tree commit diff
path: root/src/signal/raise.c
Commit message (Expand)AuthorAgeFilesLines
* optimize raise not to make a syscall for getting tidRich Felker2018-09-011-3/+1
* use tkill instead of tgkill in implementing raiseRich Felker2014-12-181-3/+2
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* transition to using functions for internal signal blocking/restoringRich Felker2013-04-261-2/+2
* optimize/debloat raiseRich Felker2013-04-261-2/+2
* 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