summaryrefslogtreecommitdiffstats
path: root/sys/sys/cons.h
Commit message (Expand)AuthorAgeFilesLines
* move GETS_*ECHO* defintions from libkern.h to cons.havg2011-12-171-0/+5
* introduce cngets, a method for kernel to read a string from consoleavg2011-12-171-0/+1
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+10
* Allow multiple console devices per driver without insane code duplication.ed2009-08-241-11/+14
* Remove unused consdev structure fields.ed2008-10-271-2/+0
* Move TTY unrelated bits out of <sys/tty.h>.ed2008-05-231-0/+7
* Add a cnputs() function to write a string to the console withjb2006-11-011-0/+1
* Add new CONSOLE_DRIVER macro which takes just the name of the consolephk2006-05-261-0/+10
* GC the cn_dbctl_t hook for consoles, it is unused.phk2006-05-261-5/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Rename cn_unavailable to cnunavailable for little more consistency.kan2004-02-051-1/+1
* Eliminate global cons_unavailable flag and replace it by the statuskan2004-02-051-1/+3
* Add a new cn_flags fields to struct consdev, the low-level consolerwatson2003-10-181-0/+4
* Add a "low" console priority. This specifies that the console devicejake2003-09-281-3/+4
* OK, I messed up /dev/console with what I had hoped would be compatphk2003-09-261-1/+0
* Add a cn_unit and cn_name field to the consdev structure.phk2003-09-261-0/+2
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-4/+5
* Remove __Palfred2002-03-191-7/+7
* Add new boot flag to i386 boot: -p.guido2001-12-101-0/+1
* Implement multiple low-level console support.jlemon2001-10-231-8/+9
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-1/+0
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-2/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* make alpha compile again.phk1999-08-091-1/+2
* The second phase of syscons reorganization.yokota1999-06-221-5/+8
* Fixed pedantic syntax errors caused by a trailing semicolon in a macrobde1999-01-091-2/+2
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-071-25/+8
* Some staticized variables were still declared to be extern.bde1997-07-011-3/+1
* Fixed gratuitous ANSIisms.bde1997-04-011-15/+10
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Move sysctl machdep.consdev to cons.cphk1995-12-091-2/+1
* Pass 3 of the great devsw changesjulian1995-12-081-9/+1
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-101-1/+7
* cons.c:bde1995-09-101-1/+2
* Undo the move of `#include "sc.h"' etc. to cons.h. It broke anythingbde1995-04-241-8/+3
* Declare the console switch functions completely.bde1995-04-231-7/+42
* Implement a simple hook (or hack?) to allow graphics device consolejoerg1995-04-081-1/+2
* Peter Dufaults comconsole changes.phk1994-10-201-1/+3
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-6/+6
* Declare cnopen, cnclose, and other console routines.wollman1993-11-271-2/+16
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-2/+8
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-1/+2
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+65
OpenPOWER on IntegriCloud