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
/
fb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Change fb_attach() and fb_detach() to take a integer unit number rather
phk
2003-09-26
1
-81
/
+3
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Changed ??? to foo in dead code since ??? screws up my editor.
jake
2003-08-24
1
-1
/
+1
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
NODEVFS cleanup:
phk
2003-02-26
1
-2
/
+3
*
Cleanup of the d_mmap_t interface.
mux
2003-02-25
1
-4
/
+4
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Turn on TGA support.
obrien
2002-04-13
1
-5
/
+6
*
KSE Milestone 2
julian
2001-09-12
1
-9
/
+9
*
Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-
yokota
2001-08-02
1
-0
/
+9
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-6
/
+9
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Exterminate the use of PSEUDO_SET() with extreme prejudice.
peter
2001-01-31
1
-10
/
+22
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-6
/
+5
*
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
*
Fix the ioctl CONS_FINDMODE and its underlying subroutine
yokota
1999-12-07
1
-8
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
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
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-40
/
+433
*
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
*
syscons
yokota
1999-01-19
1
-3
/
+4
*
Clean up warnings: get conditional compilation right so that a local
yokota
1999-01-12
1
-6
/
+11
*
Add the new keyboard driver and video card driver. They will be
yokota
1999-01-09
1
-0
/
+415