Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 12/06/2003 04:16:33
Module Name:	src
Committed By:	atatat
Date:		Sat Dec  6 04:16:33 UTC 2003

Modified Files:
	src/sys/kern: kern_exit.c
	src/sys/sys: proc.h sysctl.h

Log Message:
The missing pieces of PROC_PID_STOPEXIT/P_STOPEXIT, a sysctl tweakable
flag that makes a process stop as it exits.


To generate a diff of this commit:
cvs rdiff -r1.129 -r1.130 src/sys/kern/kern_exit.c
cvs rdiff -r1.181 -r1.182 src/sys/sys/proc.h
cvs rdiff -r1.101 -r1.102 src/sys/sys/sysctl.h

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