aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* MFC: rev 1.14: whitespace fix.John Baldwin2001-03-191-5/+5
* MFC: Workaround broken colors on the alpha.John Baldwin2001-03-061-0/+12
* MFC: Add the ability to define halt and powerdown keys for sysconf.David Malone2000-10-291-1/+13
* MFC: Fix ioctl MOUSE_SETMODE as defined in mouse(4). (1.5)Kazutaka YOKOTA2000-08-271-2/+5
* MFC: reset fix and SGR 22,24,25,27Andrey A. Chernov2000-07-271-1/+22
* MFC: reset only bold on SGR 39Andrey A. Chernov2000-07-201-2/+2
* MFC: shorten 49m attrs resetting exprAndrey A. Chernov2000-07-151-2/+1
* MFC: reset attrs on 39/49m, unify commentsAndrey A. Chernov2000-07-151-16/+17
* MFC: cosmetique, fix comments about 'ansi' colorsAndrey A. Chernov2000-06-061-7/+7
* MFC: implement E[39m and E[49mAndrey A. Chernov2000-06-051-0/+10
* MFC: last line TAB not cause scrollingAndrey A. Chernov2000-05-291-3/+8
* MFC: Use a MI /dev/[u]random device.David E. O'Brien2000-05-101-1/+1
* MFC: Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.Yoshihiro Takahashi2000-05-051-0/+5
* MFC:Kazutaka YOKOTA2000-04-035-116/+165
* MFC: White-space-only change. The file originally had screwed indentation.Kazutaka YOKOTA2000-03-201-382/+395
* MFC: Fix bugs when painting border and the mouse cursor in the rasterKazutaka YOKOTA2000-03-201-24/+30
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-1313-2749/+0
* - Don't reset text colors when changing the video mode.Kazutaka YOKOTA2000-02-111-0/+2
* - Fix text cursor logic so that multiple instances of the "normal" cursorKazutaka YOKOTA2000-02-112-5/+7
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-2912-65/+2
* Fix a bug exposed by the previous commit. Do not use scp->font_size,Kazutaka YOKOTA2000-01-241-2/+5
* Unconditionally define sc_paste().Kazutaka YOKOTA2000-01-202-4/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inKazutaka YOKOTA2000-01-204-5/+4
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-1516-1247/+2352
* Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA2000-01-124-18/+38
* 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
* Fix memory leak.Kazutaka YOKOTA1999-12-101-0/+1
* Add "panic key" function to syscons. When this key is defined in aKazutaka YOKOTA1999-12-101-0/+10
* Fix mouse cursor logic which I broke in 1.1 ;-<Kazutaka YOKOTA1999-12-061-26/+30
* 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
* Correctly record the mouse position in the current VTY.Kazutaka YOKOTA1999-11-091-23/+22
* - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.Kazutaka YOKOTA1999-11-081-2/+10
* - Removed SC_VIDEO_DEBUG. It is broken and useless now.Kazutaka YOKOTA1999-11-081-22/+0
* Change isspace() macro name to avoid conflict.Archie Cobbs1999-11-021-10/+10
* - Remove cdevsw_add().Kazutaka YOKOTA1999-10-061-7/+0
* Add the apm_saver syscons screen saver module.Nick Sayer1999-10-021-0/+91
* 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-253-11/+4
* - Hang the scr_stat struct from dev_t.Kazutaka YOKOTA1999-09-196-139/+97
* - Preserve the content of the back scroll buffer when changing theKazutaka YOKOTA1999-09-193-10/+52
* Enable ioctls to manipulate color palette. They have been implemented,Kazutaka YOKOTA1999-09-021-3/+0
* s/si_tty_tty/si_tty/gPoul-Henning Kamp1999-08-301-10/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2819-19/+19
* - Retain the previous vty and history buffers when setting upKazutaka YOKOTA1999-08-271-8/+5
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-6/+1
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-4/+6
* First small steps at merging DEVFS and PHK's Dev_t stuff.Julian Elischer1999-08-201-2/+5