summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* - 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
* MFS: indent-assisted style cleanup.des1999-05-101-30/+27
* Adjust console stuff now that makedev is no longer a macro.dfr1999-05-101-2/+3
* A little closer to style(9).des1999-05-081-58/+64
* Add missing copyright.jkh1999-05-041-0/+27
* Add "fire" screen saver.jkh1999-05-041-0/+103
* Suser() simplification:phk1999-04-271-3/+3
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-1/+9
* Centralize and reorganize a few macros.des1999-04-124-11/+19
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-101-3/+13
OpenPOWER on IntegriCloud