about summary refs log tree commit diff
path: root/src/signal/raise.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | a signal handler could fork after the pid/tid were read, causing the wrong process to be signalled. i'm not sure if this is supposed to have UB or not, but raise is async-signal-safe, so it probably is allowed. the current solution is slightly expensive so this implementation is likely to be changed in the future.
* 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