summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_cons.c
Commit message (Expand)AuthorAgeFilesLines
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Don't follow null pointers if we somehow have a null devswitch entrybde2000-01-251-11/+17
* Fixed some style bugs (mainly ones associated with the bogus namebde2000-01-241-8/+6
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-1/+17
* Remove cdevsw_add() - the necessary make_dev() is already there.peter1999-11-181-1/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-3/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* First small steps at merging DEVFS and PHK's Dev_t stuff.julian1999-08-201-3/+5
* Register our dev_t with make_devphk1999-08-131-13/+2
* make alpha compile again.phk1999-08-091-2/+2
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-11/+5
* - Correctly initialize cn_dev_t and cn_udev_t.yokota1999-07-241-4/+7
* 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
OpenPOWER on IntegriCloud