aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/vt_core.c
Commit message (Expand)AuthorAgeFilesLines
* vt_core: make sure the driver's functions existAhmad Khalifa2026-04-251-25/+34
* vt_core: delay the shutdown splash event handlerAhmad Khalifa2026-04-251-1/+1
* splash: add shutdown splashQuentin Thébault2026-04-031-1/+19
* vt: Fix handling of backtabNathaniel Braun2026-02-081-0/+6
* sys/power.h: enum power_sstate_transitionAymeric Wibo2026-02-051-2/+2
* vt(4): allow up to _SIG_MAXSIG (128) for VT_SETMODEQuentin Thébault2026-01-141-3/+3
* vt: Allow VT_SETMODE with frsig=0Ed Maste2025-11-271-3/+3
* random: allow disabling of entropy harvesting from keyboard & miceDavid E. O'Brien2025-11-111-0/+2
* power: Add stype parameter in power_suspend/resume eventhandlersAymeric Wibo2025-10-061-4/+4
* vt: refer to correct man section.Matteo Riondato2025-07-221-2/+2
* sys: make the kernel metadata pointer globalAhmad Khalifa2025-01-241-15/+3
* 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(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-271-1/+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-241-14/+166
* 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-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* 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-251-6/+10
* 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-051-3/+2
* 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-271-7/+6
* Adjust vt_mouse_paste() definition to avoid clang 15 warningDimitry Andric2022-07-211-1/+1
* vt: Fix contents of paste buffer for newcons.Hans Petter Selasky2022-06-271-3/+2
* Use KERNEL_PANICKED() in more placesMitchell Horne2022-06-021-1/+2
* vt: use TERMINAL_DECLARE_EARLY() macroMitchell Horne2022-05-061-13/+3
* vt: clarify comments on kbd add/releaseEd Maste2022-03-101-2/+2
* vt: export RGB offsets with FBIO_GETRGBOFFSLeandro Lupori2021-11-251-0/+1
* vt: fix git mismergeWarner Losh2021-11-031-7/+11
* vt: Fix frequency calcuation for bellWarner Losh2021-11-031-1/+1
* vt: Add devctl message for bellsWarner Losh2021-11-031-4/+32
* vt(4): Connect to teken's TP_SETBELLPDWarner Losh2021-11-031-1/+12
* sysbeep: Adjust interface to take a duration as a sbtWarner Losh2021-11-031-4/+4
* vt: Disable bell by defaultEmmanuel Vadot2021-10-191-1/+1
* vt: call driver's postswitch when panicking on ttyv0Greg V2021-09-201-1/+7
* vt(4): Mark callouts MP-safe.Alexander Motin2021-09-031-2/+2
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* 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