summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* - Don't reset text colors when changing the video mode.yokota2000-02-111-0/+2
* - Fix text cursor logic so that multiple instances of the "normal" cursoryokota2000-02-112-5/+7
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-2912-65/+2
* Fix a bug exposed by the previous commit. Do not use scp->font_size,yokota2000-01-241-2/+5
* Unconditionally define sc_paste().yokota2000-01-202-4/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inyokota2000-01-204-5/+4
* This is the 3rd stage of syscons code reorganization.yokota2000-01-1516-1247/+2352
* Make the mouse cursor char code configurable via the CONS_MOUSECTLyokota2000-01-124-18/+38
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-27/+28
* - Remember the keyboard repeat delay and rate.yokota1999-12-131-0/+1
* Fix memory leak.yokota1999-12-101-0/+1
* Add "panic key" function to syscons. When this key is defined in ayokota1999-12-101-0/+10
* Fix mouse cursor logic which I broke in 1.1 ;-<yokota1999-12-061-26/+30
* Fix cursor position calculation.yokota1999-12-051-1/+2
* - Fail VT switching when the controlling program, such as theyokota1999-11-281-4/+4
* Correctly record the mouse position in the current VTY.yokota1999-11-091-23/+22
* - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.yokota1999-11-081-2/+10
* - Removed SC_VIDEO_DEBUG. It is broken and useless now.yokota1999-11-081-22/+0
* Change isspace() macro name to avoid conflict.archie1999-11-021-10/+10
* - Remove cdevsw_add().yokota1999-10-061-7/+0
* Add the apm_saver syscons screen saver module.nsayer1999-10-021-0/+91
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-12/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-6/+1
* This patch clears the way for removing a number of tty relatedphk1999-09-253-11/+4
* - Hang the scr_stat struct from dev_t.yokota1999-09-196-139/+97
* - Preserve the content of the back scroll buffer when changing theyokota1999-09-193-10/+52
* Enable ioctls to manipulate color palette. They have been implemented,yokota1999-09-021-3/+0
* s/si_tty_tty/si_tty/gphk1999-08-301-10/+10
* $Id$ -> $FreeBSD$peter1999-08-2819-19/+19
* - Retain the previous vty and history buffers when setting upyokota1999-08-271-8/+5
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-6/+1
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+6
* First small steps at merging DEVFS and PHK's Dev_t stuff.julian1999-08-201-2/+5
* Wrap two declarations that are only used in an #ifdef in their own #ifdef.billf1999-08-171-1/+5
* Fix a warning on the alpha.dt1999-08-131-3/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* register tty devices so they will look right in pstat.phk1999-08-081-61/+26
* - Clear relevant variables when the keyboard is not available.yokota1999-07-181-8/+18
* - Fixed memory leak in sc_alloc_history_buffer().yokota1999-07-074-29/+88
* Tidy up a few warnings when used without splash. (things defined but notpeter1999-07-011-1/+7
* Fix warnings on the Alpha.peter1999-07-011-2/+7
* Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),yokota1999-06-291-2/+6
* Fix a dev_t/udev_t issuepeter1999-06-261-3/+3
* Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletionyokota1999-06-242-2/+21
* Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletionyokota1999-06-241-5/+7
* The second phase of syscons reorganization.yokota1999-06-2219-2768/+6005
* Unifdef VM86jlemon1999-06-012-9/+7
* Simplify cdevsw registration.phk1999-05-311-3/+2
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* Removed global variable `Crtat'. This was once (bogusly) shared withbde1999-05-121-6/+3
OpenPOWER on IntegriCloud