summaryrefslogtreecommitdiff
path: root/sys/dev/fb
AgeCommit message (Expand)Author
2024-01-12fb: Check for errors from copyin()Mark Johnston
2023-12-26fb: Explicitly handle errors when getting or setting a colour paletteMark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-17Remove my middle name.Dag-Erling Smørgrav
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-03-01fb: whack __mips__ leftoversMateusz Guzik
2022-10-03Fix various places which cast a pointer to a vm_paddr_t or vice versa.John Baldwin
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-07-19Adjust fbd_list() definition to avoid clang 15 warningDimitry Andric
2022-06-21fb: Add a default getinfo methodEmmanuel Vadot
2022-05-06s3pci: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-05-06Remove unused fbd_devclass.John Baldwin
2022-04-21FB_INSTALL_CDEV: Remove this option and related code.John Baldwin
2022-04-07splash_pcx: Remove unused variables.John Baldwin
2021-12-06fb: Remove some unused ioctlsEmmanuel Vadot
2021-12-06fb: Remove unused cursors ioctlsEmmanuel Vadot
2021-12-06fb: Remove unused FBIOVERTICAL ioctlEmmanuel Vadot
2021-12-06fb: Remove unused FBIOSVIDEO/FBIOGVIDEO ioctlsEmmanuel Vadot
2021-12-06fb: Remove unused FBIOSATTR/FBIOGATTR ioctlsEmmanuel Vadot
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2021-01-22fb_if: remove unused methodMarius Strobl
2021-01-22boot_font(4): remove obsolete fontMarius Strobl
2020-12-25gallant12x22(4): remove obsolete fontMarius Strobl
2020-09-18vm_ooffset_t is now unsignedEric van Gyzen
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-11-13Stop the VESA driver from whining loudly in the dmesg during boot onScott Long
2019-05-21Include eventhandler.h in more compilation unitsConrad Meyer
2019-01-30i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-13dev: make some use of mallocarray(9).Pedro F. Giffuni
2017-11-30SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-20Write-combine framebuffer writes through user-space mappings, if possible.Konstantin Belousov
2017-04-20Attempt to determine the modes in which 8-bit wide characters are actuallyBruce Evans
2017-04-19When we don't use the parameter table in the BIOS, also don't use mostBruce Evans
2017-04-02Reset the DAC to 6-bit mode before calling the BIOS to set the screenBruce Evans
2017-03-26Fix 3 entries in mode tables related to mono and 90-column text modes.Bruce Evans
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-10-01Provide way for framebuffer driver to request mmap(2) mapping typeOleksandr Tymoshenko
2016-07-23Use MTX_SYSINIT for the VESA lock.John Baldwin
2016-07-20vesa: fix panic on suspendRoger Pau Monné
2016-05-17Fix NULL-dereference panic if VESA reports zero modes.Alexander Motin
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-30sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni
2016-04-26sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni
2016-04-21sys: use our nitems() macro when param.h is available.Pedro F. Giffuni