Date: Sat, 30 Mar 1996 07:15:33 -0800 (PST) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_sig.c Message-ID: <199603301515.HAA09481@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/03/30 07:15:32 Modified: sys/kern kern_sig.c Log: Correct the handling of NOCLDSTOP when using sigvec() Make the SA_NODEFER handling more correct, previously if you called sigaction to set a handler and had SA_NODEFER set, and manually masked the signal itself in sa_mask, and when you read the settings back later, you'd find SA_NODEFER incorrectly cleared. Pointed out by: bde Revision Changes Path 1.23 +24 -12 src/sys/kern/kern_sig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603301515.HAA09481>
