Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/21/2002 20:37:55
Module Name:	syssrc
Committed By:	christos
Date:		Mon Oct 21 17:37:54 UTC 2002

Modified Files:
	syssrc/sys/kern: kern_fork.c

Log Message:
Move pid allocation to the bottom of the process allocation, so that we
don't have to deal with partially initialized proc structs in the scheduler.
Pointed out by: Artur Grabowski and Chuck Silvers.


To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 syssrc/sys/kern/kern_fork.c

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