aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt
Commit message (Expand)AuthorAgeFilesLines
* vt: terminal size can grow too big with small fontToomas Soome2021-02-081-6/+12
* vt: parse_font_info_static should set refcount, not parse_font_infoToomas Soome2021-02-011-2/+8
* vt: panic while changing vt fontToomas Soome2021-01-261-0/+2
* vt: restore tty when console is ungrabbedKyle Evans2020-12-312-0/+8
* vt: more carefully handle vt_allocate_keyboard grab workKyle Evans2020-12-311-24/+55
* vt: if loader did pass the font via metadata, use itToomas Soome2020-11-301-5/+140
* Add VT driver for VBE framebuffer deviceToomas Soome2020-11-301-0/+153
* vt: resolve conflict between VT_ALT_TO_ESC_HACK and DBGKyle Evans2020-11-071-3/+12
* efifb: vt_generate_cons_palette() takes max color, not maskToomas Soome2020-11-061-3/+8
* vm_ooffset_t is now unsignedEric van Gyzen2020-09-181-1/+1
* vt: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-7/+0
* vt(4): CONS_HISTORY/CONS_CLRHIST should operate on issuing terminalJason A. Harmening2020-08-021-7/+8
* Move font related data structured to sys/font.c and update vtfontcvtToomas Soome2020-06-143-29/+6
* vt(4): reset scrollback and cursor position after clearing history bufferJason A. Harmening2020-06-022-3/+20
* vt(4): Add support for `vidcontrol -C'Jason A. Harmening2020-05-283-12/+30
* vt: avoid overrun when stride is not a multiple of bytes per pixelEd Maste2020-04-041-3/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Fix a stray 'e'from my last commit.Warner Losh2020-02-031-1/+1
* Remove sparc64 kernel supportWarner Losh2020-02-032-23/+1
* 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