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
Commit message (
Expand
)
Author
Age
Files
Lines
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
2
-7
/
+9
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
#if 0 out a variable only used in #if 0'd code to quiet a warning.
jhb
2001-03-06
1
-0
/
+4
*
Exterminate the use of PSEUDO_SET() with extreme prejudice.
peter
2001-01-31
1
-10
/
+22
*
#if 0 out local variables only used in #if 0'd code and remove unused
jhb
2001-01-23
1
-1
/
+4
*
Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacing
nsouch
2001-01-05
1
-0
/
+564
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-6
/
+5
*
Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comes
nyan
2000-10-31
1
-0
/
+2
*
Remove unneeded #include <sys/proc.h> lines.
phk
2000-10-29
1
-1
/
+0
*
Removed extra calculation for X position (PC-98 only).
nyan
2000-10-28
1
-1
/
+0
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
1
-0
/
+1
*
Unused include: #include "fb.h"
peter
2000-06-10
1
-1
/
+0
*
Prevent vidcontrol -i from crashing alphas
gallatin
2000-05-21
1
-0
/
+8
*
Peter and I cross-committed: this file needs sys/kernel.h now.
phk
2000-04-29
1
-0
/
+1
*
Remove unneeded #include <sys/kernel.h>
phk
2000-04-29
1
-1
/
+0
*
Stick a module dependency on 'splash' in the saver declaration macro so
peter
2000-04-29
2
-2
/
+6
*
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
*
Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.
peter
2000-01-29
1
-5
/
+0
*
Remove #include "splash.h" and #if NSPLASH > 0" - it's implied by config.
peter
2000-01-29
1
-6
/
+0
*
Add a workaround to which allows alphas to reserve a port range which
dfr
2000-01-24
1
-1
/
+1
*
Rework the algorithm to detect MDA/CGA/EGA/VGA cards, so that
yokota
2000-01-10
1
-20
/
+26
*
- Fix typo: CGA40 -> CGA80
yokota
2000-01-10
1
-3
/
+3
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
2
-4
/
+4
*
Fix the ioctl CONS_FINDMODE and its underlying subroutine
yokota
1999-12-07
2
-13
/
+4
*
Check whether init and term are actually given
n_hibma
1999-10-05
1
-2
/
+2
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
8
-8
/
+8
*
Correct the mode information for the VGA mode X.
yokota
1999-08-24
1
-4
/
+6
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-3
/
+1
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-3
/
+2
*
Fix printf int/long format problems on the Alpha.
peter
1999-07-01
1
-3
/
+3
*
Use the correct value for banksize so splash_pcx works in LFB modes.
des
1999-06-28
1
-2
/
+2
*
#if 0 an unused function since it generates warnings.. (I have not deleted
peter
1999-06-26
1
-1
/
+5
*
The second phase of syscons reorganization.
yokota
1999-06-22
8
-69
/
+3574
*
Print verbose messages when there is error.
yokota
1999-06-16
1
-2
/
+21
*
Simplify cdevsw registration.
phk
1999-05-31
1
-4
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+20
*
PCX loader for pseudo-device splash.
des
1999-04-12
1
-0
/
+262
*
Centralize and reorganize a few macros.
des
1999-04-12
1
-1
/
+18
*
Make the splash screen alternate "fade out" and "fade in" action at
yokota
1999-03-29
1
-5
/
+20
*
Don't free() a NULL pointer!
yokota
1999-03-09
1
-3
/
+4
*
- 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
*
syscons
yokota
1999-01-19
2
-7
/
+8
*
Calculate the number of bitmap colors in the correct way.
yokota
1999-01-13
1
-2
/
+2
*
Clean up warnings: get conditional compilation right so that a local
yokota
1999-01-12
1
-6
/
+11
*
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
[next]