aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/syscons.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a brino in my last commit.Poul-Henning Kamp1997-07-261-2/+5
* Add option for compiling in a 8x16 font.Poul-Henning Kamp1997-07-251-5/+14
* Removed unused #includes.Bruce Evans1997-07-201-5/+1
* Screen saver related fixes.Kazutaka YOKOTA1997-07-151-36/+94
* scgetc() referred to `spcl' in different ways when a key is pressedKazutaka YOKOTA1997-07-141-2/+2
* Don't allow CONS_HISTORY ioctl to alter history pointersBrian Somers1997-07-091-1/+3
* Remove useless comparison.Brian Somers1997-07-081-3/+2
* YAMF2.2: Handle indirect results of "kbdcontrol -h X"Brian Somers1997-07-071-4/+7
* Fixes annoying behavior and a bug regarding the destructiveKazutaka YOKOTA1997-06-301-28/+65
* dev->id_flags --> flagsAndrey A. Chernov1997-06-291-2/+2
* A fix/work-around for ThinkPad 535.Kazutaka YOKOTA1997-06-291-21/+35
* The syscons driver doesn't really check the presence of the displayKazutaka YOKOTA1997-06-221-67/+163
* 1) font loading (two fixes)Kazutaka YOKOTA1997-05-151-18/+33
* simplify IOPL gain/remove privs code. It's easier with md_regsPeter Wemm1997-05-071-6/+3
* Now that we have replaced video-related block copy calls withKazutaka YOKOTA1997-05-071-34/+32
* Restore CRTC start address check back after looking into more sourcesAndrey A. Chernov1997-04-301-3/+9
* In comp_vgaregs skip cursor shape and 4 unused bytes (6 total)Andrey A. Chernov1997-04-301-4/+4
* Addresses the following two problems.Kazutaka YOKOTA1997-04-271-8/+116
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-10/+12
* Preserve some bits in the keyboard controller command byte whenKazutaka YOKOTA1997-04-101-10/+6
* Make the default VERASE key the <-- key and remove root'sBrian Somers1997-04-031-1/+4
* Interim patch/kludge for keyboard lock-up when `kbdcontrol' tries toKazutaka YOKOTA1997-03-281-3/+10
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* make sure that the user supplied signals in struct vt_mode are actuallyJohn-Mark Gurney1997-03-011-8/+18
* Fixed spelling error in a variable name.Bruce Evans1997-02-281-2/+2
* Removed an obsolete test which prevented mouse movement from quitingKazutaka YOKOTA1997-02-281-7/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Oops, cut/paste could be done on tthe WRONG vty :(Søren Schmidt1997-02-131-1/+1
* Fixed the "switch to next screen" command (normally bound to theSøren Schmidt1997-01-301-1/+10
* Add save/restore cursor as pr SCO screen(HW) manpage.Søren Schmidt1997-01-231-1/+28
* Fix the bug that caused CTRL & ALT keys to be hanging sometimes afterSøren Schmidt1997-01-201-1/+1
* Oops, the position of the savefont code was wrong, cur_consoleSøren Schmidt1997-01-191-12/+12
* Oops! I commented out the waiting for retrace loops, because theSøren Schmidt1997-01-181-5/+5
* Bruce pointed out a bogon:Søren Schmidt1997-01-171-3/+11
* Upgrade the kbdio rutines to provide queued kbd & mouse events.Søren Schmidt1997-01-151-56/+150
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Hawaii-Five-TypoAlexander Langer1996-12-191-3/+3
* Fix the broken support for monochrome VGA's.Søren Schmidt1996-12-071-3/+22
* Alot of fixes from kazu:Søren Schmidt1996-12-011-18/+53
* Fix UserConfig w/syscons.Nate Williams1996-11-191-2/+2
* Only poll the keyboard if the data left in the buffer is from theSøren Schmidt1996-11-151-5/+5
* Finally a start at sharing the kdb controller routines betweenSøren Schmidt1996-11-141-106/+75
* 1. Avoid a race in scclose(). tty.c has kludges so that the race isSøren Schmidt1996-11-111-5/+15
* Removed 'XT_KEYBOARD' option from syscons. Document new-style way ofNate Williams1996-11-111-4/+1
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.Nate Williams1996-11-101-7/+18
* Fix the hanging keyboard problem under Xaccel. Apprently we are loosingSøren Schmidt1996-11-041-29/+44
* Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofSøren Schmidt1996-10-261-23/+30
* Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagPaul Traina1996-10-231-7/+8
* Changed mouse functionality a bit, now the pointer disappears ifSøren Schmidt1996-10-181-15/+35
* Corrected the setting of winsize on open().Søren Schmidt1996-10-151-5/+10