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