Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
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.
Home |
Main Index |
Thread Index |
Old Index