summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_cons.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Yank out Christoph Robitschko's hack for the hanging console problem asdg1993-10-181-25/+2
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-9/+2
* patch 1of2 to prevent kill -1 syslogd from hanging the consolealm1993-08-201-1/+24
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+213
OpenPOWER on IntegriCloud