Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-04-17 | redesign sigsetjmp so that signal mask is restored after longjmp | Rich Felker | -1/+0 |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | -1/+0 |
2013-07-24 | change jmp_buf to share an underlying type and struct tag with sigjmp_buf | Rich Felker | -1/+1 |
2013-04-26 | transition to using functions for internal signal blocking/restoring | Rich Felker | -2/+2 |
2013-03-26 | remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG | Rich Felker | -1/+1 |
2012-09-06 | further use of _Noreturn, for non-plain-C functions | Rich Felker | -1/+1 |
2012-08-09 | fix (hopefully) all hard-coded 8's for kernel sigset_t size | Rich Felker | -2/+2 |
2012-07-03 | jmp_buf overhaul fixing several issues | Rich Felker | -5/+4 |
2011-08-05 | fix off-by-one bug in siglongjmp that caused unpredictable behavior | Rich Felker | -1/+1 |
2011-03-25 | fix all implicit conversion between signed/unsigned pointers | Rich Felker | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+12 |