summaryrefslogtreecommitdiffstats
path: root/sys/isa/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of lines that dropped out in my merge yesterday.phk1998-02-131-3/+7
* Hmm, it is generally an advantage to commit the most recent version ofphk1998-02-131-15/+14
* Add support for VESA mode 0x102 (800x600x4) in syscons. You can activatephk1998-02-121-58/+102
* Fix a white-space nit which I happened to notice.phk1998-02-121-3/+2
* Oops, sorry, a #define line for my debugging session slipped intoyokota1998-02-121-3/+1
* - Move the mouse cursor to the center of the screen after videoyokota1998-02-111-16/+41
* - A new semaphore: font_loading_in_progress.yokota1998-02-111-9/+27
* - Break scrn_timer() into two pieces. Now screen update is done in ayokota1998-02-111-85/+97
* - Ignore KBD_RAW_MODE and KBD_CODE_MODE in scgetc() when it's calledyokota1998-02-111-9/+18
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* - Add binary compatibility support for obsolete console/mouse ioctlsyokota1998-01-201-1/+51
* add devfs entries for a few more syscons devices (e.g. sysmouse)julian1998-01-121-3/+9
* - Produce the accent letter if the user hits the accent key twice.yokota1998-01-091-4/+28
* Added accent (dead) key support to syscons and kbdcontrol.yokota1998-01-071-4/+58
* - Add support for the following mice to psm/moused/sysmouse:yokota1997-12-071-49/+435
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-3/+3
* Move the hardware currsor off screen when getting back from ansos1997-11-251-2/+9
* Make comp_vgaregs() less strict about VGA register values whenyokota1997-11-211-144/+230
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-4/+4
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+1
* - Slightly change the way the border color register is updated so thatyokota1997-10-261-4/+3
* Reject unreasonable values passed to CONS_HISTORY ioctl. It did notyokota1997-10-231-21/+83
* Add a new keyboard mode K_CODE. Returns a single byte for each keysos1997-10-011-4/+15
* tiny update of ESC sequence parser.itojun1997-09-261-5/+23
* Update select -> poll in drivers.peter1997-09-141-2/+2
* 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
OpenPOWER on IntegriCloud