48 Commits (729fef0a9358e2f6f1cd8c75a1a0f7ee48b08c95)

Author SHA1 Message Date
Rich Felker f9c2498fee remove spurious const keyword in sigqueue declaration 8 years ago
Szabolcs Nagy 38e81ddc04 signal.h: add missing SIGTRAP si_codes 8 years ago
Szabolcs Nagy 9680e1d03a add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.h 10 years ago
Szabolcs Nagy 19f87240d5 update siginfo struct for linux v4.6 10 years ago
Szabolcs Nagy 9a3b8f97a1 fix siginfo_t for mips 10 years ago
Szabolcs Nagy 22f84829af move bits/signal.h include close to the top of signal.h 10 years ago
Rich Felker d5a5045382 fix MINSIGSTKSZ values for archs with large signal contexts 11 years ago
Szabolcs Nagy ad85fcb568 add new si_lower and si_upper siginfo_t members 11 years ago
Rich Felker ab8f6a6e42 fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE 12 years ago
Rich Felker 44d28e5512 overhaul siginfo_t definition in signal.h 12 years ago
Rich Felker 9505bfbc40 fix signal.h breakage from moving stack_t to arch-specific bits 12 years ago
Rich Felker bd5f221eaa move signal.h definition of stack_t to arch-specific bits 12 years ago
Rich Felker 3500555db3 fix const-correctness in sigandset/sigorset arguments 12 years ago
Rich Felker 8f0359605a fix multiple minor namespace issues in headers 13 years ago
Rich Felker a926fe26c1 fix incorrect type for new si_call_addr in siginfo_t 13 years ago
Szabolcs Nagy b54f169bfd update siginfo according to linux headers 13 years ago
Rich Felker 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
Rich Felker 8c741783fc fix some obscure header type size/alignment issues 13 years ago
rofl0r a1990e1e83 add sigandset and sigorset (needed for qemu) 14 years ago
Rich Felker 769fd4ce20 feature test macros: make _GNU_SOURCE enable everything 14 years ago
Rich Felker 7dcb640da3 provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCE 14 years ago
Rich Felker a8da6c2f28 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate 14 years ago
Rich Felker 65b98213e4 add back NSIG, removed from powerpc in last commit, but for all archs 14 years ago
Rich Felker c1a9658bd1 default features: make musl usable without feature test macros 14 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker 90e123f4a8 fix redef of sigprocmask constants on mips 14 years ago
Rich Felker ba8a96b068 more mips bits-header fixes 14 years ago
Rich Felker 9f370fa99e bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE 14 years ago
Rich Felker 419ae6d5c9 support _BSD_SOURCE feature test macro 14 years ago
Rich Felker 0115a6ed96 rename __sa_restorer to sa_restorer in struct sigaction 14 years ago
Rich Felker 8eb9a3afba fix typo in FPE_FLTUND definition, signal.h 14 years ago
Rich Felker 81a5577a86 fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.h 15 years ago
Rich Felker 03a8362930 fix broken siginfo_t with _GNU_SOURCE defined 15 years ago
Rich Felker 8c07f6eac8 add some more siginfo aliases broken software expects... 15 years ago
Rich Felker f780ac5baf cleanup redundancy in bits/signal.h versions 15 years ago
Rich Felker fb80e047cc implement gnu sigisemptyset 15 years ago
Rich Felker adb7093caa fix missing prototypes/wrong signature for psiginfo, psignal 15 years ago
Rich Felker 7f5471529c fix some struct padding to match LSB/glibc ABI where it may be helpful 15 years ago
Rich Felker 202911435b add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE 15 years ago
Rich Felker 0f5b43550c fix incorrect GNU sighandler_t typedef 15 years ago
Rich Felker 80c4dcd253 implement POSIX timers 15 years ago
Rich Felker 855df698c4 move the GNU siginfo renaming so it doesn't lead to mismatching names 15 years ago
Rich Felker 417dbe92cb some gnu software wrongly uses "struct siginfo" instead of siginfo_t... 15 years ago
Rich Felker 3eb9feaa88 fix broken signal.h from header cleanup 15 years ago
Rich Felker 44460c6d1e fix some type leakage (timer_t) from x86_64 commit 15 years ago
Nicholas J. Kain 1e12632591 Port musl to x86-64. One giant commit! 15 years ago
Rich Felker 1322cb82a3 header cleanup, conformance fixes - signals 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago