aboutsummaryrefslogtreecommitdiff
path: root/include/signal.h
AgeCommit message (Expand)Author
2022-03-08signal.h: add new sa_flags from linux v5.11Szabolcs Nagy
2022-03-08signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11Szabolcs Nagy
2022-03-08signal.h: add si_code values for SIGSYSSzabolcs Nagy
2021-02-15signal.h: add MTE specific SIGSEGV codes from linux v5.10Szabolcs Nagy
2020-10-28add support for SIGEV_THREAD_ID timersJames Y Knight
2019-10-28add time64 symbol name redirects to public headers, under arch controlRich Felker
2018-12-09add TRAP_UNK si_code to signal.h from linux v4.18Szabolcs Nagy
2018-03-10remove spurious const keyword in sigqueue declarationRich Felker
2018-02-22signal.h: add missing SIGTRAP si_codesSzabolcs Nagy
2016-08-30add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.hSzabolcs Nagy
2016-06-09update siginfo struct for linux v4.6Szabolcs Nagy
2016-01-26fix siginfo_t for mipsSzabolcs Nagy
2016-01-26move bits/signal.h include close to the top of signal.hSzabolcs Nagy
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker
2015-03-04add new si_lower and si_upper siginfo_t membersSzabolcs Nagy
2014-09-10fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCERich Felker
2014-05-24overhaul siginfo_t definition in signal.hRich Felker
2014-03-18fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker
2014-03-18move signal.h definition of stack_t to arch-specific bitsRich Felker
2014-01-07fix const-correctness in sigandset/sigorset argumentsRich Felker
2013-10-20fix multiple minor namespace issues in headersRich Felker
2013-07-24fix incorrect type for new si_call_addr in siginfo_tRich Felker
2013-07-24update siginfo according to linux headersSzabolcs Nagy
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker
2013-03-04fix some obscure header type size/alignment issuesRich Felker
2012-12-06add sigandset and sigorset (needed for qemu)rofl0r
2012-12-03feature test macros: make _GNU_SOURCE enable everythingRich Felker
2012-11-30provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCERich Felker
2012-11-25fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker
2012-11-21add back NSIG, removed from powerpc in last commit, but for all archsRich Felker
2012-09-07default features: make musl usable without feature test macrosRich Felker
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker
2012-07-12fix redef of sigprocmask constants on mipsRich Felker
2012-07-12more mips bits-header fixesRich Felker
2012-05-22bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCERich Felker
2012-05-22support _BSD_SOURCE feature test macroRich Felker
2012-04-13rename __sa_restorer to sa_restorer in struct sigactionRich Felker
2012-01-25fix typo in FPE_FLTUND definition, signal.hRich Felker
2011-09-21fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.hRich Felker
2011-09-20fix broken siginfo_t with _GNU_SOURCE definedRich Felker
2011-09-19add some more siginfo aliases broken software expects...Rich Felker
2011-09-19cleanup redundancy in bits/signal.h versionsRich Felker
2011-09-12implement gnu sigisemptysetRich Felker
2011-09-02fix missing prototypes/wrong signature for psiginfo, psignalRich Felker
2011-06-16fix some struct padding to match LSB/glibc ABI where it may be helpfulRich Felker
2011-05-05add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCERich Felker
2011-04-13fix incorrect GNU sighandler_t typedefRich Felker
2011-03-29implement POSIX timersRich Felker
2011-02-20move the GNU siginfo renaming so it doesn't lead to mismatching namesRich Felker
2011-02-16some gnu software wrongly uses "struct siginfo" instead of siginfo_t...Rich Felker