Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 04/03/2004 19:46:10
Module Name: src
Committed By: matt
Date: Sat Apr 3 19:46:10 UTC 2004
Modified Files:
src/sys/kern: kern_sig.c
Log Message:
When a process is being traced (debugged) and a catchable signal arrives,
make sure to save its ksiginfo_t for eventual delivery. This makes debugging
SA_SIGINFO signal handlers work.
To generate a diff of this commit:
cvs rdiff -r1.192 -r1.193 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.