summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_cons.c
Commit message (Expand)AuthorAgeFilesLines
* Make a function static to quieten gccjulian1997-08-081-3/+3
* Clean up the console muting functionality.julian1997-08-081-15/+107
* Removed extra definition of constty. It is defined in subr_prf.c.bde1997-07-011-3/+1
* 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
* if there is no console, cngetc should act like getc and return -1julian1996-10-301-3/+3
* Add support for embedded operation withou consolejulian1996-10-161-8/+23
* Changed cncheckc() interface so that it is 8-bit clean - return -1bde1996-09-141-2/+2
* Removed unused #include.bde1996-05-011-2/+1
* Undid the last 2 commits. Rev.1.43 reversed the changes in rev.1.42 andbde1996-03-281-4/+4
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-10/+4
* Fixed permissions of /devfs/*random.bde1996-03-271-4/+10
* Fixed mode of /devfs/console.bde1996-03-271-10/+4
* Remove crufty "pg" function.phk1995-12-221-9/+1
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-6/+6
* Move sysctl machdep.consdev to cons.cphk1995-12-091-10/+9
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-27/+38
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+3
* OK, that's it..julian1995-11-291-18/+36
* Make pcvt and syscons live in the same kernel. If both are enabled, thenbde1995-09-101-2/+5
* cons.c:bde1995-09-101-19/+39
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-2/+2
* devfs changes..julian1995-09-031-1/+14
* Partially fix `sysctl machdep.console_device'. The fix will be completebde1995-06-261-2/+9
* Output \n as \r\n, not as \n\r.bde1995-06-141-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* Undo the move of `#include "sc.h"' etc. to cons.h. It broke anythingbde1995-04-241-1/+4
* Declare the console switch functions completely.bde1995-04-231-14/+2
* Implement a simple hook (or hack?) to allow graphics device consolejoerg1995-04-081-1/+5
* Attempt to fix the `you can log into console only once' problem (PRjoerg1995-04-021-2/+13
* Eliminate my private type `bool_t'.bde1995-02-261-6/+3
* (a) remove the pointer to each driver's tty structure array from cdevswpst1995-02-251-2/+5
* Kill redundant declarations of d_open_t and d_close_t.dg1995-01-231-3/+1
* Keep track of open devices better to avoid closing the console device whenbde1995-01-211-26/+50
* Ooops, i forgot one NVT > 0 in a previous commit. Now pcvt will alsojoerg1994-12-181-2/+2
* Move the code providing the equivalent of ICRNL for console input fromjoerg1994-12-181-2/+5
* Added hooks for an easy drop-in of the pcvt concole driver.joerg1994-10-311-2/+3
* Peter Dufaults comconsole changes.phk1994-10-201-5/+13
* Conditionalized support for syscons as the console so that it can bedg1994-08-311-1/+6
* Cleaned up after Bruce: there were still some things that includeddg1994-08-301-9/+1
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-13/+13
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-3/+3
* Remove confusing and incorrect comment inherited from patchkit days.dg1994-01-261-2/+2
* Much better fix for the hanging console problem. This one actuallydg1994-01-231-1/+14
* Backed out previous commit as it requires additional kludges to workdg1994-01-231-4/+1
* Brute-force fix for the "hanging console" problem. Simply _don't_ calldg1994-01-221-1/+4
* 1) Added proc file system from Paul Kranenburg with changes fromdg1993-12-121-1/+10
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-1/+14
* Made all header files idempotent and moved incorrect common data fromwollman1993-11-071-6/+9
OpenPOWER on IntegriCloud