summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r330897:Eitan Adler2018-03-291-2/+0
* MFC r316636,r316642,r316675,r316733,r316737,r316741,r316827,r316830,r316865,r...Eitan Adler2018-03-141-2/+0
* MFC r316136:Eitan Adler2018-03-141-2/+2
* MFC r315984:Eitan Adler2018-03-141-2/+1
* MFC r315003,r315065,r315066:Eitan Adler2018-03-141-0/+2
* MFC r314641,r314646,r314997,r315390:Eitan Adler2018-03-141-0/+1
* MFC r305121,r305231:Eitan Adler2018-03-141-0/+3
* Partial merge of the SPDX changesEitan Adler2018-03-141-0/+2
* MFC r304804:Eitan Adler2018-03-141-5/+5
* MFC r304773,r304800:Eitan Adler2018-03-141-0/+8
* MFC r304173,r304181,r304186:Eitan Adler2018-03-141-1/+0
* MFC r304165,r304166:Eitan Adler2018-03-131-1/+1
* MFC r304153:Eitan Adler2018-03-131-1/+1
* Fix comment introduced in r262480: it's 1920x1200, not 1980x1200.Julio Merino2014-02-251-1/+1
* Increase maximum number of columns to support 1980x1200 displays.Julio Merino2014-02-251-2/+2
* MFcalloutng (r244249, r244306 by mav):Davide Italiano2013-03-041-0/+2
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* syscons: provide a first iteration of cngrab/cnungrab implementationAndriy Gapon2011-12-171-0/+2
* syscons: make sc_puts static as it is used only privatelyAndriy Gapon2011-12-111-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