NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/49709 CVS commit: src/sys



The following reply was made to PR kern/49709; it has been noted by GNATS.

From: "matthew green" <mrg%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49709 CVS commit: src/sys
Date: Fri, 6 Mar 2015 09:28:16 +0000

 Module Name:	src
 Committed By:	mrg
 Date:		Fri Mar  6 09:28:16 UTC 2015
 
 Modified Files:
 	src/sys/kern: init_main.c subr_autoconf.c
 	src/sys/sys: device.h
 
 Log Message:
 wait for config_mountroot threads to complete before we tell init it
 can start up.  this solves the problem where a console device needs
 mountroot to complete attaching, and must create wsdisplay0 before
 init tries to open /dev/console.  fixes PR#49709.
 
 XXX: pullup-7
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.461 -r1.462 src/sys/kern/init_main.c
 cvs rdiff -u -r1.233 -r1.234 src/sys/kern/subr_autoconf.c
 cvs rdiff -u -r1.146 -r1.147 src/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