Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/27/2003 23:16:47
Module Name:	src
Committed By:	manu
Date:		Thu Nov 27 23:16:47 UTC 2003

Modified Files:
	src/sys/kern: kern_sig.c
	src/sys/sys: proc.h

Log Message:
Make the wakeup optionnal in proc_stop, so that it is possible to stop a
process without waking up its parent.


To generate a diff of this commit:
cvs rdiff -r1.179 -r1.180 src/sys/kern/kern_sig.c
cvs rdiff -r1.177 -r1.178 src/sys/sys/proc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.