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:   cdi
Date:           Fri Oct 17 18:16:43 UTC 2003

Modified Files:
        src/sys/conf: files
        src/sys/dev: cons.c cons.h

Log Message:
Introduce null console. This pseudo device acts as a normal console with the
exception that it discards any output, and is useful for booting the kernel
on headless boxes.


To generate a diff of this commit:
cvs rdiff -r1.641 -r1.642 src/sys/conf/files
cvs rdiff -r1.50 -r1.51 src/sys/dev/cons.c
cvs rdiff -r1.21 -r1.22 src/sys/dev/cons.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