Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 1 | -1/+0 |
2013-03-26 | remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG | Rich Felker | 1 | -1/+1 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 1 | -1/+1 |
2012-08-09 | fix (hopefully) all hard-coded 8's for kernel sigset_t size | Rich Felker | 1 | -2/+2 |
2012-06-02 | remove implementation-reserved bits when saving signal mask | Rich Felker | 1 | -1/+11 |
2011-07-30 | clean up pthread_sigmask/sigprocmask dependency order | Rich Felker | 1 | -3/+3 |
2011-03-09 | fix error handling for pthread_sigmask | Rich Felker | 1 | -0/+10 |