aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_cons.c
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Include the nulterm byte in the sysctl string.Ian Lepore2015-03-151-1/+2
* Rework r276532 a bit. Always avoid recursing into the console driversHans Petter Selasky2015-01-031-7/+8
* The "cnputs_mtx" mutex must be allowed to recurse. Debug prints and/orHans Petter Selasky2015-01-021-1/+7
* Stop using early_putc immediately after configuring console with cninit()Zbigniew Bodek2014-11-191-0/+7
* Enable vt(4) by defaultJean-Sébastien Pédron2014-11-041-3/+3
* Convert from timeout(9) to callout(9).John Baldwin2014-09-221-1/+9
* Fix typos in VTY constant names from r268158Ed Maste2014-07-021-2/+2
* Prefer vt(4) for UEFI bootEd Maste2014-07-021-0/+18
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-3/+3
* Revert r267961, r267973:Glen Barber2014-06-271-3/+3
* Add CTLFLAG_NOFETCH flag; console vty code runs before tunable fetchEd Maste2014-06-271-3/+3
* Use a common tunable to choose between vt(4)/sc(4)Ed Maste2014-06-271-0/+43
* Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf()Ian Lepore2014-02-121-0/+9
* Delete echoed doesn't rub out the previous character, so alwaysWarner Losh2013-12-311-4/+2
* cngetc: use cpu_spinwait to ease the cncheckc loop a tiny bitAndriy Gapon2012-10-061-1/+1
* belatedly transfer copyrights from libkern/gets.c to kern_cons.cAndriy Gapon2011-12-171-0/+3
* introduce cngets, a method for kernel to read a string from consoleAndriy Gapon2011-12-171-0/+49
* introduce cngrab/cnungrab stub calls in some places where they make senseAndriy Gapon2011-12-171-0/+2
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+26
* Add descriptions to a handful of sysctl nodes.Gavin Atkinson2010-08-091-3/+5
* Allow multiple console devices per driver without insane code duplication.Ed Schouten2009-08-241-13/+10
* Remove unneeded variable `ocn_mute'.Ed Schouten2009-02-261-2/+0
* Reimplement the /dev/console device node.Ed Schouten2008-11-011-0/+566