aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-236-12/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-238-16/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2510-10/+10
* fb: Add a default getinfo methodEmmanuel Vadot2023-02-021-1/+9
* Fix various places which cast a pointer to a vm_paddr_t or vice versa.John Baldwin2022-11-111-2/+2
* Adjust fbd_list() definition to avoid clang 15 warningDimitry Andric2022-07-231-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-081-1/+0
* fb: Remove some unused ioctlsEmmanuel Vadot2021-12-211-4/+0
* fb: Remove unused cursors ioctlsEmmanuel Vadot2021-12-211-5/+0
* fb: Remove unused FBIOVERTICAL ioctlEmmanuel Vadot2021-12-211-1/+0
* fb: Remove unused FBIOSVIDEO/FBIOGVIDEO ioctlsEmmanuel Vadot2021-12-211-2/+0
* fb: Remove unused FBIOSATTR/FBIOGATTR ioctlsEmmanuel Vadot2021-12-211-1/+0
* fb_if: remove unused methodMarius Strobl2021-01-211-5/+0
* boot_font(4): remove obsolete fontMarius Strobl2021-01-212-4680/+0
* gallant12x22(4): remove obsolete fontMarius Strobl2020-12-251-6196/+0
* vm_ooffset_t is now unsignedEric van Gyzen2020-09-181-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Remove sparc64 kernel supportWarner Losh2020-02-036-3700/+1
* Stop the VESA driver from whining loudly in the dmesg during boot onScott Long2019-11-131-1/+11
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-212-0/+2
* i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov2019-01-304-4/+4
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-2/+2
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-2/+2
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2716-0/+32
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Write-combine framebuffer writes through user-space mappings, if possible.Konstantin Belousov2017-04-201-0/+3
* Attempt to determine the modes in which 8-bit wide characters are actuallyBruce Evans2017-04-202-0/+27
* When we don't use the parameter table in the BIOS, also don't use mostBruce Evans2017-04-191-5/+24
* Reset the DAC to 6-bit mode before calling the BIOS to set the screenBruce Evans2017-04-021-6/+10
* Fix 3 entries in mode tables related to mono and 90-column text modes.Bruce Evans2017-03-261-3/+3
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-282-44/+0
* Provide way for framebuffer driver to request mmap(2) mapping typeOleksandr Tymoshenko2016-10-011-0/+2
* Use MTX_SYSINIT for the VESA lock.John Baldwin2016-07-231-17/+3
* vesa: fix panic on suspendRoger Pau Monné2016-07-201-2/+14
* Fix NULL-dereference panic if VESA reports zero modes.Alexander Motin2016-05-171-1/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-033-4/+4
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-303-3/+3
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-2/+2
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-215-15/+14
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-4/+4
* Add support for USB display link adapters to the FB and VT drivers.Hans Petter Selasky2015-03-071-3/+10
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgaJean-Sébastien Pédron2015-03-011-0/+2
* Forward the FBIO_BLANK IOCTL to framebuffer clients. Bump the FreeBSDHans Petter Selasky2015-02-161-1/+2
* vt(4): Use power_{suspend,resume} event handlers to implementAndriy Gapon2015-01-271-18/+0
* vt(4): Fix mouse cursor handling in vt_fb/creator_vt/ofwfbJean-Sébastien Pédron2014-08-271-17/+13
* vt(4): Store a rectangle for the drawable area, not just the top-left cornerJean-Sébastien Pédron2014-08-251-6/+8
* vt(4): Add vd_bitblt_bmp_t callbackJean-Sébastien Pédron2014-08-231-0/+2
* creator_fb: Implement vd_bitblt_text_tJean-Sébastien Pédron2014-08-231-8/+62