aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb/splash.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Use the preload_fetch_addr() and preload_fetch_size() convenienceMarcel Moolenaar2011-02-131-15/+17
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Include opt_splash.h.Kazutaka YOKOTA2001-08-021-0/+2
* Peter and I cross-committed: this file needs sys/kernel.h now.Poul-Henning Kamp2000-04-291-0/+1
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Stick a module dependency on 'splash' in the saver declaration macro soPeter Wemm2000-04-291-0/+2
* Remove #include "splash.h" and #if NSPLASH > 0" - it's implied by config.Peter Wemm2000-01-291-6/+0
* Check whether init and term are actually givenNick Hibma1999-10-051-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix printf int/long format problems on the Alpha.Peter Wemm1999-07-011-3/+3
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-6/+9
* Don't free() a NULL pointer!Kazutaka YOKOTA1999-03-091-3/+4
* Oops, I committed wrong version of these files in the last commit!Kazutaka YOKOTA1999-01-111-68/+95
* Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA1999-01-091-0/+181