summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_cons.c
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Include the nulterm byte in the sysctl string.ian2015-03-151-1/+2
* Rework r276532 a bit. Always avoid recursing into the console drivershselasky2015-01-031-7/+8
* The "cnputs_mtx" mutex must be allowed to recurse. Debug prints and/orhselasky2015-01-021-1/+7
* Stop using early_putc immediately after configuring console with cninit()zbb2014-11-191-0/+7
* Enable vt(4) by defaultdumbbell2014-11-041-3/+3
* Convert from timeout(9) to callout(9).jhb2014-09-221-1/+9
* Fix typos in VTY constant names from r268158emaste2014-07-021-2/+2
* Prefer vt(4) for UEFI bootemaste2014-07-021-0/+18
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-3/+3
* Revert r267961, r267973:gjb2014-06-271-3/+3
* Add CTLFLAG_NOFETCH flag; console vty code runs before tunable fetchemaste2014-06-271-3/+3
* Use a common tunable to choose between vt(4)/sc(4)emaste2014-06-271-0/+43
* Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf()ian2014-02-121-0/+9
* Delete echoed doesn't rub out the previous character, so alwaysimp2013-12-311-4/+2
* cngetc: use cpu_spinwait to ease the cncheckc loop a tiny bitavg2012-10-061-1/+1
* belatedly transfer copyrights from libkern/gets.c to kern_cons.cavg2011-12-171-0/+3
* introduce cngets, a method for kernel to read a string from consoleavg2011-12-171-0/+49
* introduce cngrab/cnungrab stub calls in some places where they make senseavg2011-12-171-0/+2
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+26
* Add descriptions to a handful of sysctl nodes.gavin2010-08-091-3/+5
* Allow multiple console devices per driver without insane code duplication.ed2009-08-241-13/+10
* Remove unneeded variable `ocn_mute'.ed2009-02-261-2/+0
* Reimplement the /dev/console device node.ed2008-11-011-0/+566
OpenPOWER on IntegriCloud