summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.h
Commit message (Expand)AuthorAgeFilesLines
* Increase maximum number of columns to support 1920x1200 displays.jmmv2014-03-021-2/+2
* MFcalloutng (r244249, r244306 by mav):davide2013-03-041-0/+2
* Convert files to UTF-8uqs2012-01-151-1/+1
* syscons: provide a first iteration of cngrab/cnungrab implementationavg2011-12-171-0/+2
* syscons: make sc_puts static as it is used only privatelyavg2011-12-111-1/+0
* Add support for alternative break-to-debugger to syscons(4). While mostrwatson2011-08-271-0/+3
* Move VT switching hack for suspend/resume from bus drivers to syscons.cjkim2011-05-091-1/+0
* Suspend screen updates when the video controller is powered down.jkim2010-05-221-0/+1
* Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.jkim2010-02-241-0/+1
* Yet another attempt to make palette loading more safer:jkim2010-02-231-1/+4
* Allow Syscons terminal emulators to provide function key strings.ed2009-11-111-0/+2
* Add support for VT200-style mouse input.ed2009-09-271-1/+3
* Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now meansdelphij2009-09-111-1/+1
* Make a 1:1 mapping between syscons stats and terminal emulators.ed2009-03-101-2/+2
* Replace syscons terminal renderer by a new renderer that uses libteken.ed2009-01-011-1/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-9/+15
* Mark the syscons video spin mutex as recursable since it is currentlyjhb2008-02-131-1/+2
* Remove explicit calls to keyboard methods with their respective variantswkoszek2007-12-291-20/+0
* Serialize output routine of terminal emulator (te_puts()) by a lock.simokawa2007-09-201-0/+1
* Introduce a spinlock for synchronizing access to the video output hardwarescottl2006-09-131-1/+17
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-2/+0
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tmarius2005-09-281-4/+6
* Prevent division by zero errors in sc_mouse_move()rodrigc2005-08-301-3/+4
* Add VESA mode support for syscons, which enables the support of 15, 16,delphij2005-05-291-0/+5
* On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME somarius2005-05-211-0/+8
* Change a directory layout for pc98.nyan2005-05-101-1/+1
* Avoid casts as lvalues.kan2004-07-281-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* - Add a font width field to struct scr_stat. Use this instead of '8'.jake2003-08-241-0/+1
* Add sparc64 ifdefs.jake2003-08-241-0/+2
* Add a VT_LOCKSWITCH ioctl that disallows vty switching. Somethingdd2002-07-101-0/+1
* Turn on TGA support.obrien2002-04-131-2/+9
* KSE Milestone 2julian2001-09-121-5/+5
* Fix some malformed macro concatenation that gcc-3 has objections about.peter2001-09-101-4/+4
* Refine cursor type/shape control escape sequences andyokota2001-08-021-4/+16
* Fix dependencies between kernel options:yokota2001-07-101-6/+14
* Remove the resume method. It is not necessary any more, becauseyokota2001-06-301-1/+0
* Don't free buffers we didn't allocate.yokota2001-06-291-0/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-11/+5
* Make the beep duration independent of HZ.phk2001-05-281-1/+1
* Implement keyboard pasteache2001-03-111-0/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Unbreak LINT.yokota2000-04-031-0/+4
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.yokota2000-03-311-13/+26
* Unconditionally define sc_paste().yokota2000-01-201-2/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inyokota2000-01-201-1/+0
* This is the 3rd stage of syscons code reorganization.yokota2000-01-151-65/+159
* Make the mouse cursor char code configurable via the CONS_MOUSECTLyokota2000-01-121-0/+6
OpenPOWER on IntegriCloud