aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_cons.c
Commit message (Expand)AuthorAgeFilesLines
* Remove sysctl_kern_consmute()Mark Johnston2020-10-051-20/+4
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-5/+8
* sys/kern: quiet -Wwrite-stringsRyan Libby2020-02-231-3/+3
* kern_cons: add a stub kbdinit for configs with no keyboard/console driversKyle Evans2019-12-261-0/+13
* kbd: merge linker set drivers into standard kbd driver listKyle Evans2019-12-261-0/+11
* Replace ttyprintf with sbuf_printf and tty drain routineConrad Meyer2018-10-201-4/+10
* add support for console resuming, implement it for uart, use on x86Andriy Gapon2018-05-291-0/+13
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* 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