Subject: CVS commit: [nathanw_sa] src/sys/kern
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 01/10/2003 02:04:39
Module Name: src
Committed By: nathanw
Date: Fri Jan 10 00:04:38 UTC 2003
Modified Files:
src/sys/kern [nathanw_sa]: kern_sig.c
Log Message:
When a LWP stops in issignal() because the process state has already
been set to SSTOP, jump into the appropriate section so that a traced,
PT_KILL'd process does not stop again.
Clear p_xstat after reading it in issignal() so that signals are not
taken multiple times.
To generate a diff of this commit:
cvs rdiff -r1.112.2.37 -r1.112.2.38 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.