summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_cons.c
Commit message (Expand)AuthorAgeFilesLines
* Quieten some warnings as a result of changes in ls_items[] constness overpeter1999-06-261-4/+3
* The second phase of syscons reorganization.yokota1999-06-221-6/+11
* Simplify cdevsw registration.phk1999-05-311-4/+2
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-7/+7
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Change suser_xxx() to suser() where it applies.phk1999-04-271-2/+2
* Suser() simplification:phk1999-04-271-2/+2
* Remove a hard-coded table of kernel console I/O functions exportedyokota1999-01-071-18/+7
* Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my theeivind1998-12-091-2/+2
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredbde1998-08-231-6/+9
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Update select -> poll in drivers.peter1997-09-141-6/+6
* 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
OpenPOWER on IntegriCloud