aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt
Commit message (Expand)AuthorAgeFilesLines
* Attempt to clear logos more thoroughly.Jung-uk Kim2017-04-131-1/+7
* Fix bright colors for syscons, and make them work for the first timeBruce Evans2017-03-181-0/+2
* Un-break vt(4) for {powerpc,powerpc64,sparc64} LINT kernel buildsRavi Pokala2017-02-151-16/+16
* o Reset mouse selection when new lines reach selection lines.Aleksandr Rybalko2017-02-101-14/+66
* [evdev] Adds evdev support to sysmouse(4) driverOleksandr Tymoshenko2016-12-101-0/+79
* 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-193-8/+8
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-302-3/+3
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-5/+3
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* vt: Use textmode when we're running on hypervisorsSepherosa Ziehau2016-03-281-1/+7
* As <machine/vm.h> is included from <vm/vm.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner2016-02-161-1/+2
* Make graphical consoles work under PowerKVM. Without using hypercalls, it isNathan Whitehorn2016-01-091-2/+23
* vt_cpulogos: Resize all terms/windows when tearing down logosConrad Meyer2015-08-213-35/+35
* Support frame buffers that are larger than the default screenMarcel Moolenaar2015-08-182-2/+9
* Improve support for Macs that have a stride not equal to theMarcel Moolenaar2015-08-151-20/+6
* Improve the VT initialization message: have it say what theMarcel Moolenaar2015-08-151-2/+3
* Fix text mode operation.Marcel Moolenaar2015-08-132-4/+8
* Better support memory mapped console devices, such as VGA and EFIMarcel Moolenaar2015-08-122-36/+7
* - Use __FBSDID().Marius Strobl2015-07-271-5/+6
* - Nuke dupe $FreeBSD$.Marius Strobl2015-07-273-13/+5
* 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-214-18/+745
* vt: De-static VT_SYSCTL_INT-defined objectsConrad Meyer2015-07-212-11/+11
* Huge cleanup of random(4) code.Mark Murray2015-06-302-1/+3
* Ensure the result from signed subtraction under modulus does notHans Petter Selasky2015-05-101-1/+1
* The "SYSCTL_INT()" default value is only used for read only SYSCTLsHans Petter Selasky2015-05-081-3/+2
* Prevent switching to NULL or own window in the "vt_proc_window_switch"Hans Petter Selasky2015-05-081-11/+29
* vt: fix vt_fb_bitblt_bitmap mask corruptionEd Maste2015-04-291-31/+23
* vt_vga: add a timeout while waiting for vertical retraceRoger Pau Monné2015-04-291-3/+13
* vt(4): Simplify mouse area detectionEd Maste2015-04-241-13/+7
* Increase vt font limits to allow use of GNU UnifontEd Maste2015-04-141-2/+2
* Let unchangeable 8-bit frame buffers have vaguely correct colors.Nathan Whitehorn2015-03-101-2/+20
* Add support for USB display link adapters to the FB and VT drivers.Hans Petter Selasky2015-03-071-5/+12
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgaJean-Sébastien Pédron2015-03-015-26/+120
* vt: move suspend/resume event handlers registration outside of mutex scopeAndriy Gapon2015-02-161-5/+10
* Improve vt(4) default mouse pointer image. Previous one looked rather ugly,Alexey Dokuchaev2015-02-131-28/+34
* vtvga: improve the device description.Rui Paulo2015-02-051-1/+2
* Use unsigned int for index value.Xin LI2015-01-271-5/+8
* hook userland threads suspend + resume into acpi suspend codeAndriy Gapon2015-01-271-2/+2
* vt(4): Use power_{suspend,resume} event handlers to implementAndriy Gapon2015-01-274-15/+60
* Make PS3 work with the userspace kboot loader. loader.ps3 will disappearNathan Whitehorn2015-01-051-0/+9