aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/vt_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* vt: panic while changing vt fontToomas Soome2021-01-261-0/+2
* vt: restore tty when console is ungrabbedKyle Evans2020-12-311-0/+7
* 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
* vt: resolve conflict between VT_ALT_TO_ESC_HACK and DBGKyle Evans2020-11-071-3/+12
* vt: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* vt(4): CONS_HISTORY/CONS_CLRHIST should operate on issuing terminalJason A. Harmening2020-08-021-7/+8
* vt(4): reset scrollback and cursor position after clearing history bufferJason A. Harmening2020-06-021-0/+10
* vt(4): Add support for `vidcontrol -C'Jason A. Harmening2020-05-281-1/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* 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-201-46/+23
* vt: fix post-boot keyboard attachmentKyle Evans2019-12-201-0/+7
* vt: use colors from terminal emulatorToomas Soome2019-09-251-11/+12
* vt: fix problems with trying to switch to a closed VTAndriy Gapon2019-09-191-3/+25
* 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-261-1/+1
* Speed up vt(4) by keeping a record of the most recently drawn character andColin Percival2018-08-251-2/+19
* Clean up vt source whitespace issuesEd Maste2018-05-161-10/+10
* vt(4): Resume vt_timer() in vtterm_post_input() onlyJean-Sébastien Pédron2018-05-161-14/+14
* teken, vt(4): New callbacks to lock the terminal onceJean-Sébastien Pédron2018-05-161-5/+34
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0