aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt
Commit message (Expand)AuthorAgeFilesLines
* MFC r332452: Update vt(4) "Terminus BSD Console" font to v4.46Ed Maste2018-04-191-1102/+2150
* MFC r332421: vt: add three more cp437 mappings for vga textmodeEd Maste2018-04-171-1/+3
* MFC r331981:Gordon Tetlow2018-04-041-1/+3
* MFC r313547, r313777: fix mouse selection when vt(4) scrollsEd Maste2017-07-191-22/+74
* MFC r303043: Increase vt(4) framebuffer maximum sizeEd Maste2017-07-193-8/+8
* MFC r319928:Enji Cooper2017-07-171-1/+1
* MFC r303338: vt: lock Giant around kbd calls in CONS_GETINFOEd Maste2016-08-011-0/+2
* MFC 297334Sepherosa Ziehau2016-06-161-1/+7
* MFC: r285912Marius Strobl2015-12-271-5/+6
* MFC: r272715Aleksandr Rybalko2015-09-141-0/+7
* MFC r286808, r286809, r286867, r286868Marcel Moolenaar2015-08-254-24/+18
* MFC r286667 & r286723Marcel Moolenaar2015-08-253-39/+13
* MFC r276282: Support ALT_BREAK_TO_DEBUGGER in vt(4)Ed Maste2015-08-132-1/+4
* MFC r282645, r282646 and r282730:Hans Petter Selasky2015-05-212-15/+33
* MFC r281944: vt(4): Simplify mouse area detectionEd Maste2015-05-121-13/+7
* MFC r282247: vt: fix vt_fb_bitblt_bitmap mask corruptionEd Maste2015-05-121-31/+23
* MFC r277796: hook userland threads suspend + resume into acpi suspend codeAndriy Gapon2015-05-111-2/+2
* MFC r277795,278849: vt(4): Use power_{suspend,resume} event handlersAndriy Gapon2015-05-114-15/+65
* MFC r281537: Increase vt font limits to allow use of GNU UnifontEd Maste2015-04-241-2/+2
* MFC r277806:Xin LI2015-02-021-5/+8
* MFC r276534:Hans Petter Selasky2015-01-111-1/+10
* vt(4): Support syscons' SC_HISTORY_SIZE to configure history sizeJean-Sébastien Pédron2014-11-221-1/+6
* vt(4): Fix keyboard allocation when kbdmux(4) isn't usedJean-Sébastien Pédron2014-11-221-1/+1
* vt(4): Adjust the cursor position after changing the window sizeJean-Sébastien Pédron2014-11-222-0/+13
* vt(4): Add PIO_VFONT_DEFAULT ioctl to restore the default builtin fontJean-Sébastien Pédron2014-10-311-0/+5
* vt(4): Refuse to load a font if hw.vga.textmode is selectedJean-Sébastien Pédron2014-10-231-0/+3
* MFC r273219: Do nothing in vt_upgrade if there is no vt driverEd Maste2014-10-201-0/+2
* vt(4): Don't recalculate buffer size if we don't know screen sizeJean-Sébastien Pédron2014-10-131-1/+2
* vt(4): Save/restore keyboard mode & LED states when switching windowJean-Sébastien Pédron2014-10-132-36/+216
* vt(4): Merge several bug fixes and improvementsJean-Sébastien Pédron2014-09-223-139/+179
* MFC 271381-271382,271385,271463-271466,271485,271506Aleksandr Rybalko2014-09-226-53/+145
* vt(4): Merge several bug fixes and improvementsJean-Sébastien Pédron2014-09-187-30/+117
* MFC vt(4) improvements / sync with HEADEd Maste2014-09-0410-395/+1137
* MFC r270299 (dumbbell): vt_vga: When clearing video memory, don't read from itEd Maste2014-09-041-1/+0
* MFC r269685 (nwhitehorn): Retire vd_maskbitbltchr.Ed Maste2014-09-047-77/+1
* MFC r269636 by nwhitehorn:Ed Maste2014-09-041-5/+3
* MFC fbd(4) and vt_fb disentanglement:Ed Maste2014-09-045-32/+62
* MFC r269278 (nwhitehorn):Ed Maste2014-09-041-78/+49
* MFC r268350 (nwhitehorn):Ed Maste2014-09-041-73/+52
* MFC r270288 by dumbbell: vt(4): Constify vt_buf argument of vtbuf_iscursor()Ed Maste2014-09-032-3/+3
* MFC r270280 by dumbbell: vt(4): Pause the flush timer while swithing windowEd Maste2014-09-032-3/+40
* MFC vt(4) mouse cursor improvements from dumbbell:Ed Maste2014-09-033-31/+68
* MFC r270265 by dumbbell:Ed Maste2014-09-031-3/+3
* MFC r269437 by nwhitehorn:Ed Maste2014-09-031-1/+1
* MFC vt(4) work from ray@:Ed Maste2014-09-031-14/+24
* MFC r269186 by ray@: Remove useless debug string.Ed Maste2014-09-021-3/+2
* MFC r269185 by ray@: Remove unused macro VT_CONSDEV_DECLARE.Ed Maste2014-09-021-48/+0
* MFC r268772 by nwhitehorn:Ed Maste2014-09-021-7/+3
* MFC r268771, r268796 by nwhitehorn:Ed Maste2014-09-022-30/+64
* MFC r268624 by nwhitehorn:Ed Maste2014-09-021-3/+25