CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/05/17 17:28:03
Modified files:
sys/kern : init_main.c subr_log.c
sys/sys : systm.h
Log message:
Backout the previous fix for the sendsyslog(2) with LOG_CONS solution.
Permanently holding /dev/console open in the kernel works only until
init(8) calls revoke(2). After that the console device vnode cannot
be used anymore. It still resulted in a hanging init(8) if it tried
to syslog(3) something. With the backout also dmesg -s works again.