summaryrefslogtreecommitdiff
path: root/include/signal.h
AgeCommit message (Collapse)AuthorLines
2011-06-16fix some struct padding to match LSB/glibc ABI where it may be helpfulRich Felker-0/+1
2011-05-05add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCERich Felker-0/+1
2011-04-13fix incorrect GNU sighandler_t typedefRich Felker-1/+1
2011-03-29implement POSIX timersRich Felker-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.
2011-02-20move the GNU siginfo renaming so it doesn't lead to mismatching namesRich Felker-1/+4
2011-02-16some gnu software wrongly uses "struct siginfo" instead of siginfo_t...Rich Felker-0/+1
2011-02-15fix broken signal.h from header cleanupRich Felker-2/+2
2011-02-15fix some type leakage (timer_t) from x86_64 commitRich Felker-1/+0
2011-02-15Port musl to x86-64. One giant commit!Nicholas J. Kain-0/+1
2011-02-14header cleanup, conformance fixes - signalsRich Felker-13/+19
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+98