aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Update select -> poll in drivers.Peter Wemm1997-09-141-2/+2
* Add a new compile option SC_HISTORY_SIZE to specify the history bufferKazutaka YOKOTA1997-09-042-14/+19
* Removed unused misplaced definition of TIMER_FREQ.Bruce Evans1997-08-251-3/+2
* Fix the checks for screenborder for the mousepointer.Søren Schmidt1997-08-091-14/+12
* Yeah I'm back hacking syscons !!Søren Schmidt1997-08-081-6/+56
* Fix a brino in my last commit.Poul-Henning Kamp1997-07-261-2/+5
* Add option for compiling in a 8x16 font.Poul-Henning Kamp1997-07-251-5/+14
* Removed unused #includes.Bruce Evans1997-07-201-5/+1
* Incorporated lots of fixes and suggestions from Bruce and changes toKazutaka YOKOTA1997-07-156-132/+96
* Screen saver related fixes.Kazutaka YOKOTA1997-07-152-37/+97
* scgetc() referred to `spcl' in different ways when a key is pressedKazutaka YOKOTA1997-07-141-2/+2
* Don't allow CONS_HISTORY ioctl to alter history pointersBrian Somers1997-07-091-1/+3
* Remove useless comparison.Brian Somers1997-07-081-3/+2
* YAMF2.2: Handle indirect results of "kbdcontrol -h X"Brian Somers1997-07-071-4/+7
* Fixes annoying behavior and a bug regarding the destructiveKazutaka YOKOTA1997-06-301-28/+65
* dev->id_flags --> flagsAndrey A. Chernov1997-06-291-2/+2
* A fix/work-around for ThinkPad 535.Kazutaka YOKOTA1997-06-292-22/+37
* Take the OS release string from the kernel variable `osrelease'Kazutaka YOKOTA1997-06-241-4/+27
* The syscons driver doesn't really check the presence of the displayKazutaka YOKOTA1997-06-221-67/+163
* Corrected accidental breakage in the last commit.Kazutaka YOKOTA1997-05-261-3/+3
* Fixed up ssigala@globalnet.it's "Jumping Daemon" screen saver for < v3.0.David E. O'Brien1997-05-251-4/+4
* Flip the daemon at the edge of the screen.Kazutaka YOKOTA1997-05-241-14/+53
* Introducing "Jumping Daemon" screen saver. This is really cute andKazutaka YOKOTA1997-05-211-0/+215
* 1) font loading (two fixes)Kazutaka YOKOTA1997-05-152-22/+37
* simplify IOPL gain/remove privs code. It's easier with md_regsPeter Wemm1997-05-071-6/+3
* Now that we have replaced video-related block copy calls withKazutaka YOKOTA1997-05-071-34/+32
* Restore CRTC start address check back after looking into more sourcesAndrey A. Chernov1997-04-301-3/+9
* In comp_vgaregs skip cursor shape and 4 unused bytes (6 total)Andrey A. Chernov1997-04-301-4/+4
* Addresses the following two problems.Kazutaka YOKOTA1997-04-271-8/+116
* Fixed the type of timeout functions and removed casts that hid theBruce Evans1997-04-201-10/+12
* Preserve some bits in the keyboard controller command byte whenKazutaka YOKOTA1997-04-101-10/+6
* 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