aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/cons.h
Commit message (Expand)AuthorAgeFilesLines
* sys/kern: quiet -Wwrite-stringsRyan Libby2020-02-231-1/+1
* Replace ttyprintf with sbuf_printf and tty drain routineConrad Meyer2018-10-201-0/+1
* add support for console resuming, implement it for uart, use on x86Andriy Gapon2018-05-291-1/+7
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Prefer vt(4) for UEFI bootEd Maste2014-07-021-0/+1
* Use a common tunable to choose between vt(4)/sc(4)Ed Maste2014-06-271-0/+5
* move GETS_*ECHO* defintions from libkern.h to cons.hAndriy Gapon2011-12-171-0/+5
* introduce cngets, a method for kernel to read a string from consoleAndriy Gapon2011-12-171-0/+1
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+10
* Allow multiple console devices per driver without insane code duplication.Ed Schouten2009-08-241-11/+14
* Remove unused consdev structure fields.Ed Schouten2008-10-271-2/+0
* Move TTY unrelated bits out of <sys/tty.h>.Ed Schouten2008-05-231-0/+7
* Add a cnputs() function to write a string to the console withJohn Birrell2006-11-011-0/+1
* Add new CONSOLE_DRIVER macro which takes just the name of the consolePoul-Henning Kamp2006-05-261-0/+10
* GC the cn_dbctl_t hook for consoles, it is unused.Poul-Henning Kamp2006-05-261-5/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Rename cn_unavailable to cnunavailable for little more consistency.Alexander Kabaev2004-02-051-1/+1
* Eliminate global cons_unavailable flag and replace it by the statusAlexander Kabaev2004-02-051-1/+3
* Add a new cn_flags fields to struct consdev, the low-level consoleRobert Watson2003-10-181-0/+4
* Add a "low" console priority. This specifies that the console deviceJake Burkholder2003-09-281-3/+4
* OK, I messed up /dev/console with what I had hoped would be compatPoul-Henning Kamp2003-09-261-1/+0
* Add a cn_unit and cn_name field to the consdev structure.Poul-Henning Kamp2003-09-261-0/+2
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-201-4/+5
* Remove __PAlfred Perlstein2002-03-191-7/+7
* Add new boot flag to i386 boot: -p.Guido van Rooij2001-12-101-0/+1
* Implement multiple low-level console support.Jonathan Lemon2001-10-231-8/+9
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-1/+0
* Add a new mechanism, cndbctl(), to tell the console driver thatKazutaka YOKOTA2000-01-111-2/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* make alpha compile again.Poul-Henning Kamp1999-08-091-1/+2
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-5/+8
* Fixed pedantic syntax errors caused by a trailing semicolon in a macroBruce Evans1999-01-091-2/+2
* Remove a hard-coded table of kernel console I/O functions exportedKazutaka YOKOTA1999-01-071-25/+8
* Some staticized variables were still declared to be extern.Bruce Evans1997-07-011-3/+1
* Fixed gratuitous ANSIisms.Bruce Evans1997-04-011-15/+10
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Move sysctl machdep.consdev to cons.cPoul-Henning Kamp1995-12-091-2/+1
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-9/+1
* Make pcvt and syscons live in the same kernel. If both are enabled, thenBruce Evans1995-09-101-1/+7
* cons.c:Bruce Evans1995-09-101-1/+2
* Undo the move of `#include "sc.h"' etc. to cons.h. It broke anythingBruce Evans1995-04-241-8/+3
* Declare the console switch functions completely.Bruce Evans1995-04-231-7/+42
* Implement a simple hook (or hack?) to allow graphics device consoleJoerg Wunsch1995-04-081-1/+2
* Peter Dufaults comconsole changes.Poul-Henning Kamp1994-10-201-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-6/+6
* Declare cnopen, cnclose, and other console routines.Garrett Wollman1993-11-271-2/+16