about summary refs log tree commit diff
path: root/include/signal.h
Commit message (Collapse)AuthorAgeFilesLines
* implement POSIX timersRich Felker2011-03-291-6/+16
| | | | | | | | this implementation is superior to the glibc/nptl implementation, in that it gives true realtime behavior. there is no risk of timer expiration events being lost due to failed thread creation or failed malloc, because the thread is created as time creation time, and reused until the timer is deleted.
* move the GNU siginfo renaming so it doesn't lead to mismatching namesRich Felker2011-02-201-1/+4
|
* some gnu software wrongly uses "struct siginfo" instead of siginfo_t...Rich Felker2011-02-161-0/+1
|
* fix broken signal.h from header cleanupRich Felker2011-02-151-2/+2
|
* fix some type leakage (timer_t) from x86_64 commitRich Felker2011-02-151-1/+0
|
* Port musl to x86-64. One giant commit!Nicholas J. Kain2011-02-151-0/+1
|
* header cleanup, conformance fixes - signalsRich Felker2011-02-141-13/+19
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+98