summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
AgeCommit message (Expand)Author
2017-03-10Start fixing some bugs in attribute handling.Bruce Evans
2017-03-10Fix compilation on sparc64. The frame buffer address is in a field thatBruce Evans
2017-03-04Implement ec_putc() (emergency kernel [syscons] console putc()) and useBruce Evans
2017-03-04Colorize syscons kernel console output according to a table indexedBruce Evans
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-12-10[evdev] Adds evdev support to sysmouse(4) driverOleksandr Tymoshenko
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-30Start adding locking to sc_cngetc().Bruce Evans
2016-08-29Add screen locking calls to sc cn grab and ungrab. The locking functionsBruce Evans
2016-08-25Less-quick fix for locking fixes in r172250. r172250 added a secondBruce Evans
2016-08-25Fix logic errors in bounds checks in previous commit. The 2-entry stackBruce Evans
2016-08-24Flesh out the state and flags args to sccnopen(). Set state flags toBruce Evans
2016-08-24Reorganise a little to prepare for locking fixes:Bruce Evans
2016-08-15Clean up the new sc cn open and close functions (old sc cn grab and ungrabBruce Evans
2016-08-15Restructure the grabbing functions into mere wrappers of new open andBruce 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-15Like scr_lock, the grab count needs to be per-physical-device to work.Bruce Evans
2016-08-15Disable some more unsafe things in (low level) console mode:Bruce Evans
2016-08-15Change all uses of 'debugger' to kdb_active and remove this variable. ThisBruce Evans
2016-08-15Quick fix for locking fixes in r172250. The lock added there was per-Bruce Evans
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-30sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni
2016-01-02Replace the cosine table with a sine table, which (due to the vagaries ofDag-Erling Smørgrav
2016-01-0117 years and change after I wrote warp_saver, here's a simple plasma effectDag-Erling Smørgrav
2015-06-30Huge cleanup of random(4) code.Mark Murray
2015-01-27hook userland threads suspend + resume into acpi suspend codeAndriy Gapon
2015-01-07Fix sos@'s name.Xin LI
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Use a common tunable to choose between vt(4)/sc(4)Ed Maste
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2014-06-18Allow to disable syscons(4) if "hw.syscons.disable" kenv is set.Aleksandr Rybalko
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-12-20Extend libteken to support CJK fullwidth characters.Ed Schouten
2013-10-04Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray
2013-07-17Reload font when syscons(4) is resuming without switching mode.Jung-uk Kim
2013-06-18On some generations of the Intel GPU, disabling of the VGA DisplayKonstantin Belousov
2013-03-04MFcalloutng (r244249, r244306 by mav):Davide Italiano
2013-02-06Make sure that all mouse buttons are released when clientsHans Petter Selasky
2012-11-03Add tty_set_winsize().Ed Schouten
2012-08-25Piggyback MIPS changes and add ARM syscons support for devices withOleksandr Tymoshenko
2012-08-25Provide basic glue to allow syscons to be used on MIPS, modelledRobert Watson
2012-03-29Move tty_opened_ns() into syscons.c which is currently theHans Petter Selasky
2012-03-29Fix for NULL-pointer panic during boot, if keys are pressed too early.Hans Petter Selasky
2012-01-15Convert files to UTF-8Ulrich Spörlein
2011-12-21sc_cngrab: switch to console vty when possibleAndriy Gapon
2011-12-17syscons: provide a first iteration of cngrab/cnungrab implementationAndriy Gapon