about summary refs log tree commit diff
path: root/include/signal.h
Commit message (Expand)AuthorAgeFilesLines
* fix some obscure header type size/alignment issuesRich Felker2013-03-041-1/+1
* add sigandset and sigorset (needed for qemu)rofl0r2012-12-061-0/+3
* feature test macros: make _GNU_SOURCE enable everythingRich Felker2012-12-031-1/+1
* provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCERich Felker2012-11-301-1/+4
* fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker2012-11-251-0/+1
* add back NSIG, removed from powerpc in last commit, but for all archsRich Felker2012-11-211-0/+1
* default features: make musl usable without feature test macrosRich Felker2012-09-071-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-7/+13
* fix redef of sigprocmask constants on mipsRich Felker2012-07-121-2/+0
* more mips bits-header fixesRich Felker2012-07-121-0/+2
* bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCERich Felker2012-05-221-4/+1
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-2/+10
* rename __sa_restorer to sa_restorer in struct sigactionRich Felker2012-04-131-1/+1
* fix typo in FPE_FLTUND definition, signal.hRich Felker2012-01-251-1/+1
* fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.hRich Felker2011-09-211-5/+6
* fix broken siginfo_t with _GNU_SOURCE definedRich Felker2011-09-201-6/+5
* add some more siginfo aliases broken software expects...Rich Felker2011-09-191-0/+2
* cleanup redundancy in bits/signal.h versionsRich Felker2011-09-191-4/+108
* implement gnu sigisemptysetRich Felker2011-09-121-0/+1
* fix missing prototypes/wrong signature for psiginfo, psignalRich Felker2011-09-021-0/+3
* fix some struct padding to match LSB/glibc ABI where it may be helpfulRich Felker2011-06-161-0/+1
* add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCERich Felker2011-05-051-0/+1
* fix incorrect GNU sighandler_t typedefRich Felker2011-04-131-1/+1
* implement POSIX timersRich Felker2011-03-291-6/+16
* 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