| Commit message (Expand) | Author | Age | Files | Lines |
* | signal.h: add new sa_flags from linux v5.11 | Szabolcs Nagy | 2022-03-08 | 1 | -0/+3 |
* | signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11 | Szabolcs Nagy | 2022-03-08 | 1 | -0/+1 |
* | signal.h: add si_code values for SIGSYS | Szabolcs Nagy | 2022-03-08 | 1 | -0/+2 |
* | signal.h: add MTE specific SIGSEGV codes from linux v5.10 | Szabolcs Nagy | 2021-02-15 | 1 | -0/+2 |
* | add support for SIGEV_THREAD_ID timers | James Y Knight | 2020-10-28 | 1 | -3/+13 |
* | add time64 symbol name redirects to public headers, under arch control | Rich Felker | 2019-10-28 | 1 | -0/+8 |
* | add TRAP_UNK si_code to signal.h from linux v4.18 | Szabolcs Nagy | 2018-12-09 | 1 | -0/+1 |
* | remove spurious const keyword in sigqueue declaration | Rich Felker | 2018-03-10 | 1 | -1/+1 |
* | signal.h: add missing SIGTRAP si_codes | Szabolcs Nagy | 2018-02-22 | 1 | -0/+2 |
* | add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.h | Szabolcs Nagy | 2016-08-30 | 1 | -0/+2 |
* | update siginfo struct for linux v4.6 | Szabolcs Nagy | 2016-06-09 | 1 | -6/+11 |
* | fix siginfo_t for mips | Szabolcs Nagy | 2016-01-26 | 1 | -0/+4 |
* | move bits/signal.h include close to the top of signal.h | Szabolcs Nagy | 2016-01-26 | 1 | -6/+12 |
* | fix MINSIGSTKSZ values for archs with large signal contexts | Rich Felker | 2015-03-18 | 1 | -2/+0 |
* | add new si_lower and si_upper siginfo_t members | Szabolcs Nagy | 2015-03-04 | 1 | -0/+7 |
* | fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE | Rich Felker | 2014-09-10 | 1 | -1/+1 |
* | overhaul siginfo_t definition in signal.h | Rich Felker | 2014-05-24 | 1 | -23/+28 |
* | fix signal.h breakage from moving stack_t to arch-specific bits | Rich Felker | 2014-03-18 | 1 | -0/+2 |
* | move signal.h definition of stack_t to arch-specific bits | Rich Felker | 2014-03-18 | 1 | -6/+0 |
* | fix const-correctness in sigandset/sigorset arguments | Rich Felker | 2014-01-07 | 1 | -2/+2 |
* | fix multiple minor namespace issues in headers | Rich Felker | 2013-10-20 | 1 | -4/+1 |
* | fix incorrect type for new si_call_addr in siginfo_t | Rich Felker | 2013-07-24 | 1 | -3/+3 |
* | update siginfo according to linux headers | Szabolcs Nagy | 2013-07-24 | 1 | -1/+13 |
* | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 2013-07-22 | 1 | -17/+15 |
* | fix some obscure header type size/alignment issues | Rich Felker | 2013-03-04 | 1 | -1/+1 |
* | add sigandset and sigorset (needed for qemu) | rofl0r | 2012-12-06 | 1 | -0/+3 |
* | feature test macros: make _GNU_SOURCE enable everything | Rich Felker | 2012-12-03 | 1 | -1/+1 |
* | provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCE | Rich Felker | 2012-11-30 | 1 | -1/+4 |
* | fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate | Rich Felker | 2012-11-25 | 1 | -0/+1 |
* | add back NSIG, removed from powerpc in last commit, but for all archs | Rich Felker | 2012-11-21 | 1 | -0/+1 |
* | default features: make musl usable without feature test macros | Rich Felker | 2012-09-07 | 1 | -5/+1 |
* | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 2012-09-06 | 1 | -7/+13 |
* | fix redef of sigprocmask constants on mips | Rich Felker | 2012-07-12 | 1 | -2/+0 |
* | more mips bits-header fixes | Rich Felker | 2012-07-12 | 1 | -0/+2 |
* | bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE | Rich Felker | 2012-05-22 | 1 | -4/+1 |
* | support _BSD_SOURCE feature test macro | Rich Felker | 2012-05-22 | 1 | -2/+10 |
* | rename __sa_restorer to sa_restorer in struct sigaction | Rich Felker | 2012-04-13 | 1 | -1/+1 |
* | fix typo in FPE_FLTUND definition, signal.h | Rich Felker | 2012-01-25 | 1 | -1/+1 |
* | fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.h | Rich Felker | 2011-09-21 | 1 | -5/+6 |
* | fix broken siginfo_t with _GNU_SOURCE defined | Rich Felker | 2011-09-20 | 1 | -6/+5 |
* | add some more siginfo aliases broken software expects... | Rich Felker | 2011-09-19 | 1 | -0/+2 |
* | cleanup redundancy in bits/signal.h versions | Rich Felker | 2011-09-19 | 1 | -4/+108 |
* | implement gnu sigisemptyset | Rich Felker | 2011-09-12 | 1 | -0/+1 |
* | fix missing prototypes/wrong signature for psiginfo, psignal | Rich Felker | 2011-09-02 | 1 | -0/+3 |
* | fix some struct padding to match LSB/glibc ABI where it may be helpful | Rich Felker | 2011-06-16 | 1 | -0/+1 |
* | add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE | Rich Felker | 2011-05-05 | 1 | -0/+1 |
* | fix incorrect GNU sighandler_t typedef | Rich Felker | 2011-04-13 | 1 | -1/+1 |
* | implement POSIX timers | Rich Felker | 2011-03-29 | 1 | -6/+16 |
* | move the GNU siginfo renaming so it doesn't lead to mismatching names | Rich Felker | 2011-02-20 | 1 | -1/+4 |
* | some gnu software wrongly uses "struct siginfo" instead of siginfo_t... | Rich Felker | 2011-02-16 | 1 | -0/+1 |