aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt
Commit message (Expand)AuthorAgeFilesLines
* vt: refer to correct man section.Matteo Riondato12 days2-3/+3
* vt_fb: account for endiannessAhmad Khalifa2025-06-231-13/+20
* vt_fb: fix KASSERTsAhmad Khalifa2025-06-231-2/+2
* sysmouse(4): Add wsp(4)-style T-Axis reporting.Joshua Rogers2025-03-071-3/+11
* riscv: enable EFI framebufferMitchell Horne2025-03-031-2/+7
* sys: make the kernel metadata pointer globalAhmad Khalifa2025-01-243-35/+7
* Add new kern.vt.slow_down tunable.Poul-Henning Kamp2024-11-231-0/+9
* vt: add comments for KDMKTONE ioctl implementationEd Maste2024-11-021-0/+8
* vt: Fix frequency calcuation for bellWarner Losh2024-11-011-1/+1
* vt_splash: Remove debug printEmmanuel Vadot2024-10-141-1/+0
* vt: splash: Use splash screen passed from loaderEmmanuel Vadot2024-07-111-6/+22
* vt: Add vd_bitblt_argbEmmanuel Vadot2024-07-119-0/+92
* vt(4): Call post-switch callback after replacing the backendJean-Sébastien Pédron2023-11-291-0/+7
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2713-13/+0
* vt(4): Always call vt_window_switch() in vtterm_cnungrab()Jean-Sébastien Pédron2023-11-241-4/+13
* vt(4): Call vd_postswitch callback regardless of the current windowJean-Sébastien Pédron2023-11-241-2/+0
* vt(4): New bitblt_text variant making a copy before unlocking vt_bufJean-Sébastien Pédron2023-11-242-14/+185
* vt(4): Skip vt_window_switch() for nested panicsJean-Sébastien Pédron2023-11-241-1/+13
* vt(4): Skip vt_flush() for nested panicsJean-Sébastien Pédron2023-11-241-0/+15
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1617-34/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1218-18/+18
* Add a simple-framebuffer vt driverAndrew Turner2023-04-261-0/+226
* efifb: add a tunable to select the framebuffer cache attributeKyle Evans2023-03-011-1/+26
* sys/kbio.h: make pre-unicode keymap support optionalStefan Eßer2023-02-141-1/+3
* Support Unicode characters in keymap dead key tablesStefan Eßer2023-02-061-0/+2
* vt(4): Return errors from `vt_{,de}allocate()`Jean-Sébastien Pédron2023-01-253-12/+18
* evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interfaceVladimir Kondratyev2022-11-171-0/+2
* vt(4): Clear paste buffer after pasting.Ivan Quitschal2022-10-051-0/+4
* vt(4): When cutting a line, append a newline character.Ivan Quitschal2022-10-053-7/+6
* vt(4): Use define instead of numerical value.Hans Petter Selasky2022-10-051-1/+1
* vt(4): Make sure pressing the extend button updates the current selection.Hans Petter Selasky2022-10-051-1/+1
* vt(4): Make sure vt_switch_timer() has a sleepable context.Hans Petter Selasky2022-09-273-9/+8
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-222-2/+2
* Adjust vt_mouse_paste() definition to avoid clang 15 warningDimitry Andric2022-07-211-1/+1
* console: add U+276E and U+276F glyphsEd Maste2022-07-191-578/+582
* Update Terminus console font to 4.49Ed Maste2022-07-191-2008/+2158
* vt: Improve multi lingual word separation.Hans Petter Selasky2022-06-271-3/+26
* vt: Fix contents of paste buffer for newcons.Hans Petter Selasky2022-06-272-10/+22
* Use KERNEL_PANICKED() in more placesMitchell Horne2022-06-021-1/+2
* vt: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* vt: use TERMINAL_DECLARE_EARLY() macroMitchell Horne2022-05-063-19/+9
* vt/vga: ignore ACPI_FADT_NO_VGA unless running virtualizedRoger Pau Monné2022-03-171-1/+5
* vt: clarify comments on kbd add/releaseEd Maste2022-03-101-2/+2
* vt_vga: fix colour in pixel blocks with more than 4 coloursEd Maste2022-03-031-1/+2
* vt_vga: Correct "plane" spellingEd Maste2022-03-021-19/+19
* vt: fix double-click word selection for last word on lineEd Maste2022-02-231-0/+4
* vt: whitespace and style(9) updatesEd Maste2022-02-221-6/+6
* vt: fix double-click word selection for first word on lineEd Maste2022-02-221-0/+3
* vt: fix splash_cpu logos use of vd_drawrectStefan Grundmann2022-02-091-2/+2