aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Back out t_timeout initializing, now in ttyregisterAndrey A. Chernov2000-05-011-1/+0
* Initialize t_timeout to -1 for console to set its default value once in ttyopenAndrey A. Chernov2000-05-011-0/+1
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.Yoshihiro Takahashi2000-04-271-0/+5
* More machdep/random.h -> sys/random.h fixes.Boris Popov2000-04-253-6/+3
* * Use sys/sys/random.h rather than a i386 specific one.David E. O'Brien2000-04-241-1/+1
* Unbreak LINT.Kazutaka YOKOTA2000-04-032-1/+5
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA2000-03-316-138/+229
* White-space-only change. The file originally had screwed indentation.Kazutaka YOKOTA2000-03-201-382/+395
* - Fix bugs when painting border and the mouse cursor in the rasterKazutaka YOKOTA2000-03-182-48/+60
* - 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
* 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-074-29/+88
* Tidy up a few warnings when used without splash. (things defined but notPeter Wemm1999-07-011-1/+7