summaryrefslogtreecommitdiff
path: root/include/signal.h
AgeCommit message (Expand)AuthorLines
2011-09-21fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.hRich Felker-5/+6
2011-09-20fix broken siginfo_t with _GNU_SOURCE definedRich Felker-6/+5
2011-09-19add some more siginfo aliases broken software expects...Rich Felker-0/+2
2011-09-19cleanup redundancy in bits/signal.h versionsRich Felker-4/+108
2011-09-12implement gnu sigisemptysetRich Felker-0/+1
2011-09-02fix missing prototypes/wrong signature for psiginfo, psignalRich Felker-0/+3
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
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