summaryrefslogtreecommitdiff
path: root/sys/dev/vt
Commit message (Expand)AuthorAgeFilesLines
* Support Unicode characters in keymap dead key tablesStefan Eßer2023-02-091-0/+2
* evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interfaceVladimir Kondratyev2022-12-241-0/+2
* vt(4): Use define instead of numerical value.Hans Petter Selasky2022-10-121-1/+1
* vt(4): Clear paste buffer after pasting.Ivan Quitschal2022-10-121-0/+4
* vt(4): When cutting a line, append a newline character.Ivan Quitschal2022-10-123-7/+6
* vt(4): Make sure pressing the extend button updates the current selection.Hans Petter Selasky2022-10-121-1/+1
* vt(4): Make sure vt_switch_timer() has a sleepable context.Hans Petter Selasky2022-10-043-9/+8
* console: add U+276E and U+276F glyphsEd Maste2022-07-261-578/+582
* Update Terminus console font to 4.49Ed Maste2022-07-261-2008/+2158
* Adjust vt_mouse_paste() definition to avoid clang 15 warningDimitry Andric2022-07-241-1/+1
* vt: Improve multi lingual word separation.Hans Petter Selasky2022-07-051-3/+26
* vt: Fix contents of paste buffer for newcons.Hans Petter Selasky2022-07-052-10/+22
* Use KERNEL_PANICKED() in more placesMitchell Horne2022-06-231-1/+2
* vt: use TERMINAL_DECLARE_EARLY() macroMitchell Horne2022-05-163-19/+9
* 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-251-0/+7
* vt: fix splash_cpu logos use of vd_drawrectStefan Grundmann2022-02-161-2/+2
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-0814-14/+0
* vt: Use a taskqueue to clear splash_cpu logosMark Johnston2022-01-281-5/+7
* efifb,vbefb: implement vd_finiGreg V2022-01-142-0/+22
* fb: Add new FBTYPE_EFIFBEmmanuel Vadot2021-12-211-0/+1
* ofwfb: fix vga/hdmi console with ASMEDIA during boot on powerpc64(le)Alfredo Dal'Ava Junior2021-11-261-6/+110
* vt: fix git mismergeWarner Losh2021-11-191-6/+10
* vt: Add devctl message for bellsWarner Losh2021-11-191-4/+32
* vt(4): Connect to teken's TP_SETBELLPDWarner Losh2021-11-192-1/+14
* sysbeep: Adjust interface to take a duration as a sbtWarner Losh2021-11-191-4/+4
* vt: call driver's postswitch when panicking on ttyv0Greg V2021-10-031-1/+7
* vt(4): Mark callouts MP-safe.Alexander Motin2021-10-041-2/+2
* vt: bound buffer access in redraw optimizationEd Maste2021-09-252-0/+12
* ofwfb: fix boot on LELeandro Lupori2021-03-221-11/+11
* ofwfb: fix incorrect colors on powerpc* and add new tunable parametersAlfredo Dal'Ava Junior2021-02-241-41/+122
* vt: terminal size can grow too big with small fontToomas Soome2021-02-141-6/+12
* vt: panic while changing vt fontToomas Soome2021-02-021-0/+8
* 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