aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/splash
Commit message (Expand)AuthorAgeFilesLines
* - Add support for ASCII art splash screens in TheDraw formatEitan Adler2011-12-122-1/+8
* Move the source code for these two modules out of src/sys/modules.Dag-Erling Smørgrav2004-08-064-906/+4
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-302-0/+2
* Warning fixes.Maxime Henrion2002-11-111-3/+4
* Warning fix.Maxime Henrion2002-11-111-2/+2
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi2002-11-061-4/+0
* use __packed.Alfred Perlstein2002-09-231-24/+24
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-112-2/+0
* #if 0 out a variable only used in #if 0'd code to quiet a warning.John Baldwin2001-03-061-0/+4
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-1/+0
* Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesYoshihiro Takahashi2000-10-311-0/+2
* Removed extra calculation for X position (PC-98 only).Yoshihiro Takahashi2000-10-281-1/+0
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-272-2/+2
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-042-2/+2
* Added PC-98 supports.Yoshihiro Takahashi2000-04-272-0/+45
* - Added support for 1bpp and 4bpp BMP files.Kazutaka YOKOTA2000-04-241-68/+82
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* Use the correct value for banksize so splash_pcx works in LFB modes.Dag-Erling Smørgrav1999-06-281-2/+2
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-222-6/+4
* Print verbose messages when there is error.Kazutaka YOKOTA1999-06-161-2/+21
* Fixed bogus SRCS definition which broke `make depend'. Plain `make'Bruce Evans1999-04-131-3/+2
* PCX loader for pseudo-device splash.Dag-Erling Smørgrav1999-04-123-2/+272
* Make the splash screen alternate "fade out" and "fade in" action atKazutaka YOKOTA1999-03-291-5/+20
* - Don't assume the line length in the video memory is always the same asKazutaka YOKOTA1999-02-051-7/+8
* Oops, one line was accidentally commented out in the previous commit.Kazutaka YOKOTA1999-01-261-3/+1
* Add VESA mode support. If the VESA support is compiled into the kernelKazutaka YOKOTA1999-01-211-5/+61
* Calculate the number of bitmap colors in the correct way.Kazutaka YOKOTA1999-01-131-2/+2
* Update the pointer into the bitmap correctly. The previous codeKazutaka YOKOTA1999-01-111-2/+2
* Add splash screen module. This version has rather limitedKazutaka YOKOTA1999-01-114-0/+510