summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This isbde1998-01-163-6/+6
* 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-212-145/+232
* 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
* - The daemon might go off the screen and crashed the system if theyokota1997-10-261-35/+148
* Reject unreasonable values passed to CONS_HISTORY ioctl. It did notyokota1997-10-232-26/+84
* Make the blank screen saver work with MDA and CGA. The fade and greenyokota1997-10-043-37/+169
* Add a new keyboard mode K_CODE. Returns a single byte for each keysos1997-10-012-13/+25
* 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-042-14/+19
* Removed unused misplaced definition of TIMER_FREQ.bde1997-08-251-3/+2
* 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
* Incorporated lots of fixes and suggestions from Bruce and changes toyokota1997-07-156-132/+96
* Screen saver related fixes.yokota1997-07-152-37/+97
* 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-292-22/+37
* Take the OS release string from the kernel variable `osrelease'yokota1997-06-241-4/+27
* The syscons driver doesn't really check the presence of the displayyokota1997-06-221-67/+163
* Corrected accidental breakage in the last commit.yokota1997-05-261-3/+3
* Fixed up ssigala@globalnet.it's "Jumping Daemon" screen saver for < v3.0.obrien1997-05-251-4/+4
* Flip the daemon at the edge of the screen.yokota1997-05-241-14/+53
* Introducing "Jumping Daemon" screen saver. This is really cute andyokota1997-05-211-0/+215
* 1) font loading (two fixes)yokota1997-05-152-22/+37
* 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
OpenPOWER on IntegriCloud