aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt
Commit message (Expand)AuthorAgeFilesLines
* Adjust vt_mouse_paste() definition to avoid clang 15 warningDimitry Andric2022-07-241-1/+1
* vt/vga: ignore ACPI_FADT_NO_VGA unless running virtualizedRoger Pau Monné2022-03-231-1/+5
* vt_vga: fix colour in pixel blocks with more than 4 coloursEd Maste2022-03-071-1/+2
* vt_vga: Correct "plane" spellingEd Maste2022-03-071-19/+19
* vt: whitespace and style(9) updatesEd Maste2022-03-071-6/+6
* vt: fix double-click word selection for first/last word on lineEd Maste2022-02-241-0/+7
* vt: bound buffer access in redraw optimizationEd Maste2021-09-252-0/+12
* MFC r367448: vt: resolve conflict between VT_ALT_TO_ESC_HACK and DBGKyle Evans2020-11-141-3/+12
* MFC r359626: vt: avoid overrun when stride is not a multiple of bytes per pixelEd Maste2020-04-251-3/+3
* MFC r355935: vt: fix post-boot keyboard attachmentKyle Evans2019-12-231-0/+7
* MFC r353680: vt: remove comment that is not true since r259680Ed Maste2019-10-231-5/+0
* MFC r352505: vt: fix problems with trying to switch to a closed VTAndriy Gapon2019-09-301-3/+25
* MFC r349834Eric van Gyzen2019-07-161-3/+2
* MFC r348059: vt efifb: add suspend/resume callsEd Maste2019-06-041-0/+2
* MFC r342639:Ian Lepore2019-04-211-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