summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r228644: syscons: provide a first iteration of cngrab/cnungrabAndriy Gapon2012-05-131-0/+2
* MFC r228426: syscons: make sc_puts static as it is used only privatelyAndriy Gapon2012-01-151-1/+0
* Add support for alternative break-to-debugger to syscons(4). While mostRobert Watson2011-08-271-0/+3
* Move VT switching hack for suspend/resume from bus drivers to syscons.cJung-uk Kim2011-05-091-1/+0
* Suspend screen updates when the video controller is powered down.Jung-uk Kim2010-05-221-0/+1
* Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.Jung-uk Kim2010-02-241-0/+1
* Yet another attempt to make palette loading more safer:Jung-uk Kim2010-02-231-1/+4
* Allow Syscons terminal emulators to provide function key strings.Ed Schouten2009-11-111-0/+2
* Add support for VT200-style mouse input.Ed Schouten2009-09-271-1/+3
* Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now meansXin LI2009-09-111-1/+1
* Make a 1:1 mapping between syscons stats and terminal emulators.Ed Schouten2009-03-101-2/+2
* Replace syscons terminal renderer by a new renderer that uses libteken.Ed Schouten2009-01-011-1/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-9/+15
* Mark the syscons video spin mutex as recursable since it is currentlyJohn Baldwin2008-02-131-1/+2
* Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek2007-12-291-20/+0
* Serialize output routine of terminal emulator (te_puts()) by a lock.Hidetoshi Shimokawa2007-09-201-0/+1
* Introduce a spinlock for synchronizing access to the video output hardwareScott Long2006-09-131-1/+17
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-2/+0
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-281-4/+6
* Prevent division by zero errors in sc_mouse_move()Craig Rodrigues2005-08-301-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-64/+158
* 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