aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* add devfs entries for a few more syscons devices (e.g. sysmouse)Julian Elischer1998-01-121-3/+9
* - Produce the accent letter if the user hits the accent key twice.Kazutaka YOKOTA1998-01-091-4/+28
* Added accent (dead) key support to syscons and kbdcontrol.Kazutaka YOKOTA1998-01-071-4/+58
* - Add support for the following mice to psm/moused/sysmouse:Kazutaka YOKOTA1997-12-071-49/+435
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans1997-12-061-3/+3
* Move the hardware currsor off screen when getting back from anSøren Schmidt1997-11-251-2/+9
* Make comp_vgaregs() less strict about VGA register values whenKazutaka YOKOTA1997-11-211-144/+230
* Rename some local variables to avoid shadowing other local variables.Poul-Henning Kamp1997-11-071-4/+4
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-3/+1
* - Slightly change the way the border color register is updated so thatKazutaka YOKOTA1997-10-261-4/+3
* Reject unreasonable values passed to CONS_HISTORY ioctl. It did notKazutaka YOKOTA1997-10-231-21/+83
* Add a new keyboard mode K_CODE. Returns a single byte for each keySøren Schmidt1997-10-011-4/+15
* tiny update of ESC sequence parser.Jun-ichiro itojun Hagino1997-09-261-5/+23
* Update select -> poll in drivers.Peter Wemm1997-09-141-2/+2
* Add a new compile option SC_HISTORY_SIZE to specify the history bufferKazutaka YOKOTA1997-09-041-12/+14
* Fix the checks for screenborder for the mousepointer.Søren Schmidt1997-08-091-14/+12
* Yeah I'm back hacking syscons !!Søren Schmidt1997-08-081-6/+56
* 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