summaryrefslogtreecommitdiff
path: root/src/signal/siglongjmp.c
AgeCommit message (Expand)AuthorLines
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-1/+0
2013-07-24change jmp_buf to share an underlying type and struct tag with sigjmp_bufRich Felker-1/+1
2013-04-26transition to using functions for internal signal blocking/restoringRich Felker-2/+2
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker-1/+1
2012-09-06further use of _Noreturn, for non-plain-C functionsRich Felker-1/+1
2012-08-09fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker-2/+2
2012-07-03jmp_buf overhaul fixing several issuesRich Felker-5/+4
2011-08-05fix off-by-one bug in siglongjmp that caused unpredictable behaviorRich Felker-1/+1
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+12