summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
AgeCommit message (Expand)Author
1998-10-01Yet another round of fixes for the VESA support code.Kazutaka YOKOTA
1998-09-29Fix destructive cursor shape after text mode switch.Andrey A. Chernov
1998-09-26Cosmetic changes:Kazutaka YOKOTA
1998-09-26- Use `u_long cmd' ioctl arg.Kazutaka YOKOTA
1998-09-25Cosmetic change: adjust copyright notice.Kazutaka YOKOTA
1998-09-23Fix and update for VESA BIOS support in syscons.Kazutaka YOKOTA
1998-09-17Fix the sreensavers so the work again with the new syscons & friends.Søren Schmidt
1998-09-15Add VESA support to syscons.Søren Schmidt
1998-09-14Make /dev/vga a softlink to /dev/ttyv0 under DEVFS using /etc/rc.devfsSøren Schmidt
1998-08-23Added D_TTY to the cdevswitch flags for all tty drivers. This is requiredBruce Evans
1998-08-18Fix one forgotten instance of \n to \rSøren Schmidt
1998-08-14Changed \n to \r in the mouse cutbuffer, this makes pine & EmacsSøren Schmidt
1998-08-10A workaround for screen flicker; eliminate some I/O access to the VGAKazutaka YOKOTA
1998-08-06The daemon, snake and star savers should refuse to load if the currentKazutaka YOKOTA
1998-08-031. Reorganized screen saver related code so that both the LKM screenKazutaka YOKOTA
1998-08-03- When the system is shut down, switch to the vty0 if possible.Kazutaka YOKOTA
1998-08-03Fix the bug which always reallocated the cut buffer wheneverKazutaka YOKOTA
1998-08-03Don't accept the blank time value, if it is too big.Kazutaka YOKOTA
1998-08-03- Add new bell types: "quiet.normal" and "quiet.visual".Kazutaka YOKOTA
1998-07-15Changed %n to %r in devfs name format strings. %n has almost gone away.Bruce Evans
1998-07-14Don't pretend to support ix86's with 16-bit ints by using longsBruce Evans
1998-07-06Add the ability to suspend as well as hibernate to the system. ThisWarner Losh
1998-06-24Don't refer to mouse_info.u.datea.[xyz] while processing MOUSE_BUTTON_EVENTKazutaka YOKOTA
1998-06-13Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFSSteve Price
1998-06-07This commit fixes various 64bit portability problems required forDoug Rabson
1998-05-17s/nanoruntime/nanouptime/gPoul-Henning Kamp
1998-04-17Stop the screensaver before switching consoles.Dag-Erling Smørgrav
1998-04-16Swapped "should we just return" and "should we stop the screensaver"Dag-Erling Smørgrav
1998-04-04More fixes to deal with fonts:Kazutaka YOKOTA
1998-04-04Time changes mark 2:Poul-Henning Kamp
1998-02-13Fix a couple of lines that dropped out in my merge yesterday.Poul-Henning Kamp
1998-02-13Hmm, it is generally an advantage to commit the most recent version ofPoul-Henning Kamp
1998-02-12Add support for VESA mode 0x102 (800x600x4) in syscons. You can activatePoul-Henning Kamp
1998-02-12Fix a white-space nit which I happened to notice.Poul-Henning Kamp
1998-02-12Oops, sorry, a #define line for my debugging session slipped intoKazutaka YOKOTA
1998-02-11- Move the mouse cursor to the center of the screen after videoKazutaka YOKOTA
1998-02-11- A new semaphore: font_loading_in_progress.Kazutaka YOKOTA
1998-02-11- Break scrn_timer() into two pieces. Now screen update is done in aKazutaka YOKOTA
1998-02-11- Ignore KBD_RAW_MODE and KBD_CODE_MODE in scgetc() when it's calledKazutaka YOKOTA
1998-01-24Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund
1998-01-20- Add binary compatibility support for obsolete console/mouse ioctlsKazutaka YOKOTA
1998-01-16Include <machine/pc/display.h>, not <i386/include/pc/display.h>. This isBruce Evans
1998-01-12add devfs entries for a few more syscons devices (e.g. sysmouse)Julian Elischer
1998-01-09- Produce the accent letter if the user hits the accent key twice.Kazutaka YOKOTA
1998-01-07Added accent (dead) key support to syscons and kbdcontrol.Kazutaka YOKOTA
1997-12-07- Add support for the following mice to psm/moused/sysmouse:Kazutaka YOKOTA
1997-12-06Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that areBruce Evans
1997-11-25Move the hardware currsor off screen when getting back from anSøren Schmidt
1997-11-21Make comp_vgaregs() less strict about VGA register values whenKazutaka YOKOTA
1997-11-07Rename some local variables to avoid shadowing other local variables.Poul-Henning Kamp