summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Changed \n to \r in the mouse cutbuffer, this makes pine & Emacssos1998-08-141-4/+4
* A workaround for screen flicker; eliminate some I/O access to the VGAyokota1998-08-101-1/+17
* The daemon, snake and star savers should refuse to load if the currentyokota1998-08-063-3/+12
* 1. Reorganized screen saver related code so that both the LKM screenyokota1998-08-032-146/+300
* - When the system is shut down, switch to the vty0 if possible.yokota1998-08-031-3/+17
* Fix the bug which always reallocated the cut buffer wheneveryokota1998-08-031-7/+18
* Don't accept the blank time value, if it is too big.yokota1998-08-031-2/+4
* - Add new bell types: "quiet.normal" and "quiet.visual".yokota1998-08-032-4/+12
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-2/+2
* Don't pretend to support ix86's with 16-bit ints by using longsbde1998-07-141-8/+8
* Add the ability to suspend as well as hibernate to the system. Thisimp1998-07-061-2/+21
* Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENTyokota1998-06-241-5/+2
* Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFSsteve1998-06-131-1/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* s/nanoruntime/nanouptime/gphk1998-05-171-9/+9
* Stop the screensaver before switching consoles.des1998-04-171-1/+7
* Swapped "should we just return" and "should we stop the screensaver"des1998-04-161-8/+11
* More fixes to deal with fonts:yokota1998-04-041-23/+182
* Time changes mark 2:phk1998-04-041-10/+12
* 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-122-60/+104
* 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
* 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
OpenPOWER on IntegriCloud