index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
fb
/
splash_bmp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace explicit calls to video methods with their respective variants
wkoszek
2007-12-29
1
-11
/
+11
*
Remove the internal use of __packed and put it on the structures
mjacob
2007-07-11
1
-29
/
+29
*
add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
Warning fix.
mux
2002-11-11
1
-2
/
+2
*
use __packed.
alfred
2002-09-23
1
-24
/
+24
*
#if 0 out a variable only used in #if 0'd code to quiet a warning.
jhb
2001-03-06
1
-0
/
+4
*
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
*
Added PC-98 supports.
nyan
2000-04-27
1
-0
/
+41
*
- Added support for 1bpp and 4bpp BMP files.
yokota
2000-04-24
1
-68
/
+82
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-3
/
+2
*
Print verbose messages when there is error.
yokota
1999-06-16
1
-2
/
+21
*
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
1
-0
/
+494