summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-12-23syscons: drop keyboard index from softcKyle Evans
2019-02-21Fix the dumb and sc terminal emulators to compile and work.Bruce Evans
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-25Support setting the colors of cursors for the VGA renderer.Bruce Evans
2017-08-19Rename curr_curs_attr to base_curr_attr. The actual current cursorBruce Evans
2017-08-19Use better hard-coded defaults for the cursor shape, and remove nearbyBruce Evans
2017-07-08Add many bitmaps (now there are 13) for mouse cursors and logic to tryBruce Evans
2017-04-20When the character width is 9, remove vertical lines in the mouse cursorBruce Evans
2017-04-08Fix removal of the keyboard cursor image in text mode, especiallyBruce Evans
2017-03-29The switch to kernel terminal context needs to update more than the cursorBruce Evans
2017-03-26Restore switching to a separate kernel terminal "input" state and extendBruce Evans
2017-03-11Add a scteken_set_cursor() (sc to teken) method and use it to fixBruce Evans
2017-03-04Colorize syscons kernel console output according to a table indexedBruce Evans
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-09-01The log message for the previous commit didn't mention the most theBruce Evans
2016-08-31Add some locking to sc_cngetc().Bruce Evans
2016-08-25Less-quick fix for locking fixes in r172250. r172250 added a secondBruce Evans
2016-08-24Flesh out the state and flags args to sccnopen(). Set state flags toBruce Evans
2016-08-15Fix restoring the kbd_mode part of the keyboard state in grab/ungrab.Bruce Evans
2016-08-15[Oops, the previous commit was missing the update to syscons.h.]Bruce Evans
2016-08-15Quick fix for locking fixes in r172250. The lock added there was per-Bruce Evans
2014-02-25Fix comment introduced in r262480: it's 1920x1200, not 1980x1200.Julio Merino
2014-02-25Increase maximum number of columns to support 1980x1200 displays.Julio Merino
2013-03-04MFcalloutng (r244249, r244306 by mav):Davide Italiano
2012-01-15Convert files to UTF-8Ulrich Spörlein
2011-12-17syscons: provide a first iteration of cngrab/cnungrab implementationAndriy Gapon
2011-12-11syscons: make sc_puts static as it is used only privatelyAndriy Gapon
2011-08-27Add support for alternative break-to-debugger to syscons(4). While mostRobert Watson
2011-05-09Move VT switching hack for suspend/resume from bus drivers to syscons.cJung-uk Kim
2010-05-22Suspend screen updates when the video controller is powered down.Jung-uk Kim
2010-02-24Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.Jung-uk Kim
2010-02-23Yet another attempt to make palette loading more safer:Jung-uk Kim
2009-11-11Allow Syscons terminal emulators to provide function key strings.Ed Schouten
2009-09-27Add support for VT200-style mouse input.Ed Schouten
2009-09-11Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now meansXin LI
2009-03-10Make a 1:1 mapping between syscons stats and terminal emulators.Ed Schouten
2009-01-01Replace syscons terminal renderer by a new renderer that uses libteken.Ed Schouten
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2008-02-13Mark the syscons video spin mutex as recursable since it is currentlyJohn Baldwin
2007-12-29Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek
2007-09-20Serialize output routine of terminal emulator (te_puts()) by a lock.Hidetoshi Shimokawa
2006-09-13Introduce a spinlock for synchronizing access to the video output hardwareScott Long
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2005-09-28Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl
2005-08-30Prevent division by zero errors in sc_mouse_move()Craig Rodrigues
2005-05-29Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI
2005-05-21On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME soMarius Strobl
2005-05-10Change a directory layout for pc98.Yoshihiro Takahashi