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
*
While we're revisiting old sins, try to clean up the code a little and
des
2004-08-06
1
-168
/
+176
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
2
-0
/
+4
*
- Add missing <sys/module.h>. [1]
marius
2004-07-09
1
-6
/
+2
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
4
-14
/
+14
*
Remove atdevbase and replace it's remaining uses with direct references to
jhb
2004-06-10
1
-1
/
+1
*
Add missing <sys/module.h> includes currently relying on nested include
phk
2004-06-03
1
-0
/
+1
*
add missing #include <sys/module.h>
phk
2004-05-30
2
-0
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
2
-8
/
+0
*
- Use an ihandle_t to store the stdout instance handle instead of a
tmm
2004-04-04
1
-2
/
+2
*
Correct a potential panic condition that could be caused when getting or
nectar
2004-04-03
1
-2
/
+4
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+2
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
__powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.
grehan
2004-01-21
1
-1
/
+17
*
Don't confuse NULL with 0.
obrien
2004-01-02
1
-3
/
+3
*
Fix a typo. Allow for the creator not being stdout.
jake
2003-11-11
1
-9
/
+8
*
Change fb_attach() and fb_detach() to take a integer unit number rather
phk
2003-09-26
2
-83
/
+5
*
Use __FBSDID().
obrien
2003-08-24
7
-7
/
+21
*
Changed ??? to foo in dead code since ??? screws up my editor.
jake
2003-08-24
1
-1
/
+1
*
Add a driver for creator upa frame buffers found in many sparc64 machines.
jake
2003-08-24
4
-0
/
+13197
*
o Explicitly cast the second argument to bus_space_set_region_#()
marcel
2003-08-23
1
-9
/
+8
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
4
-8
/
+8
*
Low risk amd64 fix. Use a vm_offset_t for the virtual location of the
peter
2003-05-23
1
-2
/
+2
*
Unbreak alpha and ia64 builds. The previous change made the inclusion
marcel
2003-05-02
1
-1
/
+6
*
Add AMD64 support to dev/fb. It isn't optimized.
peter
2003-05-01
2
-7
/
+22
*
Keep syscons specific I/O functions internal/specific to syscons on
marcel
2003-04-29
1
-1
/
+27
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
3
-3
/
+3
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
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
6
-32
/
+23
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
2
-5
/
+5
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
2
-5
/
+5
*
Warning fixes.
mux
2002-11-11
1
-3
/
+4
*
Warning fix.
mux
2002-11-11
1
-2
/
+2
*
Fix printf warnings with %j and uintmax_t.
jhb
2002-11-08
1
-2
/
+3
*
Fix rare and probably inconsequential memory leak.
phk
2002-10-02
1
-1
/
+3
*
use __packed.
alfred
2002-09-23
1
-24
/
+24
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
1
-5
/
+5
*
Turn on TGA support.
obrien
2002-04-13
4
-13
/
+49
*
GC various bits and pieces of USERCONFIG from all over the place.
phk
2002-04-09
1
-2
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-5
/
+5
*
syscons' set_border() is now named sc_set_border(), so there is no longer
des
2001-11-06
1
-2
/
+0
*
Add the TGA video driver. This is a great accomplishtment and will help
obrien
2001-11-01
5
-0
/
+8384
*
Make this compile on ia64.
marcel
2001-10-06
1
-1
/
+4
*
KSE Milestone 2
julian
2001-09-12
4
-21
/
+21
*
Fix missing splx().
yokota
2001-08-10
1
-0
/
+1
*
Include opt_splash.h.
yokota
2001-08-02
1
-0
/
+2
*
Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-
yokota
2001-08-02
1
-0
/
+9
[next]