aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4,Marius Strobl2005-10-051-4/+6
* MFC:Craig Rodrigues2005-09-021-3/+4
* Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI2005-05-291-0/+5
* On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME soMarius Strobl2005-05-211-0/+8
* Change a directory layout for pc98.Yoshihiro Takahashi2005-05-101-1/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* - Add a font width field to struct scr_stat. Use this instead of '8'.Jake Burkholder2003-08-241-0/+1
* Add sparc64 ifdefs.Jake Burkholder2003-08-241-0/+2
* Add a VT_LOCKSWITCH ioctl that disallows vty switching. SomethingDima Dorfman2002-07-101-0/+1
* Turn on TGA support.David E. O'Brien2002-04-131-2/+9
* KSE Milestone 2Julian Elischer2001-09-121-5/+5
* Fix some malformed macro concatenation that gcc-3 has objections about.Peter Wemm2001-09-101-4/+4
* Refine cursor type/shape control escape sequences andKazutaka YOKOTA2001-08-021-4/+16
* Fix dependencies between kernel options:Kazutaka YOKOTA2001-07-101-6/+14
* Remove the resume method. It is not necessary any more, becauseKazutaka YOKOTA2001-06-301-1/+0
* Don't free buffers we didn't allocate.Kazutaka YOKOTA2001-06-291-0/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-11/+5
* Make the beep duration independent of HZ.Poul-Henning Kamp2001-05-281-1/+1
* Implement keyboard pasteAndrey A. Chernov2001-03-111-0/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Unbreak LINT.Kazutaka YOKOTA2000-04-031-0/+4
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA2000-03-311-13/+26
* 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