summaryrefslogtreecommitdiff
path: root/sys/dev/fb/fbd.c
AgeCommit message (Expand)Author
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
2022-10-03Fix various places which cast a pointer to a vm_paddr_t or vice versa.John Baldwin
2022-07-19Adjust fbd_list() definition to avoid clang 15 warningDimitry Andric
2022-05-06Remove unused fbd_devclass.John Baldwin
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2020-09-18vm_ooffset_t is now unsignedEric van Gyzen
2019-05-21Include eventhandler.h in more compilation unitsConrad Meyer
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-10-01Provide way for framebuffer driver to request mmap(2) mapping typeOleksandr Tymoshenko
2015-03-07Add support for USB display link adapters to the FB and VT drivers.Hans Petter Selasky
2015-03-01vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgaJean-Sébastien Pédron
2015-02-16Forward the FBIO_BLANK IOCTL to framebuffer clients. Bump the FreeBSDHans Petter Selasky
2015-01-27vt(4): Use power_{suspend,resume} event handlers to implementAndriy Gapon
2014-08-10fbd: Fix a bug where vt_fb_attach() success would be considered a failureJean-Sébastien Pédron
2014-08-06Retire various intertwined bits of fbd(4) and vt_fb, in particular theNathan Whitehorn
2014-07-16Allow console drivers active from early boot to be used with xf86-video-scfb,Nathan Whitehorn
2014-07-09Should check fb_read method presence instead of double check for fb_write.Aleksandr Rybalko
2013-12-23o Add virtual terminal mmap request handler.Aleksandr Rybalko
2013-12-05Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko