cvs commit: src/sys/kern kern_conf.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Sep 26 11:16:16 PDT 2006
dillon 2006/09/26 11:15:28 PDT
DragonFly src repository
Modified files:
sys/kern kern_conf.c
Log:
Fix a bug in the device intercept code used by /dev/console. The
bug caused device opens on the underlying device to create a new
device instead of using the console intercept, causing make_dev
warnings and preventing getty from operating properly on the console.
Reported-by: "Frank W. Josellis" <frank at xxxxxxxxxxxxxxxxxxxxx>
Revision Changes Path
1.16 +8 -6 src/sys/kern/kern_conf.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_conf.c.diff?r1=1.15&r2=1.16&f=u
More information about the Commits
mailing list