Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
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.
Home |
Main Index |
Thread Index |
Old Index