aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to define a "shutdown" and "shutdown and poweroff" keyDavid Malone2000-09-111-0/+12
* Harvest mouse events for the entropy device in a better place. In theMark Murray2000-09-102-3/+4
* Make it possible to pass boot()'s flags to shutdown_nice() so that theMike Smith2000-08-311-1/+1
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-283-0/+3
* Fix ioctl MOUSE_SETMODE as defined in mouse(4).Kazutaka YOKOTA2000-08-271-2/+5
* o Fix a horrible bug where small reads (< 8 bytes) would return theMark Murray2000-07-252-6/+2
* Make Reset (ESC c) reset attributes too, not only clear screenAndrey A. Chernov2000-07-211-1/+6
* Implement SGR 22,24,25,27 from ECMA-48Andrey A. Chernov2000-07-201-0/+16
* Accorfing to ECMA-48 SGR 39 and 49 are just another colors and must not resetAndrey A. Chernov2000-07-201-2/+2
* Don't break the ability to debug the kernel when gathering entropy.Mark Murray2000-07-161-1/+2
* Shorten 49m attr resetting expressionAndrey A. Chernov2000-07-151-2/+1
* Reset corresponding color attributes on 39m and 49mAndrey A. Chernov2000-07-151-16/+17
* Add entropy-harvesting calls.Mark Murray2000-07-092-0/+10
* Remove old entropy-harvesting hooks; this is going to be re-engineeredMark Murray2000-06-251-7/+0
* Remove unneeded header.Mark Murray2000-06-253-3/+0
* Argh. This is what I get for trying to do too many things at once.Peter Wemm2000-06-101-0/+1
* Unused include: #include "sc.h"Peter Wemm2000-06-101-1/+0
* Cosmetique: fix comments - don't use 'ansi' word for non-ansi (adapter) colorsAndrey A. Chernov2000-06-061-7/+7
* Implement ANSI E[39m and E[49m to set fg and bg to initial (not to default!)Andrey A. Chernov2000-06-051-0/+10
* Fix the TAB not cause scrolling when entered at the end of the last line.Andrey A. Chernov2000-05-291-3/+8
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-263-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-233-4/+4
* Added PC-98 supports.Yoshihiro Takahashi2000-05-083-0/+18
* Add $FreeBSD$Peter Wemm2000-05-011-0/+2
* Back out t_timeout initializing, now in ttyregisterAndrey A. Chernov2000-05-011-1/+0
* Initialize t_timeout to -1 for console to set its default value once in ttyopenAndrey A. Chernov2000-05-011-0/+1
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.Yoshihiro Takahashi2000-04-271-0/+5
* More machdep/random.h -> sys/random.h fixes.Boris Popov2000-04-253-6/+3
* * Use sys/sys/random.h rather than a i386 specific one.David E. O'Brien2000-04-241-1/+1
* Unbreak LINT.Kazutaka YOKOTA2000-04-032-1/+5
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA2000-03-316-138/+229
* White-space-only change. The file originally had screwed indentation.Kazutaka YOKOTA2000-03-201-382/+395
* - Fix bugs when painting border and the mouse cursor in the rasterKazutaka YOKOTA2000-03-182-48/+60
* - Don't reset text colors when changing the video mode.Kazutaka YOKOTA2000-02-111-0/+2
* - Fix text cursor logic so that multiple instances of the "normal" cursorKazutaka YOKOTA2000-02-112-5/+7
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-2912-65/+2
* Fix a bug exposed by the previous commit. Do not use scp->font_size,Kazutaka YOKOTA2000-01-241-2/+5
* Unconditionally define sc_paste().Kazutaka YOKOTA2000-01-202-4/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inKazutaka YOKOTA2000-01-204-5/+4
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-1516-1247/+2352
* Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA2000-01-124-18/+38
* Add a new mechanism, cndbctl(), to tell the console driver thatKazutaka YOKOTA2000-01-111-27/+28
* - Remember the keyboard repeat delay and rate.Kazutaka YOKOTA1999-12-131-0/+1
* Fix memory leak.Kazutaka YOKOTA1999-12-101-0/+1
* Add "panic key" function to syscons. When this key is defined in aKazutaka YOKOTA1999-12-101-0/+10
* Fix mouse cursor logic which I broke in 1.1 ;-<Kazutaka YOKOTA1999-12-061-26/+30
* Fix cursor position calculation.Kazutaka YOKOTA1999-12-051-1/+2
* - Fail VT switching when the controlling program, such as theKazutaka YOKOTA1999-11-281-4/+4
* Correctly record the mouse position in the current VTY.Kazutaka YOKOTA1999-11-091-23/+22