K 10 svn:author V 3 yar K 8 svn:date V 27 2002-01-28T19:28:14.000000Z K 7 svn:log V 407 Remove the setjmp/longjmp stuff completely. Use signal handlers to set flags only (with exception for sigquit(), which still seems to call some non-reentrant functions on its way to _exit(2).) That must eliminate the possibility of catching SIGSEGV from following non-reentrant paths from signal handlers. PR: bin/32740 bin/33846 Submitted by: Maxim Konovalov Obtained from: OpenBSD END