summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.7.0_cvscvs2svn2002-10-081-1/+1
* MFC: VT_LOCKSWITCHDima Dorfman2002-09-151-0/+14
* MFC: when loading a font allow size of the font be omitted, in which caseMaxim Sobolev2002-04-081-0/+1
* MFC: v1.351:Jeroen Ruigrok van der Werven2001-11-151-0/+1
* MFC 1.369: fix grammar nit.Dima Dorfman2001-10-011-1/+1
* MFC: Add the resume method to keyboard drivers. Remove itKazutaka YOKOTA2001-08-011-12/+0
* MFC: fix off-by-one error. rev 1.368.Kazutaka YOKOTA2001-07-301-5/+5
* MFC: clean up in vt switching code. rev 1.367.Kazutaka YOKOTA2001-07-301-64/+58
* MFC:Kazutaka YOKOTA2001-07-281-26/+30
* MFC:Kazutaka YOKOTA2001-07-161-1/+7
* MFC 1.360: check for SC_DEV evaluating to NULL in VIRTUAL_TTY.Dima Dorfman2001-06-121-1/+2
* MFC: 1.358, add the CONS_SCRSHOT ioctl.Nik Clayton2001-05-261-0/+18
* MFC: Add the ability to define halt and powerdown keys for sysconf.David Malone2000-10-291-1/+13
* MFC: Use a MI /dev/[u]random device.David E. O'Brien2000-05-101-1/+1
* MFC:Kazutaka YOKOTA2000-04-031-54/+44
* - Fix text cursor logic so that multiple instances of the "normal" cursorKazutaka YOKOTA2000-02-111-3/+5
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-4/+0
* Unconditionally define sc_paste().Kazutaka YOKOTA2000-01-201-2/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inKazutaka YOKOTA2000-01-201-1/+1
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-151-917/+282
* Add a new mechanism, cndbctl(), to tell the console driver thatKazutaka YOKOTA2000-01-111-27/+28
* - Remember the keyboard repeat delay and rate.Kazutaka YOKOTA1999-12-131-0/+1
* Add "panic key" function to syscons. When this key is defined in aKazutaka YOKOTA1999-12-101-0/+10
* Fix cursor position calculation.Kazutaka YOKOTA1999-12-051-1/+2
* - Fail VT switching when the controlling program, such as theKazutaka YOKOTA1999-11-281-4/+4
* - Remove cdevsw_add().Kazutaka YOKOTA1999-10-061-7/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp1999-09-281-12/+2
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-6/+1
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-9/+3
* - Hang the scr_stat struct from dev_t.Kazutaka YOKOTA1999-09-191-99/+78
* s/si_tty_tty/si_tty/gPoul-Henning Kamp1999-08-301-10/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-4/+6
* Wrap two declarations that are only used in an #ifdef in their own #ifdef.Bill Fumerola1999-08-171-1/+5
* Fix a warning on the alpha.Dmitrij Tejblum1999-08-131-3/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-2/+2
* register tty devices so they will look right in pstat.Poul-Henning Kamp1999-08-081-61/+26
* - Clear relevant variables when the keyboard is not available.Kazutaka YOKOTA1999-07-181-8/+18
* - Fixed memory leak in sc_alloc_history_buffer().Kazutaka YOKOTA1999-07-071-8/+4
* Tidy up a few warnings when used without splash. (things defined but notPeter Wemm1999-07-011-1/+7
* Fix warnings on the Alpha.Peter Wemm1999-07-011-2/+7
* Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),Kazutaka YOKOTA1999-06-291-2/+6
* Fix a dev_t/udev_t issuePeter Wemm1999-06-261-3/+3
* Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletionKazutaka YOKOTA1999-06-241-5/+7
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-2301/+1838
* Unifdef VM86Jonathan Lemon1999-06-011-5/+4
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-3/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-7/+21
* Removed global variable `Crtat'. This was once (bogusly) shared withBruce Evans1999-05-121-6/+3
* Adjust console stuff now that makedev is no longer a macro.Doug Rabson1999-05-101-2/+3