summaryrefslogtreecommitdiff
path: root/sys/dev/vt
Commit message (Expand)AuthorAgeFilesLines
* MFC r342639:Ian Lepore2019-04-221-1/+18
* MFC r335631:Eitan Adler2018-07-291-0/+1
* MFC r335629:Eitan Adler2018-07-281-0/+6
* 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
* Revert r330897:Eitan Adler2018-03-2916-32/+0
* MFC r330834:Eitan Adler2018-03-141-1/+35
* MFC r317174:Eitan Adler2018-03-141-7/+1
* MFC r315418,r315480,r316019:Eitan Adler2018-03-141-0/+2
* Partial merge of the SPDX changesEitan Adler2018-03-1416-0/+32
* MFC r316796:Eitan Adler2018-03-081-1/+7
* MFC r326599:Eitan Adler2018-03-083-48/+49
* MFC r325724:Hans Petter Selasky2018-02-151-0/+4
* MFC r327444, r327449, r327454Oleksandr Tymoshenko2018-02-141-4/+101
* MFC r325295:Vladimir Kondratyev2017-12-041-3/+3
* MFC r313547, r313777: fix mouse selection when vt(4) scrollsEd Maste2017-07-191-22/+74
* MFC r319928:Enji Cooper2017-07-171-1/+1
* MFC: r317171, r317173, r317560, r317561, r318326Jung-uk Kim2017-05-181-40/+31
* MFC r304430: vt: fix old keyboard release in CONS_SETKBDEd Maste2017-02-101-0/+1
* MFC r309823:Oleksandr Tymoshenko2016-12-221-0/+79
* MFC r303338: vt: lock Giant around kbd calls in CONS_GETINFOEd Maste2016-08-011-0/+2
* MFC r303043:Bryan Drewery2016-07-253-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-32/+32
* 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