summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
AgeCommit message (Expand)Author
1997-11-07Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp
1997-10-26- Slightly change the way the border color register is updated so thatKazutaka YOKOTA
1997-10-26- The daemon might go off the screen and crashed the system if theKazutaka YOKOTA
1997-10-23Reject unreasonable values passed to CONS_HISTORY ioctl. It did notKazutaka YOKOTA
1997-10-04Make the blank screen saver work with MDA and CGA. The fade and greenKazutaka YOKOTA
1997-10-01Add a new keyboard mode K_CODE. Returns a single byte for each keySøren Schmidt
1997-09-26tiny update of ESC sequence parser.Jun-ichiro itojun Hagino
1997-09-14Update select -> poll in drivers.Peter Wemm
1997-09-04Add a new compile option SC_HISTORY_SIZE to specify the history bufferKazutaka YOKOTA
1997-08-25Removed unused misplaced definition of TIMER_FREQ.Bruce Evans
1997-08-09Fix the checks for screenborder for the mousepointer.Søren Schmidt
1997-08-08Yeah I'm back hacking syscons !!Søren Schmidt
1997-07-26Fix a brino in my last commit.Poul-Henning Kamp
1997-07-25Add option for compiling in a 8x16 font.Poul-Henning Kamp
1997-07-20Removed unused #includes.Bruce Evans
1997-07-15Incorporated lots of fixes and suggestions from Bruce and changes toKazutaka YOKOTA
1997-07-15Screen saver related fixes.Kazutaka YOKOTA
1997-07-14scgetc() referred to `spcl' in different ways when a key is pressedKazutaka YOKOTA
1997-07-09Don't allow CONS_HISTORY ioctl to alter history pointersBrian Somers
1997-07-08Remove useless comparison.Brian Somers
1997-07-07YAMF2.2: Handle indirect results of "kbdcontrol -h X"Brian Somers
1997-06-30Fixes annoying behavior and a bug regarding the destructiveKazutaka YOKOTA
1997-06-29dev->id_flags --> flagsAndrey A. Chernov
1997-06-29A fix/work-around for ThinkPad 535.Kazutaka YOKOTA
1997-06-24Take the OS release string from the kernel variable `osrelease'Kazutaka YOKOTA
1997-06-22The syscons driver doesn't really check the presence of the displayKazutaka YOKOTA
1997-05-26Corrected accidental breakage in the last commit.Kazutaka YOKOTA
1997-05-25Fixed up ssigala@globalnet.it's "Jumping Daemon" screen saver for < v3.0.David E. O'Brien
1997-05-24Flip the daemon at the edge of the screen.Kazutaka YOKOTA
1997-05-21Introducing "Jumping Daemon" screen saver. This is really cute andKazutaka YOKOTA
1997-05-151) font loading (two fixes)Kazutaka YOKOTA
1997-05-07simplify IOPL gain/remove privs code. It's easier with md_regsPeter Wemm
1997-05-07Now that we have replaced video-related block copy calls withKazutaka YOKOTA
1997-04-30Restore CRTC start address check back after looking into more sourcesAndrey A. Chernov
1997-04-30In comp_vgaregs skip cursor shape and 4 unused bytes (6 total)Andrey A. Chernov
1997-04-27Addresses the following two problems.Kazutaka YOKOTA
1997-04-20Fixed the type of timeout functions and removed casts that hid theBruce Evans
1997-04-10Preserve some bits in the keyboard controller command byte whenKazutaka YOKOTA
1997-04-06Make MOD_* macros almost consistent:Peter Dufault
1997-04-06Make MOD_* macros almost consistent:Peter Dufault
1997-04-03Make the default VERASE key the <-- key and remove root'sBrian Somers
1997-03-28Interim patch/kludge for keyboard lock-up when `kbdcontrol' tries toKazutaka YOKOTA
1997-03-24Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans
1997-03-01make sure that the user supplied signals in struct vt_mode are actuallyJohn-Mark Gurney
1997-02-28Fixed spelling error in a variable name.Bruce Evans
1997-02-28Removed an obsolete test which prevented mouse movement from quitingKazutaka YOKOTA
1997-02-22Revert $FreeBSD$ back to $Id$Peter Wemm
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-02-13Oops, cut/paste could be done on tthe WRONG vty :(Søren Schmidt
1997-01-30Fixed the "switch to next screen" command (normally bound to theSøren Schmidt