Source-Changes archive

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

CVS commit: src/sys



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