summaryrefslogtreecommitdiff
path: root/sys/dev/vt/hw
AgeCommit message (Expand)Author
2025-07-22vt: refer to correct man section.Matteo Riondato
2025-06-23vt_fb: account for endiannessAhmad Khalifa
2025-06-23vt_fb: fix KASSERTsAhmad Khalifa
2025-03-03riscv: enable EFI framebufferMitchell Horne
2025-01-24sys: make the kernel metadata pointer globalAhmad Khalifa
2024-07-11vt: Add vd_bitblt_argbEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-26Add a simple-framebuffer vt driverAndrew Turner
2023-03-01efifb: add a tunable to select the framebuffer cache attributeKyle Evans
2023-01-25vt(4): Return errors from `vt_{,de}allocate()`Jean-Sébastien Pédron
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-05-06vt: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-03-17vt/vga: ignore ACPI_FADT_NO_VGA unless running virtualizedRoger Pau Monné
2022-03-02vt_vga: fix colour in pixel blocks with more than 4 coloursEd Maste
2022-03-02vt_vga: Correct "plane" spellingEd Maste
2021-12-06fb: Add new FBTYPE_EFIFBEmmanuel Vadot
2021-11-25vt: export RGB offsets with FBIO_GETRGBOFFSLeandro Lupori
2021-11-03ofwfb: fix vga/hdmi console with ASMEDIA during boot on powerpc64(le)Alfredo Dal'Ava Junior
2021-09-23vt: bound buffer access in redraw optimizationEd Maste
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2021-03-30efifb,vbefb: implement vd_finiGreg V
2021-03-09ofwfb: fix boot on LELeandro Lupori
2021-02-19ofwfb: fix incorrect colors on powerpc* and add new tunable parametersAlfredo Dal'Ava Junior
2020-11-30Add VT driver for VBE framebuffer deviceToomas Soome
2020-11-06efifb: vt_generate_cons_palette() takes max color, not maskToomas Soome
2020-09-18vm_ooffset_t is now unsignedEric van Gyzen
2020-09-01vt: clean up empty lines in .c and .h filesMateusz Guzik
2020-04-04vt: avoid overrun when stride is not a multiple of bytes per pixelEd Maste
2020-02-03Fix a stray 'e'from my last commit.Warner Losh
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-12-09Enable use of ofwcons for early debugLeandro Lupori
2019-09-26vt: use proper return value check with TUNABLE_INT_FETCHToomas Soome
2019-09-25vt: use colors from terminal emulatorToomas Soome
2019-05-21vt efifb: add suspend/resume callsEd Maste
2018-08-25Speed up vt(4) by keeping a record of the most recently drawn character andColin Percival
2018-08-07Replace a pair of 8-bit writes to VGA memory with a single 16-bit write.Colin Percival
2018-07-20vt/ofwfb: Fix brain-o from r336514, use the correct form of /chosen/stdout-pathJustin Hibbits
2018-07-20vt/ofwfb: Check that /chosen/stdout is valid before using it in initializationJustin Hibbits
2018-07-19ofwfb: Check for /chosen/stdout-path in addition to /chosen/stdoutJustin Hibbits
2018-06-25Fix compilation.Konstantin Belousov
2018-06-25Provide a helper function acpi_get_fadt_bootflags() to fetch the FADTKonstantin Belousov
2018-06-25Always initialize the ignore local variable.Konstantin Belousov
2018-06-25vt: add option to ignore NO_VGA flag in ACPIRoger Pau Monné
2018-05-30If linebytes property is missing from the graphics device, assume noNathan Whitehorn
2018-05-19Avoid writing to the frame buffer in early boot on PowerPC if the CPU'sNathan Whitehorn
2018-05-18vt: add more cp437 mappings for vga textmodeEd Maste
2018-05-16Clean up vt source whitespace issuesEd Maste