summaryrefslogtreecommitdiffstats
path: root/sys/isa/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new compile option SC_HISTORY_SIZE to specify the history bufferyokota1997-09-041-12/+14
* Fix the checks for screenborder for the mousepointer.sos1997-08-091-14/+12
* Yeah I'm back hacking syscons !!sos1997-08-081-6/+56
* Fix a brino in my last commit.phk1997-07-261-2/+5
* Add option for compiling in a 8x16 font.phk1997-07-251-5/+14
* Removed unused #includes.bde1997-07-201-5/+1
* Screen saver related fixes.yokota1997-07-151-36/+94
* scgetc() referred to `spcl' in different ways when a key is pressedyokota1997-07-141-2/+2
* Don't allow CONS_HISTORY ioctl to alter history pointersbrian1997-07-091-1/+3
* Remove useless comparison.brian1997-07-081-3/+2
* YAMF2.2: Handle indirect results of "kbdcontrol -h X"brian1997-07-071-4/+7
* Fixes annoying behavior and a bug regarding the destructiveyokota1997-06-301-28/+65
* dev->id_flags --> flagsache1997-06-291-2/+2
* A fix/work-around for ThinkPad 535.yokota1997-06-291-21/+35
* The syscons driver doesn't really check the presence of the displayyokota1997-06-221-67/+163
* 1) font loading (two fixes)yokota1997-05-151-18/+33
* simplify IOPL gain/remove privs code. It's easier with md_regspeter1997-05-071-6/+3
* Now that we have replaced video-related block copy calls withyokota1997-05-071-34/+32
* Restore CRTC start address check back after looking into more sourcesache1997-04-301-3/+9
* In comp_vgaregs skip cursor shape and 4 unused bytes (6 total)ache1997-04-301-4/+4
* Addresses the following two problems.yokota1997-04-271-8/+116
* Fixed the type of timeout functions and removed casts that hid thebde1997-04-201-10/+12
* Preserve some bits in the keyboard controller command byte whenyokota1997-04-101-10/+6
* Make the default VERASE key the <-- key and remove root'sbrian1997-04-031-1/+4
* Interim patch/kludge for keyboard lock-up when `kbdcontrol' tries toyokota1997-03-281-3/+10
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* make sure that the user supplied signals in struct vt_mode are actuallyjmg1997-03-011-8/+18
* Fixed spelling error in a variable name.bde1997-02-281-2/+2
* Removed an obsolete test which prevented mouse movement from quitingyokota1997-02-281-7/+6
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Oops, cut/paste could be done on tthe WRONG vty :(sos1997-02-131-1/+1
* Fixed the "switch to next screen" command (normally bound to thesos1997-01-301-1/+10
* Add save/restore cursor as pr SCO screen(HW) manpage.sos1997-01-231-1/+28
* Fix the bug that caused CTRL & ALT keys to be hanging sometimes aftersos1997-01-201-1/+1
* Oops, the position of the savefont code was wrong, cur_consolesos1997-01-191-12/+12
* Oops! I commented out the waiting for retrace loops, because thesos1997-01-181-5/+5
* Bruce pointed out a bogon:sos1997-01-171-3/+11
* Upgrade the kbdio rutines to provide queued kbd & mouse events.sos1997-01-151-56/+150
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Hawaii-Five-Typoalex1996-12-191-3/+3
* Fix the broken support for monochrome VGA's.sos1996-12-071-3/+22
* Alot of fixes from kazu:sos1996-12-011-18/+53
* Fix UserConfig w/syscons.nate1996-11-191-2/+2
* Only poll the keyboard if the data left in the buffer is from thesos1996-11-151-5/+5
* Finally a start at sharing the kdb controller routines betweensos1996-11-141-106/+75
* 1. Avoid a race in scclose(). tty.c has kludges so that the race issos1996-11-111-5/+15
* Removed 'XT_KEYBOARD' option from syscons. Document new-style way ofnate1996-11-111-4/+1
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.nate1996-11-101-7/+18
* Fix the hanging keyboard problem under Xaccel. Apprently we are loosingsos1996-11-041-29/+44
* Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofsos1996-10-261-23/+30
OpenPOWER on IntegriCloud