aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvscvs2svn2000-06-251-1/+1
* YAMFC: bring in the key repeat rate related code update.Kazutaka YOKOTA2000-02-021-0/+1
* YAMFC: Fix wrong usage of FONT_NONE (syscons.c 1.333, syscons.h 1.59,Kazutaka YOKOTA2000-02-011-4/+7
* Fix the NEXT key processing; don't go beyond the boudary of the array!Kazutaka YOKOTA2000-02-011-1/+2
* YAMFC: Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA2000-01-271-9/+60
* Fix mouse cursor update logic. This bug is only in -STABLE.Kazutaka YOKOTA1999-12-081-2/+2
* MFC from rev 1.328: Fix cursor position calculation.Kazutaka YOKOTA1999-12-081-1/+2
* MFC: sort of...Kazutaka YOKOTA1999-11-291-11/+16
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* MFC: backport the revised VT switching code from -CURRENT (rev 1.307).Kazutaka YOKOTA1999-08-221-65/+286
* I forgot this bit in the last MFC :-(Kazutaka YOKOTA1999-08-021-1/+4
* MFC: from rev 1.314.Kazutaka YOKOTA1999-07-221-2/+9
* MFC: Fill in tp->t_windowsize AFTER the call to (*linesw[tp->t_line].l_open)(),Kazutaka YOKOTA1999-06-291-1/+3
* YAMFC: merge updated keyboard driver code:Kazutaka YOKOTA1999-05-091-4/+16
* MFC:Kazutaka YOKOTA1999-02-071-2/+2
* MFC: pull down the splash screen when someone is about to read fromKazutaka YOKOTA1999-01-311-7/+2
* sysconsKazutaka YOKOTA1999-01-191-80/+184
* - Examine the error code from the screen saver and act accordingly.Kazutaka YOKOTA1999-01-171-18/+28
* Get conditional compilation right so that unnecessary referenceKazutaka YOKOTA1999-01-131-8/+10
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-111-965/+675
* Remove a hard-coded table of kernel console I/O functions exportedKazutaka YOKOTA1999-01-071-6/+14
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-2/+3
* * Fix a couple of places in the device pager where an address wasDoug Rabson1998-11-081-2/+2
* Don't update the screen while the cursor shape is being changedKazutaka YOKOTA1998-11-031-1/+5
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* Restore static of sc_flags.Andrey A. Chernov1998-10-011-2/+3
* Yet another round of fixes for the VESA support code.Kazutaka YOKOTA1998-10-011-3/+4
* Fix destructive cursor shape after text mode switch.Andrey A. Chernov1998-09-291-32/+31
* Cosmetic changes:Kazutaka YOKOTA1998-09-261-22/+19
* - Use `u_long cmd' ioctl arg.Kazutaka YOKOTA1998-09-261-4/+2
* Fix and update for VESA BIOS support in syscons.Kazutaka YOKOTA1998-09-231-40/+157
* Add VESA support to syscons.Søren Schmidt1998-09-151-1328/+491
* Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfsSøren Schmidt1998-09-141-3/+1
* Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans1998-08-231-9/+11
* Fix one forgotten instance of \n to \rSøren Schmidt1998-08-181-2/+2
* Changed \n to \r in the mouse cutbuffer, this makes pine & EmacsSøren Schmidt1998-08-141-4/+4
* A workaround for screen flicker; eliminate some I/O access to the VGAKazutaka YOKOTA1998-08-101-1/+17
* 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