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