printf core: fix gratuitous integer formatting buffer size
[musl] / include / signal.h
2022-03-08 Szabolcs Nagysignal.h: add new sa_flags from linux v5.11
2022-03-08 Szabolcs Nagysignal.h: add SYS_USER_DISPATCH si_code value from...
2022-03-08 Szabolcs Nagysignal.h: add si_code values for SIGSYS
2021-02-15 Szabolcs Nagysignal.h: add MTE specific SIGSEGV codes from linux...
2020-10-29 James Y Knightadd support for SIGEV_THREAD_ID timers
2019-10-28 Rich Felkeradd time64 symbol name redirects to public headers...
2018-12-10 Szabolcs Nagyadd TRAP_UNK si_code to signal.h from linux v4.18
2018-03-10 Rich Felkerremove spurious const keyword in sigqueue declaration
2018-02-22 Szabolcs Nagysignal.h: add missing SIGTRAP si_codes
2016-08-30 Szabolcs Nagyadd SS_AUTODISARM sigaltstack ss_flags from linux v4...
2016-06-09 Szabolcs Nagyupdate siginfo struct for linux v4.6
2016-01-27 Szabolcs Nagyfix siginfo_t for mips
2016-01-27 Szabolcs Nagymove bits/signal.h include close to the top of signal.h
2015-03-18 Rich Felkerfix MINSIGSTKSZ values for archs with large signal...
2015-03-04 Szabolcs Nagyadd new si_lower and si_upper siginfo_t members
2014-09-10 Rich Felkerfix places where _BSD_SOURCE failed to yield a superset...
2014-05-25 Rich Felkeroverhaul siginfo_t definition in signal.h
2014-03-19 Rich Felkerfix signal.h breakage from moving stack_t to arch-speci...
2014-03-19 Rich Felkermove signal.h definition of stack_t to arch-specific...
2014-01-07 Rich Felkerfix const-correctness in sigandset/sigorset arguments
2013-10-21 Rich Felkerfix multiple minor namespace issues in headers
2013-07-25 Rich Felkerfix incorrect type for new si_call_addr in siginfo_t
2013-07-24 Szabolcs Nagyupdate siginfo according to linux headers
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...
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