net/if.h: add some missing IFF_ constants
[musl] / include / signal.h
2013-03-04 Rich Felkerfix some obscure header type size/alignment issues
2012-12-06 rofl0radd sigandset and sigorset (needed for qemu)
2012-12-03 Rich Felkerfeature test macros: make _GNU_SOURCE enable everything
2012-12-01 Rich Felkerprovide NSIG under _BSD_SOURCE (default) as well as...
2012-11-26 Rich Felkerfixup mcontext stuff to expost gregset_t/fpregset_t...
2012-11-21 Rich Felkeradd back NSIG, removed from powerpc in last commit...
2012-09-08 Rich Felkerdefault features: make musl usable without feature...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-07-12 Rich Felkerfix redef of sigprocmask constants on mips
2012-07-12 Rich Felkermore mips bits-header fixes
2012-05-23 Rich Felkerbsd_signal is a legacy (removed) XSI function, not...
2012-05-23 Rich Felkersupport _BSD_SOURCE feature test macro
2012-04-14 Rich Felkerrename __sa_restorer to sa_restorer in struct sigaction
2012-01-25 Rich Felkerfix typo in FPE_FLTUND definition, signal.h
2011-09-22 Rich Felkerfix missing SIG_DFL, SIG_IGN, SIG_ERR without posix...
2011-09-20 Rich Felkerfix broken siginfo_t with _GNU_SOURCE defined
2011-09-20 Rich Felkeradd some more siginfo aliases broken software expects...
2011-09-20 Rich Felkercleanup redundancy in bits/signal.h versions
2011-09-12 Rich Felkerimplement gnu sigisemptyset
2011-09-02 Rich Felkerfix missing prototypes/wrong signature for psiginfo...
2011-06-16 Rich Felkerfix some struct padding to match LSB/glibc ABI where...
2011-05-05 Rich Felkeradd SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE
2011-04-13 Rich Felkerfix incorrect GNU sighandler_t typedef
2011-03-29 Rich Felkerimplement POSIX timers
2011-02-20 Rich Felkermove the GNU siginfo renaming so it doesn't lead to...
2011-02-17 Rich Felkersome gnu software wrongly uses "struct siginfo" instead...
2011-02-15 Rich Felkerfix broken signal.h from header cleanup
2011-02-15 Rich Felkerfix some type leakage (timer_t) from x86_64 commit
2011-02-15 Nicholas J. KainPort musl to x86-64. One giant commit!
2011-02-15 Rich Felkerheader cleanup, conformance fixes - signals
2011-02-12 Rich Felkerinitial check-in, version 0.5.0