aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Make MOD_* macros almost consistent:Peter Dufault1997-04-061-3/+3
* Make MOD_* macros almost consistent:Peter Dufault1997-04-064-12/+12
* Make the default VERASE key the <-- key and remove root'sBrian Somers1997-04-031-1/+4
* Interim patch/kludge for keyboard lock-up when `kbdcontrol' tries toKazutaka YOKOTA1997-03-281-3/+10
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* make sure that the user supplied signals in struct vt_mode are actuallyJohn-Mark Gurney1997-03-011-8/+18
* Fixed spelling error in a variable name.Bruce Evans1997-02-281-2/+2
* Removed an obsolete test which prevented mouse movement from quitingKazutaka YOKOTA1997-02-281-7/+6
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-225-5/+5
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-222-2/+2
* Oops, cut/paste could be done on tthe WRONG vty :(Søren Schmidt1997-02-131-1/+1
* Fixed the "switch to next screen" command (normally bound to theSøren Schmidt1997-01-301-1/+10
* Add save/restore cursor as pr SCO screen(HW) manpage.Søren Schmidt1997-01-232-1/+30
* Fix the bug that caused CTRL & ALT keys to be hanging sometimes afterSøren Schmidt1997-01-201-1/+1
* Oops, the position of the savefont code was wrong, cur_consoleSøren Schmidt1997-01-191-12/+12
* Oops! I commented out the waiting for retrace loops, because theSøren Schmidt1997-01-181-5/+5
* Bruce pointed out a bogon:Søren Schmidt1997-01-171-3/+11
* Upgrade the kbdio rutines to provide queued kbd & mouse events.Søren Schmidt1997-01-153-60/+154
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-147-7/+7
* Hawaii-Five-TypoAlexander Langer1996-12-191-3/+3
* Fix the broken support for monochrome VGA's.Søren Schmidt1996-12-071-3/+22
* Alot of fixes from kazu:Søren Schmidt1996-12-011-18/+53
* Fix UserConfig w/syscons.Nate Williams1996-11-191-2/+2
* Only poll the keyboard if the data left in the buffer is from theSøren Schmidt1996-11-151-5/+5
* Finally a start at sharing the kdb controller routines betweenSøren Schmidt1996-11-141-102/+71
* 1. Avoid a race in scclose(). tty.c has kludges so that the race isSøren Schmidt1996-11-111-5/+15
* Removed 'XT_KEYBOARD' option from syscons. Document new-style way ofNate Williams1996-11-111-4/+1
* Make snake 3.0-CURRENT here.Jordan K. Hubbard1996-11-111-2/+2
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.Nate Williams1996-11-102-8/+20
* Fix the hanging keyboard problem under Xaccel. Apprently we are loosingSøren Schmidt1996-11-041-29/+44
* Use the calibrated/adjustable i8254 frequency `timer_freq' instead ofSøren Schmidt1996-10-261-23/+30
* Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagPaul Traina1996-10-232-8/+10
* Changed mouse functionality a bit, now the pointer disappears ifSøren Schmidt1996-10-182-17/+39
* Corrected the setting of winsize on open().Søren Schmidt1996-10-151-5/+10
* Don't claim the console when the driver is disabled. The getc/putcBruce Evans1996-10-091-2/+2
* scresume erroneously used before declared. Move the functionJordan K. Hubbard1996-10-031-10/+10
* Fixed the userconfig problem (and one with ddb as well).Søren Schmidt1996-10-021-153/+157
* Fixed the "missing updates" reported by ache.Søren Schmidt1996-10-011-29/+37
* #ifdef another instance of toggle_splash_screen() which Soren missed.Jordan K. Hubbard1996-10-011-1/+5
* Dont make splash screen the default :)Søren Schmidt1996-09-301-2/+1
* Fix a couble of nasties regarding mouse pointer and differentSøren Schmidt1996-09-302-103/+180
* Changed cncheckc() interface so that it is 8-bit clean - return -1Bruce Evans1996-09-141-2/+7
* Hack workaround XFree86 switching failure when used with /dev/sysmousePeter Wemm1996-09-101-2/+23
* The poor nsccons variable was gone agian this time hidden bySøren Schmidt1996-09-091-2/+2
* Make syscons replicate a mousesystems mouse on minor 128..Søren Schmidt1996-09-081-18/+36
* Fixed another easy case of const poisoning in the kernel. Cosmetic.Bruce Evans1996-09-071-2/+2
* Add option SC_KBD_PROBE_WORKS to syscons driver.Paul Traina1996-09-061-4/+12
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-24/+1
* Fixed a panic when switching to 40x25 mode, and cursor was beyond theSøren Schmidt1996-09-041-1/+2
* Fixed a couple of bugs in the mousepointer code.Søren Schmidt1996-09-012-233/+298