| Commit message (Expand) | Author | Age | Files | Lines |
* | syscons | yokota | 1999-01-19 | 1 | -80/+184 |
* | - Examine the error code from the screen saver and act accordingly. | yokota | 1999-01-17 | 1 | -18/+28 |
* | Get conditional compilation right so that unnecessary reference | yokota | 1999-01-13 | 1 | -8/+10 |
* | The first stage of console driver reorganization: activate new | yokota | 1999-01-11 | 1 | -965/+675 |
* | Remove a hard-coded table of kernel console I/O functions exported | yokota | 1999-01-07 | 1 | -6/+14 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+3 |
* | * Fix a couple of places in the device pager where an address was | dfr | 1998-11-08 | 1 | -2/+2 |
* | Don't update the screen while the cursor shape is being changed | yokota | 1998-11-03 | 1 | -1/+5 |
* | Initialize isa_devtab entries for interrupt handlers in individual | bde | 1998-10-22 | 1 | -2/+4 |
* | Restore static of sc_flags. | ache | 1998-10-01 | 1 | -2/+3 |
* | Yet another round of fixes for the VESA support code. | yokota | 1998-10-01 | 1 | -3/+4 |
* | Fix destructive cursor shape after text mode switch. | ache | 1998-09-29 | 1 | -32/+31 |
* | Cosmetic changes: | yokota | 1998-09-26 | 1 | -22/+19 |
* | - Use `u_long cmd' ioctl arg. | yokota | 1998-09-26 | 1 | -4/+2 |
* | Fix and update for VESA BIOS support in syscons. | yokota | 1998-09-23 | 1 | -40/+157 |
* | Add VESA support to syscons. | sos | 1998-09-15 | 1 | -1328/+491 |
* | Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfs | sos | 1998-09-14 | 1 | -3/+1 |
* | Added D_TTY to the cdevswitch flags for all tty drivers. This is required | bde | 1998-08-23 | 1 | -9/+11 |
* | Fix one forgotten instance of \n to \r | sos | 1998-08-18 | 1 | -2/+2 |
* | Changed \n to \r in the mouse cutbuffer, this makes pine & Emacs | sos | 1998-08-14 | 1 | -4/+4 |
* | A workaround for screen flicker; eliminate some I/O access to the VGA | yokota | 1998-08-10 | 1 | -1/+17 |
* | 1. Reorganized screen saver related code so that both the LKM screen | yokota | 1998-08-03 | 1 | -143/+288 |
* | - When the system is shut down, switch to the vty0 if possible. | yokota | 1998-08-03 | 1 | -3/+17 |
* | Fix the bug which always reallocated the cut buffer whenever | yokota | 1998-08-03 | 1 | -7/+18 |
* | Don't accept the blank time value, if it is too big. | yokota | 1998-08-03 | 1 | -2/+4 |
* | - Add new bell types: "quiet.normal" and "quiet.visual". | yokota | 1998-08-03 | 1 | -3/+10 |
* | Changed %n to %r in devfs name format strings. %n has almost gone away. | bde | 1998-07-15 | 1 | -2/+2 |
* | Don't pretend to support ix86's with 16-bit ints by using longs | bde | 1998-07-14 | 1 | -8/+8 |
* | Add the ability to suspend as well as hibernate to the system. This | imp | 1998-07-06 | 1 | -2/+21 |
* | Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENT | yokota | 1998-06-24 | 1 | -5/+2 |
* | Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFS | steve | 1998-06-13 | 1 | -1/+3 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | s/nanoruntime/nanouptime/g | phk | 1998-05-17 | 1 | -9/+9 |
* | Stop the screensaver before switching consoles. | des | 1998-04-17 | 1 | -1/+7 |
* | Swapped "should we just return" and "should we stop the screensaver" | des | 1998-04-16 | 1 | -8/+11 |
* | More fixes to deal with fonts: | yokota | 1998-04-04 | 1 | -23/+182 |
* | Time changes mark 2: | phk | 1998-04-04 | 1 | -10/+12 |
* | Fix a couple of lines that dropped out in my merge yesterday. | phk | 1998-02-13 | 1 | -3/+7 |
* | Hmm, it is generally an advantage to commit the most recent version of | phk | 1998-02-13 | 1 | -15/+14 |
* | Add support for VESA mode 0x102 (800x600x4) in syscons. You can activate | phk | 1998-02-12 | 1 | -58/+102 |
* | Fix a white-space nit which I happened to notice. | phk | 1998-02-12 | 1 | -3/+2 |
* | Oops, sorry, a #define line for my debugging session slipped into | yokota | 1998-02-12 | 1 | -3/+1 |
* | - Move the mouse cursor to the center of the screen after video | yokota | 1998-02-11 | 1 | -16/+41 |
* | - A new semaphore: font_loading_in_progress. | yokota | 1998-02-11 | 1 | -9/+27 |
* | - Break scrn_timer() into two pieces. Now screen update is done in a | yokota | 1998-02-11 | 1 | -85/+97 |
* | - Ignore KBD_RAW_MODE and KBD_CODE_MODE in scgetc() when it's called | yokota | 1998-02-11 | 1 | -9/+18 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+2 |
* | - Add binary compatibility support for obsolete console/mouse ioctls | yokota | 1998-01-20 | 1 | -1/+51 |
* | add devfs entries for a few more syscons devices (e.g. sysmouse) | julian | 1998-01-12 | 1 | -3/+9 |
* | - Produce the accent letter if the user hits the accent key twice. | yokota | 1998-01-09 | 1 | -4/+28 |