aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Remove sparc64 kernel supportWarner Losh2020-02-031-10/+0
* syscons: drop keyboard index from softcKyle Evans2019-12-231-2/+1
* Fix the dumb and sc terminal emulators to compile and work.Bruce Evans2019-02-211-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Support setting the colors of cursors for the VGA renderer.Bruce Evans2017-08-251-4/+7
* Rename curr_curs_attr to base_curr_attr. The actual current cursorBruce Evans2017-08-191-1/+1
* Use better hard-coded defaults for the cursor shape, and remove nearbyBruce Evans2017-08-191-2/+0
* Add many bitmaps (now there are 13) for mouse cursors and logic to tryBruce Evans2017-07-081-0/+1
* When the character width is 9, remove vertical lines in the mouse cursorBruce Evans2017-04-201-2/+2
* Fix removal of the keyboard cursor image in text mode, especiallyBruce Evans2017-04-081-2/+0
* The switch to kernel terminal context needs to update more than the cursorBruce Evans2017-03-291-2/+2
* Restore switching to a separate kernel terminal "input" state and extendBruce Evans2017-03-261-2/+1
* Add a scteken_set_cursor() (sc to teken) method and use it to fixBruce Evans2017-03-111-0/+2
* Colorize syscons kernel console output according to a table indexedBruce Evans2017-03-041-0/+1
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-8/+0
* The log message for the previous commit didn't mention the most theBruce Evans2016-09-011-0/+2
* Add some locking to sc_cngetc().Bruce Evans2016-08-311-0/+1
* Less-quick fix for locking fixes in r172250. r172250 added a secondBruce Evans2016-08-251-5/+5
* Flesh out the state and flags args to sccnopen(). Set state flags toBruce Evans2016-08-241-0/+8
* Fix restoring the kbd_mode part of the keyboard state in grab/ungrab.Bruce Evans2016-08-151-1/+0
* [Oops, the previous commit was missing the update to syscons.h.]Bruce Evans2016-08-151-1/+1
* Quick fix for locking fixes in r172250. The lock added there was per-Bruce Evans2016-08-151-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