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