about summary refs log tree commit diff
path: root/include/signal.h
Commit message (Expand)AuthorAgeFilesLines
* signal.h: add new sa_flags from linux v5.11Szabolcs Nagy2022-03-081-0/+3
* signal.h: add SYS_USER_DISPATCH si_code value from linux v5.11Szabolcs Nagy2022-03-081-0/+1
* signal.h: add si_code values for SIGSYSSzabolcs Nagy2022-03-081-0/+2
* signal.h: add MTE specific SIGSEGV codes from linux v5.10Szabolcs Nagy2021-02-151-0/+2
* add support for SIGEV_THREAD_ID timersJames Y Knight2020-10-281-3/+13
* add time64 symbol name redirects to public headers, under arch controlRich Felker2019-10-281-0/+8
* add TRAP_UNK si_code to signal.h from linux v4.18Szabolcs Nagy2018-12-091-0/+1
* remove spurious const keyword in sigqueue declarationRich Felker2018-03-101-1/+1
* signal.h: add missing SIGTRAP si_codesSzabolcs Nagy2018-02-221-0/+2
* add SS_AUTODISARM sigaltstack ss_flags from linux v4.7 to signal.hSzabolcs Nagy2016-08-301-0/+2
* update siginfo struct for linux v4.6Szabolcs Nagy2016-06-091-6/+11
* fix siginfo_t for mipsSzabolcs Nagy2016-01-261-0/+4
* move bits/signal.h include close to the top of signal.hSzabolcs Nagy2016-01-261-6/+12
* fix MINSIGSTKSZ values for archs with large signal contextsRich Felker2015-03-181-2/+0
* add new si_lower and si_upper siginfo_t membersSzabolcs Nagy2015-03-041-0/+7
* fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCERich Felker2014-09-101-1/+1
* overhaul siginfo_t definition in signal.hRich Felker2014-05-241-23/+28
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-181-0/+2
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-181-6/+0
* fix const-correctness in sigandset/sigorset argumentsRich Felker2014-01-071-2/+2
* fix multiple minor namespace issues in headersRich Felker2013-10-201-4/+1
* fix incorrect type for new si_call_addr in siginfo_tRich Felker2013-07-241-3/+3
* update siginfo according to linux headersSzabolcs Nagy2013-07-241-1/+13
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-17/+15
* 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