aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vt/hw
Commit message (Expand)AuthorAgeFilesLines
* vt: refer to correct man section.Matteo Riondato2025-07-221-1/+1
* vt_fb: account for endiannessAhmad Khalifa2025-06-231-13/+20
* vt_fb: fix KASSERTsAhmad Khalifa2025-06-231-2/+2
* riscv: enable EFI framebufferMitchell Horne2025-03-031-2/+7
* sys: make the kernel metadata pointer globalAhmad Khalifa2025-01-242-20/+4
* vt: Add vd_bitblt_argbEmmanuel Vadot2024-07-118-0/+87
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-277-7/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-167-14/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-127-7/+7
* Add a simple-framebuffer vt driverAndrew Turner2023-04-261-0/+226
* efifb: add a tunable to select the framebuffer cache attributeKyle Evans2023-03-011-1/+26
* vt(4): Return errors from `vt_{,de}allocate()`Jean-Sébastien Pédron2023-01-251-4/+6
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-222-2/+2
* vt: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* vt/vga: ignore ACPI_FADT_NO_VGA unless running virtualizedRoger Pau Monné2022-03-171-1/+5
* vt_vga: fix colour in pixel blocks with more than 4 coloursEd Maste2022-03-031-1/+2
* vt_vga: Correct "plane" spellingEd Maste2022-03-021-19/+19
* fb: Add new FBTYPE_EFIFBEmmanuel Vadot2021-12-061-0/+1
* vt: export RGB offsets with FBIO_GETRGBOFFSLeandro Lupori2021-11-255-24/+30
* ofwfb: fix vga/hdmi console with ASMEDIA during boot on powerpc64(le)Alfredo Dal'Ava Junior2021-11-031-6/+110
* vt: bound buffer access in redraw optimizationEd Maste2021-09-232-0/+12
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-085-5/+0
* efifb,vbefb: implement vd_finiGreg V2021-03-302-0/+22
* ofwfb: fix boot on LELeandro Lupori2021-03-091-11/+11
* ofwfb: fix incorrect colors on powerpc* and add new tunable parametersAlfredo Dal'Ava Junior2021-02-191-41/+122
* Add VT driver for VBE framebuffer deviceToomas Soome2020-11-301-0/+153
* efifb: vt_generate_cons_palette() takes max color, not maskToomas Soome2020-11-061-3/+8
* vm_ooffset_t is now unsignedEric van Gyzen2020-09-181-1/+1
* vt: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* vt: avoid overrun when stride is not a multiple of bytes per pixelEd Maste2020-04-041-3/+3
* Fix a stray 'e'from my last commit.Warner Losh2020-02-031-1/+1
* Remove sparc64 kernel supportWarner Losh2020-02-032-23/+1
* Enable use of ofwcons for early debugLeandro Lupori2019-12-091-0/+6
* vt: use proper return value check with TUNABLE_INT_FETCHToomas Soome2019-09-261-2/+1
* vt: use colors from terminal emulatorToomas Soome2019-09-251-2/+11
* vt efifb: add suspend/resume callsEd Maste2019-05-211-0/+2
* Speed up vt(4) by keeping a record of the most recently drawn character andColin Percival2018-08-255-0/+75
* Replace a pair of 8-bit writes to VGA memory with a single 16-bit write.Colin Percival2018-08-071-4/+4
* vt/ofwfb: Fix brain-o from r336514, use the correct form of /chosen/stdout-pathJustin Hibbits2018-07-201-9/+15
* vt/ofwfb: Check that /chosen/stdout is valid before using it in initializationJustin Hibbits2018-07-201-2/+4
* ofwfb: Check for /chosen/stdout-path in addition to /chosen/stdoutJustin Hibbits2018-07-191-0/+4
* Fix compilation.Konstantin Belousov2018-06-251-1/+2
* Provide a helper function acpi_get_fadt_bootflags() to fetch the FADTKonstantin Belousov2018-06-251-27/+8
* Always initialize the ignore local variable.Konstantin Belousov2018-06-251-0/+1
* vt: add option to ignore NO_VGA flag in ACPIRoger Pau Monné2018-06-251-0/+6
* If linebytes property is missing from the graphics device, assume noNathan Whitehorn2018-05-301-3/+4
* Avoid writing to the frame buffer in early boot on PowerPC if the CPU'sNathan Whitehorn2018-05-191-5/+13
* vt: add more cp437 mappings for vga textmodeEd Maste2018-05-181-2/+3
* Clean up vt source whitespace issuesEd Maste2018-05-162-3/+3