Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 05/04/2004 21:23:39
Module Name:	src
Committed By:	pk
Date:		Tue May  4 21:23:39 UTC 2004

Modified Files:
	src/sys/kern: kern_exit.c

Log Message:
exit1: if !BIGLOCK, once the exiting process has been placed on the zombie
list and the proclist lock is released, we shouldn't touch the process
structure anymore, since it may be collected immediately by a waiting
parent.


To generate a diff of this commit:
cvs rdiff -r1.139 -r1.140 src/sys/kern/kern_exit.c

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