aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/vt_core.c
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-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
* Avoid grabbing locks when grabbing the vt(4) console for DDB.John Baldwin2018-02-221-0/+21
* Implement "vidcontrol -h <history_size>" for vt(4)Ed Maste2017-12-051-0/+7
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Implement missing KDGETMODE IOCTL in VT.Hans Petter Selasky2017-11-111-0/+4
* Fix syscons escape sequence for setting the local cursor type. This sequenceBruce Evans2017-08-181-0/+9
* With EARLY_AP_STARTUP enabled, we are seeing crashes in softclock_call_cc()Jonathan T. Looney2017-06-081-2/+9
* - Revert r317171. [1]Jung-uk Kim2017-05-151-20/+23
* Simplify the code a bit. No functional change.Jung-uk Kim2017-04-281-9/+8
* Fix end coordinate of the drawable area of border. Although the name tr_endJung-uk Kim2017-04-281-3/+3
* Always clear borders when the terminal is flushed.Jung-uk Kim2017-04-191-29/+29
* Micro-optimize vt_set_border().Jung-uk Kim2017-04-191-30/+19
* Fix bright colors for syscons, and make them work for the first timeBruce Evans2017-03-181-0/+2
* vt: fix old keyboard release in CONS_SETKBDEd Maste2016-08-181-0/+1
* vt: lock Giant around kbd calls in CONS_GETINFOEd Maste2016-07-261-0/+2
* Increase vt(4) framebuffer maximum sizeConrad Meyer2016-07-191-2/+2
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-2/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* vt_cpulogos: Resize all terms/windows when tearing down logosConrad Meyer2015-08-211-2/+1
* Improve the VT initialization message: have it say what theMarcel Moolenaar2015-08-151-2/+3
* vt: cpu logos: Correct reversed 0/1 beastie descriptionsConrad Meyer2015-07-221-1/+1
* vt: Change default CPU logo to OrbConrad Meyer2015-07-221-1/+1
* vt: Default to cpu logos offConrad Meyer2015-07-221-1/+1
* vt_core.c: Use do/while to highlight missed semi-colon errorsConrad Meyer2015-07-221-5/+5
* vt: Unbreak build on no-splash configurationsConrad Meyer2015-07-221-0/+4
* vt: Draw logos per CPU coreConrad Meyer2015-07-211-18/+56