Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 04/01/2004 16:56:45
Module Name:	src
Committed By:	matt
Date:		Thu Apr  1 16:56:45 UTC 2004

Modified Files:
	src/sys/kern: kern_sig.c

Log Message:
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 hanlder 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.190 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.