Age | Commit message (Expand) | Author | Lines |
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 |
2011年02月15日 | fix broken signal.h from header cleanup | Rich Felker | -2/+2 |
2011年02月15日 | fix some type leakage (timer_t) from x86_64 commit | Rich Felker | -1/+0 |
2011年02月15日 | Port musl to x86-64. One giant commit! | Nicholas J. Kain | -0/+1 |
2011年02月14日 | header cleanup, conformance fixes - signals | Rich Felker | -13/+19 |
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+98 |