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