aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/vt.h
Commit message (Expand)AuthorAgeFilesLines
* Speed up vt(4) by keeping a record of the most recently drawn character andColin Percival2018-08-251-0/+7
* Clean up vt source whitespace issuesEd Maste2018-05-161-1/+1
* vt(4): Resume vt_timer() in vtterm_post_input() onlyJean-Sébastien Pédron2018-05-161-1/+1
* teken, vt(4): New callbacks to lock the terminal onceJean-Sébastien Pédron2018-05-161-1/+3
* Implement "vidcontrol -h <history_size>" for vt(4)Ed Maste2017-12-051-3/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Increase vt(4) framebuffer maximum sizeConrad Meyer2016-07-191-4/+4
* vt_cpulogos: Resize all terms/windows when tearing down logosConrad Meyer2015-08-211-0/+1
* Support frame buffers that are larger than the default screenMarcel Moolenaar2015-08-181-0/+1
* vt: Draw logos per CPU coreConrad Meyer2015-07-211-0/+25
* vt: De-static VT_SYSCTL_INT-defined objectsConrad Meyer2015-07-211-1/+1
* The "SYSCTL_INT()" default value is only used for read only SYSCTLsHans Petter Selasky2015-05-081-3/+2
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgaJean-Sébastien Pédron2015-03-011-1/+8
* vt(4): Use power_{suspend,resume} event handlers to implementAndriy Gapon2015-01-271-2/+9
* Support ALT_BREAK_TO_DEBUGGER in vt(4)Ed Maste2014-12-271-0/+1
* vt(4): Support syscons' SC_HISTORY_SIZE to configure history sizeJean-Sébastien Pédron2014-11-041-1/+6
* vt(4): Save/restore keyboard mode & LED states when switching windowJean-Sébastien Pédron2014-10-021-0/+1
* vt(4): Remove vt_buf->vb_dirtymaskJean-Sébastien Pédron2014-09-191-7/+1
* Switch vt(4) to traditional behaviour with copy-paste same as syscons(4) do.Aleksandr Rybalko2014-09-121-1/+11
* Revert r269474. Special keyboard combinations should be handled by separateAleksandr Rybalko2014-09-091-6/+0
* vt(4): Change vb_history_size from "int" to "unsigned int"Jean-Sébastien Pédron2014-08-291-2/+2
* vt(4): Add cngrab() and cnungrab() callbacksJean-Sébastien Pédron2014-08-271-0/+2
* vt(4): Implement basic support for KDSETMODE ioctlJean-Sébastien Pédron2014-08-271-0/+1
* vt(4): Store a rectangle for the drawable area, not just the top-left cornerJean-Sébastien Pédron2014-08-251-1/+1
* vt(4): Remove vd_bitbltchr_tJean-Sébastien Pédron2014-08-241-13/+0
* vt(4): Add vd_bitblt_bmp_t callbackJean-Sébastien Pédron2014-08-231-0/+5
* vt(4): Fix cursor handling in vt_flush()Jean-Sébastien Pédron2014-08-231-4/+7
* vt(4): Use the actual size of the mouse when marking its position as dirtyJean-Sébastien Pédron2014-08-221-1/+1
* vt(4): The offset to center the text area is per-window nowJean-Sébastien Pédron2014-08-221-1/+1
* vt(4): Give the window to vd_bitblt_text_t callbackJean-Sébastien Pédron2014-08-221-2/+2
* vt(4): Store cursor bitmap & colors in struct vt_deviceJean-Sébastien Pédron2014-08-221-15/+19
* vt(4): Add new vd_bitblt_text_t callback, and implement it for vt_vgaJean-Sébastien Pédron2014-08-221-6/+18
* vt(4): Rename the "mouse_cursor" structure to "vt_mouse_cursor"Jean-Sébastien Pédron2014-08-211-9/+9
* vt(4): Constify vt_buf argument of vtbuf_iscursor()Jean-Sébastien Pédron2014-08-211-1/+1
* vt(4): Pause the flush timer while swithing windowJean-Sébastien Pédron2014-08-211-0/+1
* vt(4): If the cursor didn't move, don't mark its position as dirtyJean-Sébastien Pédron2014-08-211-4/+4
* Retire vd_maskbitbltchr. The same functionality can be obtained by testingNathan Whitehorn2014-08-071-4/+0
* Allow to disable some special key combinations handled by vt(4), like debugAleksandr Rybalko2014-08-031-0/+6
* Remove unused macro VT_CONSDEV_DECLARE. Join console device now declared in oneAleksandr Rybalko2014-07-281-48/+0
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-3/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+3
* In order to get vt(4) a bit closer to the feature set provided by sc(4),Marius Strobl2014-06-271-1/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-3/+2
* syscons(4) and vt(4) can be built together now.Aleksandr Rybalko2014-06-181-5/+0
* Fix case when vt(4) started w/o driver assigned.Aleksandr Rybalko2014-06-031-0/+1
* Hide debug messages under VT_DEBUG.Aleksandr Rybalko2014-05-081-0/+6
* Create dataset for vt(4) drivers.Aleksandr Rybalko2014-05-051-0/+3
* Define a new method for probing vt(4) driver before attach it at early stage.Aleksandr Rybalko2014-05-051-0/+3
* Increase the maximum framebuffer size to more reasonable values reflectingNathan Whitehorn2014-04-271-2/+2
* o Add new vd_driver method to do bitblt with mask, named vd_maskbitbltchr.Aleksandr Rybalko2014-03-281-0/+4