aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* Update the alpha port to use the new syscons.Doug Rabson1999-01-231-4671/+0
* * Add hooks to allow the X server to access I/O ports and memory.Doug Rabson1998-11-151-8/+9
* * Fix a couple of places in the device pager where an address wasDoug Rabson1998-11-081-2/+2
* * Fix vga_probe() so that it doesn't report a non-vga display adapter asDoug Rabson1998-10-311-3/+3
* Merge with the latest i386 syscons.Doug Rabson1998-09-171-1334/+507
* Port syscons to the alpha. The driver itself has moved to sys/isa as it willDoug Rabson1998-08-061-108/+209
* 1. Reorganized screen saver related code so that both the LKM screenKazutaka YOKOTA1998-08-031-143/+288
* - When the system is shut down, switch to the vty0 if possible.Kazutaka YOKOTA1998-08-031-3/+17
* Fix the bug which always reallocated the cut buffer wheneverKazutaka YOKOTA1998-08-031-7/+18
* Don't accept the blank time value, if it is too big.Kazutaka YOKOTA1998-08-031-2/+4
* - Add new bell types: "quiet.normal" and "quiet.visual".Kazutaka YOKOTA1998-08-031-3/+10
* Changed %n to %r in devfs name format strings. %n has almost gone away.Bruce Evans1998-07-151-2/+2
* Don't pretend to support ix86's with 16-bit ints by using longsBruce Evans1998-07-141-8/+8
* Add the ability to suspend as well as hibernate to the system. ThisWarner Losh1998-07-061-2/+21
* Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENTKazutaka YOKOTA1998-06-241-5/+2
* Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFSSteve Price1998-06-131-1/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-9/+9
* Stop the screensaver before switching consoles.Dag-Erling Smørgrav1998-04-171-1/+7
* Swapped "should we just return" and "should we stop the screensaver"Dag-Erling Smørgrav1998-04-161-8/+11
* More fixes to deal with fonts:Kazutaka YOKOTA1998-04-041-23/+182
* Time changes mark 2:Poul-Henning Kamp1998-04-041-10/+12
* Fix a couple of lines that dropped out in my merge yesterday.Poul-Henning Kamp1998-02-131-3/+7
* Hmm, it is generally an advantage to commit the most recent version ofPoul-Henning Kamp1998-02-131-15/+14
* Add support for VESA mode 0x102 (800x600x4) in syscons. You can activatePoul-Henning Kamp1998-02-121-58/+102
* Fix a white-space nit which I happened to notice.Poul-Henning Kamp1998-02-121-3/+2
* Oops, sorry, a #define line for my debugging session slipped intoKazutaka YOKOTA1998-02-121-3/+1
* - Move the mouse cursor to the center of the screen after videoKazutaka YOKOTA1998-02-111-16/+41
* - A new semaphore: font_loading_in_progress.Kazutaka YOKOTA1998-02-111-9/+27
* - Break scrn_timer() into two pieces. Now screen update is done in aKazutaka YOKOTA1998-02-111-85/+97
* - Ignore KBD_RAW_MODE and KBD_CODE_MODE in scgetc() when it's calledKazutaka YOKOTA1998-02-111-9/+18
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* - Add binary compatibility support for obsolete console/mouse ioctlsKazutaka YOKOTA1998-01-201-1/+51
* 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