Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/24/2000 10:03:20
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Jan 24 18:03:20 UTC 2000

Modified Files:
	syssrc/sys/kern: init_main.c subr_autoconf.c
	syssrc/sys/sys: device.h

Log Message:
Add a `config_pending' semaphore to block mounting of the root file system
until all device driver discovery threads have had a chance to do their
work.  This in turn blocks initproc's exec of init(8) until root is
mounted and process start times and CWD info has been fixed up.

Addresses kern/9247.


To generate a diff of this commit:
cvs rdiff -r1.162 -r1.163 syssrc/sys/kern/init_main.c
cvs rdiff -r1.46 -r1.47 syssrc/sys/kern/subr_autoconf.c
cvs rdiff -r1.35 -r1.36 syssrc/sys/sys/device.h

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