Subject: CVS commit: [netbsd-2-0] src/sys/kern
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 04/01/2004 23:28:33
Module Name:	src
Committed By:	jmc
Date:		Thu Apr  1 23:28:33 UTC 2004

Modified Files:
	src/sys/kern [netbsd-2-0]: kern_sig.c

Log Message:
Pullup rev 1.190 (requested by matt in ticket #43)

If a signal is the result of trap, only invoke a supplied handler
if it's not blocked.  Otherwise (it if it blocked or the handler
is set to SIG_IGN) reset the signal back to its default settings
so that a coredump can be generated.


To generate a diff of this commit:
cvs rdiff -r1.189 -r1.189.2.1 src/sys/kern/kern_sig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.