aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/cons.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made all header files idempotent and moved incorrect common data fromGarrett Wollman1993-11-071-2/+8
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-1/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+65