aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt
Commit message (Expand)AuthorAgeFilesLines
* Correct unicode map for VGA ROM character 0x0eEd Maste2014-06-101-1/+2
* Clarify statement on font originEd Maste2014-06-061-3/+3
* Update vt(4) "Terminus BSD Console" fontEd Maste2014-06-051-220/+307
* Remove extra copy of old email address.Ed Maste2014-06-041-2/+1
* Update vt(4) console font author's email addressEd Maste2014-06-041-1/+1
* Fix case when vt(4) started w/o driver assigned.Aleksandr Rybalko2014-06-032-46/+46
* Correct vt(4) border calculations on font switchEd Maste2014-05-291-11/+16
* Update size in vt_grow if we don't have to reallocateEd Maste2014-05-291-0/+3
* Correct KASSERT stringsEd Maste2014-05-291-4/+4
* Remove driver as unused.Aleksandr Rybalko2014-05-291-141/+0
* Proper fix of VT_LOCKSWITCH ioctl.Aleksandr Rybalko2014-05-221-2/+2
* Fix tty locking.Aleksandr Rybalko2014-05-211-5/+7
* Update terminal sizes in any case when new vt(4) driver arrive.Aleksandr Rybalko2014-05-121-2/+4
* Port over mmap routine from syscons. This lets X11 work on PowerPC with vt.Nathan Whitehorn2014-05-111-12/+51
* Make ofwfb not be painfully slow. This reduces the time for a verbose bootNathan Whitehorn2014-05-111-25/+63
* Make ofwfb actually work again. Apparently the API it was written againstNathan Whitehorn2014-05-111-4/+33
* Hide debug messages under VT_DEBUG.Aleksandr Rybalko2014-05-083-0/+10
* Fix scrollback.Aleksandr Rybalko2014-05-082-5/+7
* No need to assign fields required and checked on probe.Aleksandr Rybalko2014-05-081-7/+0
* Fix possible divide by zero.Aleksandr Rybalko2014-05-071-10/+18
* Implement KDMKTONE ioctl.Aleksandr Rybalko2014-05-061-2/+10
* Switch vga drivers to use names and new vt(4) driver probe method.Aleksandr Rybalko2014-05-051-4/+18
* Revert r264997 and r265026. It is not required anymore.Aleksandr Rybalko2014-05-051-15/+0
* Add vt(4) driver name for ofwfb driver.Aleksandr Rybalko2014-05-051-0/+1
* Switch fb and efifb drivers to use names and new vt(4) driver probe method.Aleksandr Rybalko2014-05-054-37/+157
* Set of updates to vt(4) core part.Aleksandr Rybalko2014-05-051-12/+117
* 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
* No EFI on i386. This unbreaks the i386 VT kernel build.Nathan Whitehorn2014-04-271-1/+1
* Increase the maximum framebuffer size to more reasonable values reflectingNathan Whitehorn2014-04-271-2/+2
* Disable vga if EFI framebuffer present. vt(9) should handle this internallyNathan Whitehorn2014-04-271-0/+15
* Update to fix at r264244.Aleksandr Rybalko2014-04-081-6/+10
* Fix cursor color in reverse video mode.Aleksandr Rybalko2014-04-081-7/+9
* Fix panic on load new driver while vt(4) is in VGA textmode.Aleksandr Rybalko2014-04-071-5/+27
* Need to include machine/fdt.h.Rui Paulo2014-04-051-0/+1
* o Add new vd_driver method to do bitblt with mask, named vd_maskbitbltchr.Aleksandr Rybalko2014-03-283-1/+37
* Update EFI framebuffer handoff from loaderEd Maste2014-03-271-3/+2
* Revert r263321.Aleksandr Rybalko2014-03-271-1/+1
* Fix crash on resume in vt(9).Aleksandr Rybalko2014-03-271-0/+3
* Switch kern.vt.suspendswitch to 0 by default (disabled).Aleksandr Rybalko2014-03-181-1/+1
* Use the existence of module metadata to indicate framebuffer presenceEd Maste2014-03-141-1/+1
* Add efifb driver. Driver uses the data passed by UEFI compatible loader/BIOS andAleksandr Rybalko2014-03-051-0/+143
* Implement vd_drawrect and vd_setpixel for vt(9)'s VGA driver.Aleksandr Rybalko2014-02-071-0/+29
* Add vt_set_border function to help to change border color.Aleksandr Rybalko2014-02-061-0/+28
* Add two new vt(9) driver methods: vd_drawrect and vd_setpixel.Aleksandr Rybalko2014-02-062-0/+60
* Micro-optimize 8-bit blanking. This is the same as in ofw_syscons.Justin Hibbits2014-01-291-5/+7
* Style(9) fix.Aleksandr Rybalko2014-01-201-2/+3
* Update xboxfb driver to actual state.Aleksandr Rybalko2014-01-151-117/+46
* Restore VGA mode on vt switch. It fix VESA mode left by Xorg on exit.Aleksandr Rybalko2014-01-081-0/+12
* Fix build of vt_xboxfb.Robert Millan2014-01-081-1/+1