aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt
Commit message (Expand)AuthorAgeFilesLines
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-2/+2
* vt: store a pointer to the keyboard instead of indexKyle Evans2019-12-202-47/+24
* vt: fix post-boot keyboard attachmentKyle Evans2019-12-201-0/+7
* Enable use of ofwcons for early debugLeandro Lupori2019-12-091-0/+6
* Update Conrad Meyer's emailEd Maste2019-10-172-2/+2
* vt: remove comment that is not true since r259680Ed Maste2019-10-171-5/+0
* vt: use proper return value check with TUNABLE_INT_FETCHToomas Soome2019-09-261-2/+1
* vt: use colors from terminal emulatorToomas Soome2019-09-255-19/+44
* vt: fix problems with trying to switch to a closed VTAndriy Gapon2019-09-191-3/+25
* Ignore kern.vt.splash_cpu without graphicsEric van Gyzen2019-07-081-3/+2
* vt efifb: add suspend/resume callsEd Maste2019-05-211-0/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-0/+4
* Fix missing translation of old ioctls for KDSETMODE, KDSBORDER andBruce Evans2019-02-051-0/+9
* When allocating a new keyboard at vt_upgrade() time, unwind any cngrabsIan Lepore2018-12-311-1/+18
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-262-2/+2
* Speed up vt(4) by keeping a record of the most recently drawn character andColin Percival2018-08-257-2/+101
* Replace a pair of 8-bit writes to VGA memory with a single 16-bit write.Colin Percival2018-08-071-4/+4
* vt/ofwfb: Fix brain-o from r336514, use the correct form of /chosen/stdout-pathJustin Hibbits2018-07-201-9/+15
* vt/ofwfb: Check that /chosen/stdout is valid before using it in initializationJustin Hibbits2018-07-201-2/+4
* ofwfb: Check for /chosen/stdout-path in addition to /chosen/stdoutJustin Hibbits2018-07-191-0/+4
* Fix compilation.Konstantin Belousov2018-06-251-1/+2
* Provide a helper function acpi_get_fadt_bootflags() to fetch the FADTKonstantin Belousov2018-06-251-27/+8
* Always initialize the ignore local variable.Konstantin Belousov2018-06-251-0/+1
* vt: add option to ignore NO_VGA flag in ACPIRoger Pau Monné2018-06-251-0/+6
* If linebytes property is missing from the graphics device, assume noNathan Whitehorn2018-05-301-3/+4
* Avoid writing to the frame buffer in early boot on PowerPC if the CPU'sNathan Whitehorn2018-05-191-5/+13
* vt: add more cp437 mappings for vga textmodeEd Maste2018-05-181-2/+3
* Clean up vt source whitespace issuesEd Maste2018-05-164-14/+14
* vt(4): Resume vt_timer() in vtterm_post_input() onlyJean-Sébastien Pédron2018-05-163-17/+17
* teken, vt(4): New callbacks to lock the terminal onceJean-Sébastien Pédron2018-05-163-45/+72
* vt(4): Use default VGA paletteJean-Sébastien Pédron2018-05-103-24/+28
* vt(4): Put for() loop outside switch() in vt_generate_cons_palette()Jean-Sébastien Pédron2018-05-101-13/+13
* Update vt(4) "Terminus BSD Console" font to v4.46Ed Maste2018-04-121-1102/+2150
* vt: add three more cp437 mappings for vga textmodeEd Maste2018-04-121-1/+3
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Limit glyph count in vtfont_load to avoid integer overflow.Gordon Tetlow2018-04-041-1/+3
* vt_vga: check if VGA is available from ACPI FADT tableRoger Pau Monné2018-03-131-1/+35
* Move the powerpc64 direct map base address from zero to high memory. ThisNathan Whitehorn2018-03-071-1/+1
* Avoid grabbing locks when grabbing the vt(4) console for DDB.John Baldwin2018-02-221-0/+21
* Fix GCC build broken by r32744Oleksandr Tymoshenko2017-12-311-1/+1
* Unbreak build broken by r327444Oleksandr Tymoshenko2017-12-311-1/+1
* vt(4): add support for configurable console paletteOleksandr Tymoshenko2017-12-311-4/+101
* Check more aggressively for whether the desired properties actually exist.Nathan Whitehorn2017-12-301-2/+7
* Allow custom overrides of mmap attribute for VT framebufferJustin Hibbits2017-12-061-1/+4
* Implement "vidcontrol -h <history_size>" for vt(4)Ed Maste2017-12-053-48/+49
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2716-0/+32
* Implement missing KDGETMODE IOCTL in VT.Hans Petter Selasky2017-11-111-0/+4
* sysmouse(4): Fix ums(4)-style T-axis reporting via evdev protocolVladimir Kondratyev2017-11-011-3/+3
* Fix syscons escape sequence for setting the local cursor type. This sequenceBruce Evans2017-08-181-0/+9
* Use nitems(..) when computing `max` instead of the longhand version ofEnji Cooper2017-06-141-1/+1