Date: Fri, 15 Mar 1996 00:01:34 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_sig.c src/sys/sys signalvar.h Message-ID: <199603150801.AAA11791@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/03/15 00:01:34 Modified: sys/kern kern_sig.c sys/sys signalvar.h Log: Actually implement SA_RESETHAND - some of the sigaction code recognised it but didn't actually do anything with it (*blush*). This should fix bde's test case where the test program set SA_RESETHAND and when reading it back, it was gone. Tweak/optimize SA_NODEFER so that the implementation is a little simpler and does not incur (slight) overhead for every signal at delivery time. Revision Changes Path 1.22 +27 -11 src/sys/kern/kern_sig.c 1.12 +2 -3 src/sys/sys/signalvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603150801.AAA11791>