summaryrefslogtreecommitdiff
path: root/sys/modules/splash
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2011-12-12- Add support for ASCII art splash screens in TheDraw formatEitan Adler
2004-08-06Move the source code for these two modules out of src/sys/modules.Dag-Erling Smørgrav
2004-05-30add missing #include <sys/module.h>Poul-Henning Kamp
2002-11-11Warning fixes.Maxime Henrion
2002-11-11Warning fix.Maxime Henrion
2002-11-06Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi
2002-09-23use __packed.Alfred Perlstein
2002-01-11Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov
2001-03-06#if 0 out a variable only used in #if 0'd code to quiet a warning.John Baldwin
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
2000-10-31Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesYoshihiro Takahashi
2000-10-28Removed extra calculation for X position (PC-98 only).Yoshihiro Takahashi
2000-05-27Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm
2000-05-04Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm
2000-04-27Added PC-98 supports.Yoshihiro Takahashi
2000-04-24- Added support for 1bpp and 4bpp BMP files.Kazutaka YOKOTA
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-06-28Use the correct value for banksize so splash_pcx works in LFB modes.Dag-Erling Smørgrav
1999-06-22The second phase of syscons reorganization.Kazutaka YOKOTA
1999-06-16Print verbose messages when there is error.Kazutaka YOKOTA
1999-04-13Fixed bogus SRCS definition which broke `make depend'. Plain `make'Bruce Evans
1999-04-12PCX loader for pseudo-device splash.Dag-Erling Smørgrav
1999-03-29Make the splash screen alternate "fade out" and "fade in" action atKazutaka YOKOTA
1999-02-05- Don't assume the line length in the video memory is always the same asKazutaka YOKOTA
1999-01-26Oops, one line was accidentally commented out in the previous commit.Kazutaka YOKOTA
1999-01-21Add VESA mode support. If the VESA support is compiled into the kernelKazutaka YOKOTA
1999-01-13Calculate the number of bitmap colors in the correct way.Kazutaka YOKOTA
1999-01-11Update the pointer into the bitmap correctly. The previous codeKazutaka YOKOTA
1999-01-11Add splash screen module. This version has rather limitedKazutaka YOKOTA