summaryrefslogtreecommitdiff
path: root/sys/dev/fb/splash.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
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-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2011-02-13Use the preload_fetch_addr() and preload_fetch_size() convenienceMarcel Moolenaar
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2003-08-24Use __FBSDID().David E. O'Brien
2001-08-02Include opt_splash.h.Kazutaka YOKOTA
2000-04-29Peter and I cross-committed: this file needs sys/kernel.h now.Poul-Henning Kamp
2000-04-29Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp
2000-04-29Stick a module dependency on 'splash' in the saver declaration macro soPeter Wemm
2000-01-29Remove #include "splash.h" and #if NSPLASH > 0" - it's implied by config.Peter Wemm
1999-10-05Check whether init and term are actually givenNick Hibma
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-01Fix printf int/long format problems on the Alpha.Peter Wemm
1999-06-22The second phase of syscons reorganization.Kazutaka YOKOTA
1999-03-09Don't free() a NULL pointer!Kazutaka YOKOTA
1999-01-11Oops, I committed wrong version of these files in the last commit!Kazutaka YOKOTA
1999-01-09Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA