summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt
Commit message (Expand)AuthorAgeFilesLines
* vt_cpulogos: Resize all terms/windows when tearing down logoscem2015-08-213-35/+35
* Support frame buffers that are larger than the default screenmarcel2015-08-182-2/+9
* Improve support for Macs that have a stride not equal to themarcel2015-08-151-20/+6
* Improve the VT initialization message: have it say what themarcel2015-08-151-2/+3
* Fix text mode operation.marcel2015-08-132-4/+8
* Better support memory mapped console devices, such as VGA and EFImarcel2015-08-122-36/+7
* - Use __FBSDID().marius2015-07-271-5/+6
* - Nuke dupe $FreeBSD$.marius2015-07-273-13/+5
* vt: cpu logos: Correct reversed 0/1 beastie descriptionscem2015-07-221-1/+1
* vt: Change default CPU logo to Orbcem2015-07-221-1/+1
* vt: Default to cpu logos offcem2015-07-221-1/+1
* vt_core.c: Use do/while to highlight missed semi-colon errorscem2015-07-221-5/+5
* vt: Unbreak build on no-splash configurationscem2015-07-221-0/+4
* vt: Draw logos per CPU corecem2015-07-214-18/+745
* vt: De-static VT_SYSCTL_INT-defined objectscem2015-07-212-11/+11
* Huge cleanup of random(4) code.markm2015-06-302-1/+3
* Ensure the result from signed subtraction under modulus does nothselasky2015-05-101-1/+1
* The "SYSCTL_INT()" default value is only used for read only SYSCTLshselasky2015-05-081-3/+2
* Prevent switching to NULL or own window in the "vt_proc_window_switch"hselasky2015-05-081-11/+29
* vt: fix vt_fb_bitblt_bitmap mask corruptionemaste2015-04-291-31/+23
* vt_vga: add a timeout while waiting for vertical retraceroyger2015-04-291-3/+13
* vt(4): Simplify mouse area detectionemaste2015-04-241-13/+7
* Increase vt font limits to allow use of GNU Unifontemaste2015-04-141-2/+2
* Let unchangeable 8-bit frame buffers have vaguely correct colors.nwhitehorn2015-03-101-2/+20
* Add support for USB display link adapters to the FB and VT drivers.hselasky2015-03-071-5/+12
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgadumbbell2015-03-015-26/+120
* vt: move suspend/resume event handlers registration outside of mutex scopeavg2015-02-161-5/+10
* Improve vt(4) default mouse pointer image. Previous one looked rather ugly,danfe2015-02-131-28/+34
* vtvga: improve the device description.rpaulo2015-02-051-1/+2
* Use unsigned int for index value.delphij2015-01-271-5/+8
* hook userland threads suspend + resume into acpi suspend codeavg2015-01-271-2/+2
* vt(4): Use power_{suspend,resume} event handlers to implementavg2015-01-274-15/+60
* Make PS3 work with the userspace kboot loader. loader.ps3 will disappearnwhitehorn2015-01-051-0/+9
* The "vt_suspend_flush_timer()" function is sometimes called lockedhselasky2015-01-021-1/+10
* vt_vga: fix an off-by-one errorroyger2014-12-301-1/+1
* Partially revert "vt: register the memory regions used by the vt drivers"royger2014-12-301-53/+0
* Support ALT_BREAK_TO_DEBUGGER in vt(4)emaste2014-12-272-1/+4
* vt: register the memory regions used by the vt driversroyger2014-12-222-0/+108
* vt(4): Support syscons' SC_HISTORY_SIZE to configure history sizedumbbell2014-11-041-1/+6
* vt(4): Fix keyboard allocation when kbdmux(4) isn't useddumbbell2014-11-021-1/+1
* vt(4): Adjust the cursor position after changing the window sizedumbbell2014-11-012-0/+13
* vt(4): Add PIO_VFONT_DEFAULT ioctl to restore the default builtin fontdumbbell2014-10-231-0/+5
* vt(4): Refuse to load a font if hw.vga.textmode is selecteddumbbell2014-10-201-0/+3
* Do nothing in vt_upgrade if there is no vt driveremaste2014-10-171-0/+2
* Allow vt(4) to disable terminal bell with `sysctl kern.vt.bell_enable=0`,ray2014-10-071-0/+7
* vt(4): Don't recalculate buffer size if we don't know screen sizedumbbell2014-10-041-1/+2
* vt(4): Save/restore keyboard mode & LED states when switching windowdumbbell2014-10-022-36/+216
* Make gcc happy by initialising the variable only set in a couple ofbz2014-09-201-0/+1
* vt(4): Remove superfluous word in commentdumbbell2014-09-191-1/+1
* vt(4): Rewrite history scrollingdumbbell2014-09-192-87/+172
OpenPOWER on IntegriCloud