| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the source code for these two modules out of src/sys/modules. | des | 2004-08-06 | 4 | -906/+4 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 2 | -0/+2 |
* | Warning fixes. | mux | 2002-11-11 | 1 | -3/+4 |
* | Warning fix. | mux | 2002-11-11 | 1 | -2/+2 |
* | Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc. | nyan | 2002-11-06 | 1 | -4/+0 |
* | use __packed. | alfred | 2002-09-23 | 1 | -24/+24 |
* | Drop <bsd.man.mk> support from <bsd.kmod.mk>. | ru | 2002-01-11 | 2 | -2/+0 |
* | #if 0 out a variable only used in #if 0'd code to quiet a warning. | jhb | 2001-03-06 | 1 | -0/+4 |
* | Use a consistent style and one much closer to the rest of /usr/src | obrien | 2001-01-06 | 1 | -1/+0 |
* | Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comes | nyan | 2000-10-31 | 1 | -0/+2 |
* | Removed extra calculation for X position (PC-98 only). | nyan | 2000-10-28 | 1 | -1/+0 |
* | Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of | peter | 2000-05-27 | 2 | -2/+2 |
* | Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk. | peter | 2000-05-04 | 2 | -2/+2 |
* | Added PC-98 supports. | nyan | 2000-04-27 | 2 | -0/+45 |
* | - Added support for 1bpp and 4bpp BMP files. | yokota | 2000-04-24 | 1 | -68/+82 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 6 | -6/+6 |
* | Use the correct value for banksize so splash_pcx works in LFB modes. | des | 1999-06-28 | 1 | -2/+2 |
* | The second phase of syscons reorganization. | yokota | 1999-06-22 | 2 | -6/+4 |
* | Print verbose messages when there is error. | yokota | 1999-06-16 | 1 | -2/+21 |
* | Fixed bogus SRCS definition which broke `make depend'. Plain `make' | bde | 1999-04-13 | 1 | -3/+2 |
* | PCX loader for pseudo-device splash. | des | 1999-04-12 | 3 | -2/+272 |
* | Make the splash screen alternate "fade out" and "fade in" action at | yokota | 1999-03-29 | 1 | -5/+20 |
* | - Don't assume the line length in the video memory is always the same as | yokota | 1999-02-05 | 1 | -7/+8 |
* | Oops, one line was accidentally commented out in the previous commit. | yokota | 1999-01-26 | 1 | -3/+1 |
* | Add VESA mode support. If the VESA support is compiled into the kernel | yokota | 1999-01-21 | 1 | -5/+61 |
* | Calculate the number of bitmap colors in the correct way. | yokota | 1999-01-13 | 1 | -2/+2 |
* | Update the pointer into the bitmap correctly. The previous code | yokota | 1999-01-11 | 1 | -2/+2 |
* | Add splash screen module. This version has rather limited | yokota | 1999-01-11 | 4 | -0/+510 |