| Commit message (Expand) | Author | Age | Files | Lines |
| * | A workaround for screen flicker; eliminate some I/O access to the VGA | Kazutaka YOKOTA | 1998-08-10 | 1 | -1/+17 |
| * | The daemon, snake and star savers should refuse to load if the current | Kazutaka YOKOTA | 1998-08-06 | 3 | -3/+12 |
| * | 1. Reorganized screen saver related code so that both the LKM screen | Kazutaka YOKOTA | 1998-08-03 | 2 | -146/+300 |
| * | - When the system is shut down, switch to the vty0 if possible. | Kazutaka YOKOTA | 1998-08-03 | 1 | -3/+17 |
| * | Fix the bug which always reallocated the cut buffer whenever | Kazutaka YOKOTA | 1998-08-03 | 1 | -7/+18 |
| * | Don't accept the blank time value, if it is too big. | Kazutaka YOKOTA | 1998-08-03 | 1 | -2/+4 |
| * | - Add new bell types: "quiet.normal" and "quiet.visual". | Kazutaka YOKOTA | 1998-08-03 | 2 | -4/+12 |
| * | Changed %n to %r in devfs name format strings. %n has almost gone away. | Bruce Evans | 1998-07-15 | 1 | -2/+2 |
| * | Don't pretend to support ix86's with 16-bit ints by using longs | Bruce Evans | 1998-07-14 | 1 | -8/+8 |
| * | Add the ability to suspend as well as hibernate to the system. This | Warner Losh | 1998-07-06 | 1 | -2/+21 |
| * | Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENT | Kazutaka YOKOTA | 1998-06-24 | 1 | -5/+2 |
| * | Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFS | Steve Price | 1998-06-13 | 1 | -1/+3 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
| * | s/nanoruntime/nanouptime/g | Poul-Henning Kamp | 1998-05-17 | 1 | -9/+9 |
| * | Stop the screensaver before switching consoles. | Dag-Erling Smørgrav | 1998-04-17 | 1 | -1/+7 |
| * | Swapped "should we just return" and "should we stop the screensaver" | Dag-Erling Smørgrav | 1998-04-16 | 1 | -8/+11 |
| * | More fixes to deal with fonts: | Kazutaka YOKOTA | 1998-04-04 | 1 | -23/+182 |
| * | Time changes mark 2: | Poul-Henning Kamp | 1998-04-04 | 1 | -10/+12 |
| * | Fix a couple of lines that dropped out in my merge yesterday. | Poul-Henning Kamp | 1998-02-13 | 1 | -3/+7 |
| * | Hmm, it is generally an advantage to commit the most recent version of | Poul-Henning Kamp | 1998-02-13 | 1 | -15/+14 |
| * | Add support for VESA mode 0x102 (800x600x4) in syscons. You can activate | Poul-Henning Kamp | 1998-02-12 | 2 | -60/+104 |
| * | Fix a white-space nit which I happened to notice. | Poul-Henning Kamp | 1998-02-12 | 1 | -3/+2 |
| * | Oops, sorry, a #define line for my debugging session slipped into | Kazutaka YOKOTA | 1998-02-12 | 1 | -3/+1 |
| * | - Move the mouse cursor to the center of the screen after video | Kazutaka YOKOTA | 1998-02-11 | 1 | -16/+41 |
| * | - A new semaphore: font_loading_in_progress. | Kazutaka YOKOTA | 1998-02-11 | 1 | -9/+27 |
| * | - Break scrn_timer() into two pieces. Now screen update is done in a | Kazutaka YOKOTA | 1998-02-11 | 1 | -85/+97 |
| * | - Ignore KBD_RAW_MODE and KBD_CODE_MODE in scgetc() when it's called | Kazutaka YOKOTA | 1998-02-11 | 1 | -9/+18 |
| * | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -1/+2 |
| * | - Add binary compatibility support for obsolete console/mouse ioctls | Kazutaka YOKOTA | 1998-01-20 | 1 | -1/+51 |
| * | Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This is | Bruce Evans | 1998-01-16 | 3 | -6/+6 |
| * | add devfs entries for a few more syscons devices (e.g. sysmouse) | Julian Elischer | 1998-01-12 | 1 | -3/+9 |
| * | - Produce the accent letter if the user hits the accent key twice. | Kazutaka YOKOTA | 1998-01-09 | 1 | -4/+28 |
| * | Added accent (dead) key support to syscons and kbdcontrol. | Kazutaka YOKOTA | 1998-01-07 | 1 | -4/+58 |
| * | - Add support for the following mice to psm/moused/sysmouse: | Kazutaka YOKOTA | 1997-12-07 | 1 | -48/+434 |
| * | Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that are | Bruce Evans | 1997-12-06 | 1 | -3/+3 |
| * | Move the hardware currsor off screen when getting back from an | Søren Schmidt | 1997-11-25 | 1 | -2/+9 |
| * | Make comp_vgaregs() less strict about VGA register values when | Kazutaka YOKOTA | 1997-11-21 | 2 | -145/+232 |
| * | Rename some local variables to avoid shadowing other local variables. | Poul-Henning Kamp | 1997-11-07 | 1 | -4/+4 |
| * | Remove a bunch of variables which were unused both in GENERIC and LINT. | Poul-Henning Kamp | 1997-11-07 | 1 | -3/+1 |
| * | - Slightly change the way the border color register is updated so that | Kazutaka YOKOTA | 1997-10-26 | 1 | -4/+3 |
| * | - The daemon might go off the screen and crashed the system if the | Kazutaka YOKOTA | 1997-10-26 | 1 | -35/+148 |
| * | Reject unreasonable values passed to CONS_HISTORY ioctl. It did not | Kazutaka YOKOTA | 1997-10-23 | 2 | -26/+84 |
| * | Make the blank screen saver work with MDA and CGA. The fade and green | Kazutaka YOKOTA | 1997-10-04 | 3 | -37/+169 |
| * | Add a new keyboard mode K_CODE. Returns a single byte for each key | Søren Schmidt | 1997-10-01 | 2 | -13/+25 |
| * | tiny update of ESC sequence parser. | Jun-ichiro itojun Hagino | 1997-09-26 | 1 | -5/+23 |
| * | Update select -> poll in drivers. | Peter Wemm | 1997-09-14 | 1 | -2/+2 |
| * | Add a new compile option SC_HISTORY_SIZE to specify the history buffer | Kazutaka YOKOTA | 1997-09-04 | 2 | -14/+19 |
| * | Removed unused misplaced definition of TIMER_FREQ. | Bruce Evans | 1997-08-25 | 1 | -3/+2 |
| * | Fix the checks for screenborder for the mousepointer. | Søren Schmidt | 1997-08-09 | 1 | -14/+12 |
| * | Yeah I'm back hacking syscons !! | Søren Schmidt | 1997-08-08 | 1 | -6/+56 |