summaryrefslogtreecommitdiffstats
path: root/sys/modules/splash/bmp
Commit message (Expand)AuthorAgeFilesLines
* Move the source code for these two modules out of src/sys/modules.des2004-08-062-643/+2
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Warning fix.mux2002-11-111-2/+2
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.nyan2002-11-061-4/+0
* use __packed.alfred2002-09-231-24/+24
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
* #if 0 out a variable only used in #if 0'd code to quiet a warning.jhb2001-03-061-0/+4
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-1/+0
* Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesnyan2000-10-311-0/+2
* Removed extra calculation for X position (PC-98 only).nyan2000-10-281-1/+0
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-1/+1
* Added PC-98 supports.nyan2000-04-272-0/+45
* - Added support for 1bpp and 4bpp BMP files.yokota2000-04-241-68/+82
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* The second phase of syscons reorganization.yokota1999-06-221-3/+2
* Print verbose messages when there is error.yokota1999-06-161-2/+21
* Make the splash screen alternate "fade out" and "fade in" action atyokota1999-03-291-5/+20
* - Don't assume the line length in the video memory is always the same asyokota1999-02-051-7/+8
* Oops, one line was accidentally commented out in the previous commit.yokota1999-01-261-3/+1
* Add VESA mode support. If the VESA support is compiled into the kernelyokota1999-01-211-5/+61
* Calculate the number of bitmap colors in the correct way.yokota1999-01-131-2/+2
* Update the pointer into the bitmap correctly. The previous codeyokota1999-01-111-2/+2
* Add splash screen module. This version has rather limitedyokota1999-01-112-0/+502
OpenPOWER on IntegriCloud