aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
Commit message (Expand)AuthorAgeFilesLines
* MFC:Kazutaka YOKOTA2000-04-031-13/+30
* Unconditionally define sc_paste().Kazutaka YOKOTA2000-01-201-2/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inKazutaka YOKOTA2000-01-201-1/+0
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-151-65/+159
* Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA2000-01-121-0/+6
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-1/+0
* - Hang the scr_stat struct from dev_t.Kazutaka YOKOTA1999-09-191-3/+3
* - Preserve the content of the back scroll buffer when changing theKazutaka YOKOTA1999-09-191-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-6/+1
* First small steps at merging DEVFS and PHK's Dev_t stuff.Julian Elischer1999-08-201-2/+5
* - Fixed memory leak in sc_alloc_history_buffer().Kazutaka YOKOTA1999-07-071-2/+4
* Fix ESC[P (delete N chars) and ESC[@ (insert N chars). These deletionKazutaka YOKOTA1999-06-241-1/+2
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-69/+342
* Centralize and reorganize a few macros.Dag-Erling Smørgrav1999-04-121-5/+1
* sysconsKazutaka YOKOTA1999-01-191-1/+6
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-111-25/+16
* Yet another round of fixes for the VESA support code.Kazutaka YOKOTA1998-10-011-2/+1
* Fix destructive cursor shape after text mode switch.Andrey A. Chernov1998-09-291-1/+2
* - Use `u_long cmd' ioctl arg.Kazutaka YOKOTA1998-09-261-2/+3
* Fix and update for VESA BIOS support in syscons.Kazutaka YOKOTA1998-09-231-2/+2
* Add VESA support to syscons.Søren Schmidt1998-09-151-30/+62
* 1. Reorganized screen saver related code so that both the LKM screenKazutaka YOKOTA1998-08-031-3/+12
* - Add new bell types: "quiet.normal" and "quiet.visual".Kazutaka YOKOTA1998-08-031-1/+2
* Add support for VESA mode 0x102 (800x600x4) in syscons. You can activatePoul-Henning Kamp1998-02-121-2/+2
* Make comp_vgaregs() less strict about VGA register values whenKazutaka YOKOTA1997-11-211-1/+2
* Reject unreasonable values passed to CONS_HISTORY ioctl. It did notKazutaka YOKOTA1997-10-231-5/+1
* Add a new keyboard mode K_CODE. Returns a single byte for each keySøren Schmidt1997-10-011-9/+10
* Add a new compile option SC_HISTORY_SIZE to specify the history bufferKazutaka YOKOTA1997-09-041-2/+5
* Removed unused misplaced definition of TIMER_FREQ.Bruce Evans1997-08-251-3/+2
* Screen saver related fixes.Kazutaka YOKOTA1997-07-151-1/+3
* A fix/work-around for ThinkPad 535.Kazutaka YOKOTA1997-06-291-1/+2
* 1) font loading (two fixes)Kazutaka YOKOTA1997-05-151-4/+4
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Add save/restore cursor as pr SCO screen(HW) manpage.Søren Schmidt1997-01-231-0/+2
* Upgrade the kbdio rutines to provide queued kbd & mouse events.Søren Schmidt1997-01-151-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.Nate Williams1996-11-101-1/+2
* Remove SC_KBD_PROBE_WORKS option and replace it with a simple run-time flagPaul Traina1996-10-231-1/+2
* Changed mouse functionality a bit, now the pointer disappears ifSøren Schmidt1996-10-181-2/+4
* Fix a couble of nasties regarding mouse pointer and differentSøren Schmidt1996-09-301-3/+5
* Fixed a couple of bugs in the mousepointer code.Søren Schmidt1996-09-011-5/+7
* Fixed bug in pasting 8bit char (ache).Søren Schmidt1996-06-261-5/+6
* Change the way moused talk to syscons, now its only delivering mouseeventsSøren Schmidt1996-06-251-3/+7
* Moved declarations of static functions to the correct file. This fixesBruce Evans1996-06-231-36/+3
* Some news for syscons (long overdue):Søren Schmidt1996-06-211-4/+7
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-2/+2
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-5/+1
* Separate colors & attributes as Terry pointsAndrey A. Chernov1995-11-281-6/+17
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-2/+1