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/03/2003 23:42:51
Module Name:	src
Committed By:	nathanw
Date:		Fri Jan  3 21:42:51 UTC 2003

Modified Files:
	src/sys/kern [nathanw_sa]: kern_sig.c

Log Message:
Klugdging proc_unstop() for the benefit of SIGKILL had unfortunate
effects on SIGCONT. Add another kludge for SIGCONT.

Fixes the phenomenon of programs in sawait silently exiting after
reciving a stop/continue sequence (such as ^Z/fg).


To generate a diff of this commit:
cvs rdiff -r1.112.2.35 -r1.112.2.36 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.