aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
...
* Fix removal of mouse image by the vga planar renderer in the right borderBruce Evans2017-04-121-36/+36
* Trival style fix to previous commit to add this detail.Bruce Evans2017-04-121-1/+1
* Fix removing of the mouse image in vga planar mode with 8x8 fonts, andBruce Evans2017-04-121-15/+18
* Fix clobbering of the default attribute and the screen position inBruce Evans2017-04-121-8/+14
* Special rendering methods for removing mouse cursors cannot be removedBruce Evans2017-04-102-26/+7
* Quick fix for removal of the mouse cursor in vga direct graphics modesBruce Evans2017-04-081-3/+5
* Fix removal of the keyboard cursor image in text mode, especiallyBruce Evans2017-04-083-12/+6
* The switch to kernel terminal context needs to update more than the cursorBruce Evans2017-03-293-15/+27
* Restore switching to a separate kernel terminal "input" state and extendBruce Evans2017-03-263-24/+48
* Fix bright colors for syscons, and make them work for the first timeBruce Evans2017-03-181-60/+29
* The previous fix didn't ifdef out enough for sparc64 to actually work.Bruce Evans2017-03-161-28/+21
* Fix the attribute for scteken_clear() (change it back from the userBruce Evans2017-03-111-1/+4
* Add a scteken_set_cursor() (sc to teken) method and use it to fixBruce Evans2017-03-113-17/+27
* Rename scteken_revattr() to scteken_sc_to_te_attr(). scteken_revattr()Bruce Evans2017-03-101-13/+13
* Start fixing some bugs in attribute handling.Bruce Evans2017-03-101-15/+2
* Fix compilation on sparc64. The frame buffer address is in a field thatBruce Evans2017-03-101-0/+4
* Implement ec_putc() (emergency kernel [syscons] console putc()) and useBruce Evans2017-03-041-2/+64
* Colorize syscons kernel console output according to a table indexedBruce Evans2017-03-043-2/+22
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-2812-112/+2
* [evdev] Adds evdev support to sysmouse(4) driverOleksandr Tymoshenko2016-12-101-1/+83
* The log message for the previous commit didn't mention the most theBruce Evans2016-09-012-6/+64
* Add some locking to sc_cngetc().Bruce Evans2016-08-312-4/+41
* Start adding locking to sc_cngetc().Bruce Evans2016-08-301-11/+18
* Add screen locking calls to sc cn grab and ungrab. The locking functionsBruce Evans2016-08-291-4/+25
* Less-quick fix for locking fixes in r172250. r172250 added a secondBruce Evans2016-08-252-20/+12
* Fix logic errors in bounds checks in previous commit. The 2-entry stackBruce Evans2016-08-251-2/+2
* Flesh out the state and flags args to sccnopen(). Set state flags toBruce Evans2016-08-242-12/+55
* Reorganise a little to prepare for locking fixes:Bruce Evans2016-08-241-12/+15
* Clean up the new sc cn open and close functions (old sc cn grab and ungrabBruce Evans2016-08-151-17/+11
* Restructure the grabbing functions into mere wrappers of new open andBruce Evans2016-08-151-8/+26
* Fix restoring the kbd_mode part of the keyboard state in grab/ungrab.Bruce Evans2016-08-152-10/+8
* [Oops, the previous commit was missing the update to syscons.h.]Bruce Evans2016-08-151-1/+1
* Like scr_lock, the grab count needs to be per-physical-device to work.Bruce Evans2016-08-151-2/+2
* Disable some more unsafe things in (low level) console mode:Bruce Evans2016-08-151-5/+6
* Change all uses of 'debugger' to kdb_active and remove this variable. ThisBruce Evans2016-08-151-8/+6
* Quick fix for locking fixes in r172250. The lock added there was per-Bruce Evans2016-08-152-8/+9
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-302-4/+4
* Replace the cosine table with a sine table, which (due to the vagaries ofDag-Erling Smørgrav2016-01-023-39/+64
* 17 years and change after I wrote warp_saver, here's a simple plasma effectDag-Erling Smørgrav2016-01-013-0/+454
* Huge cleanup of random(4) code.Mark Murray2015-06-302-2/+2
* hook userland threads suspend + resume into acpi suspend codeAndriy Gapon2015-01-271-1/+1
* Fix sos@'s name.Xin LI2015-01-071-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Use a common tunable to choose between vt(4)/sc(4)Ed Maste2014-06-272-2/+10
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Allow to disable syscons(4) if "hw.syscons.disable" kenv is set.Aleksandr Rybalko2014-06-182-0/+7
* 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