aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/tty_cons.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a hard-coded table of kernel console I/O functions exportedKazutaka YOKOTA1999-01-071-18/+7
* Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my theEivind Eklund1998-12-091-2/+2
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-231-6/+9
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* Update select -> poll in drivers.Peter Wemm1997-09-141-6/+6
* Make a function static to quieten gccJulian Elischer1997-08-081-3/+3
* Clean up the console muting functionality.Julian Elischer1997-08-081-15/+107
* Removed extra definition of constty. It is defined in subr_prf.c.Bruce Evans1997-07-011-3/+1
* 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
* if there is no console, cngetc should act like getc and return -1Julian Elischer1996-10-301-3/+3
* Add support for embedded operation withou consoleJulian Elischer1996-10-161-8/+23
* Changed cncheckc() interface so that it is 8-bit clean - return -1Bruce Evans1996-09-141-2/+2
* Removed unused #include.Bruce Evans1996-05-011-2/+1
* Undid the last 2 commits. Rev.1.43 reversed the changes in rev.1.42 andBruce Evans1996-03-281-4/+4
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-10/+4
* Fixed permissions of /devfs/*random.Bruce Evans1996-03-271-4/+10
* Fixed mode of /devfs/console.Bruce Evans1996-03-271-10/+4
* Remove crufty "pg" function.Poul-Henning Kamp1995-12-221-9/+1
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-6/+6
* Move sysctl machdep.consdev to cons.cPoul-Henning Kamp1995-12-091-10/+9
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-27/+38
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+3
* OK, that's it..Julian Elischer1995-11-291-18/+36
* Make pcvt and syscons live in the same kernel. If both are enabled, thenBruce Evans1995-09-101-2/+5
* cons.c:Bruce Evans1995-09-101-19/+39
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-2/+2
* devfs changes..Julian Elischer1995-09-031-1/+14
* Partially fix `sysctl machdep.console_device'. The fix will be completeBruce Evans1995-06-261-2/+9
* Output \n as \r\n, not as \n\r.Bruce Evans1995-06-141-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* Undo the move of `#include "sc.h"' etc. to cons.h. It broke anythingBruce Evans1995-04-241-1/+4
* Declare the console switch functions completely.Bruce Evans1995-04-231-14/+2
* Implement a simple hook (or hack?) to allow graphics device consoleJoerg Wunsch1995-04-081-1/+5
* Attempt to fix the `you can log into console only once' problem (PRJoerg Wunsch1995-04-021-2/+13
* Eliminate my private type `bool_t'.Bruce Evans1995-02-261-6/+3
* (a) remove the pointer to each driver's tty structure array from cdevswPaul Traina1995-02-251-2/+5
* Kill redundant declarations of d_open_t and d_close_t.David Greenman1995-01-231-3/+1
* Keep track of open devices better to avoid closing the console device whenBruce Evans1995-01-211-26/+50
* Ooops, i forgot one NVT > 0 in a previous commit. Now pcvt will alsoJoerg Wunsch1994-12-181-2/+2
* Move the code providing the equivalent of ICRNL for console input fromJoerg Wunsch1994-12-181-2/+5
* Added hooks for an easy drop-in of the pcvt concole driver.Joerg Wunsch1994-10-311-2/+3
* Peter Dufaults comconsole changes.Poul-Henning Kamp1994-10-201-5/+13
* Conditionalized support for syscons as the console so that it can beDavid Greenman1994-08-311-1/+6
* Cleaned up after Bruce: there were still some things that includedDavid Greenman1994-08-301-9/+1
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-12/+12
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-3/+3