Module Name: src Committed By: kamil Date: Mon May 28 11:32:20 UTC 2018
Modified Files: src/sys/kern: kern_exec.c Log Message: Correct reporting SIGTRAP TRAP_EXEC when SIGTRAP is masked Switch from kpsignal(9) to sigswitch() as it allows to bypass signal masking rules of a crash signal. There are no regressions in existing tests. Sponsored by <The NetBSD Foundation> To generate a diff of this commit: cvs rdiff -u -r1.458 -r1.459 src/sys/kern/kern_exec.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.