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
/
i4b
Commit message (
Expand
)
Author
Age
Files
Lines
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
2
-5
/
+6
*
Fix some long standing bugs in writing to the BPF device attached to
dwmalone
2005-06-26
1
-1
/
+9
*
Fix a number of now bogus casts I missed the first time around (I must
brooks
2005-06-17
1
-8
/
+7
*
Refer to the correct file/function in panic messages.
brooks
2005-06-17
1
-2
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-151
/
+149
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-1
/
+0
*
Don't use 'i386/include' directly.
nyan
2005-04-08
1
-2
/
+2
*
Add device ID for Planet IA 128P-STD card.
murray
2005-03-19
1
-0
/
+2
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
126
-374
/
+498
*
Mark i4b IPR and SPPP drivers as NET_NEEDS_GIANT(), as they both
rwatson
2004-10-12
2
-0
/
+4
*
Kill count device support from config. I've changed the last few
peter
2004-08-30
8
-19
/
+6
*
Apply error and success logic consistently to the function netisr_queue() and
andre
2004-08-27
1
-5
/
+1
*
Fix a possible hang which apparently occurs during a warm boot (cold boot
gj
2004-07-18
1
-0
/
+8
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+2
*
Catch up with the new world order of Netgraph metas.
ru
2004-07-06
1
-15
/
+3
*
Add another ifdef...
imp
2004-07-05
1
-0
/
+2
*
meta_p is a void *, so a variable that's of type void * can't be
imp
2004-07-04
1
-1
/
+4
*
Be BURN_BRIDGES compliant
phk
2004-06-21
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
5
-26
/
+26
*
Link ALTQ to the build and break with ABI for struct ifnet. Please recompile
mlaier
2004-06-13
1
-1
/
+1
*
add missing #include <sys/module.h>
phk
2004-05-30
3
-0
/
+3
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+10
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
19
-142
/
+135
*
Device megapatch 4/6:
phk
2004-02-21
5
-0
/
+10
*
Device megapatch 1/6:
phk
2004-02-21
5
-10
/
+0
*
Based on an excellent suggestion from tanimura@ define I4BPRI and use it
gj
2003-11-10
5
-47
/
+22
*
Fix breakage cuased by the selwakeuppri commit by defining TTIPRI for
gj
2003-11-10
4
-0
/
+28
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
3
-10
/
+10
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
2
-10
/
+10
*
Initialize if_softc and use it in favor of &ipr_softc[ifp->if_unit] to
brooks
2003-10-31
1
-3
/
+4
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
5
-18
/
+15
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
6
-12
/
+12
*
Undo agressive inlining which GCC previously wisely ignored.
phk
2003-07-23
2
-152
/
+169
*
Mega busdma API commit.
scottl
2003-07-01
1
-0
/
+1
*
Use __FBSDID().
obrien
2003-06-11
20
-60
/
+60
*
Use __FBSDID().
obrien
2003-06-10
33
-111
/
+100
*
Use __FBSDID().
obrien
2003-06-10
7
-32
/
+21
*
Use __FBSDID().
obrien
2003-06-10
25
-86
/
+76
*
Fix off-by-one errors in range checks of state machine states & events.
phk
2003-05-31
2
-8
/
+8
*
Fix systematic off-by-one errors in unit number range checks.
phk
2003-05-31
6
-11
/
+11
*
Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.
hmp
2003-05-30
1
-2
/
+2
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
2
-2
/
+2
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
5
-65
/
+36
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
4
-28
/
+28
*
NODEVFS cleanup:
phk
2003-02-26
5
-76
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
4
-11
/
+11
*
Fix another typo in a comment which I noticed while doing the MFC.
gj
2003-02-06
1
-1
/
+1
*
Fix some typos in 3 comments.
gj
2003-02-01
1
-4
/
+5
*
Add a fix for the case where the dialout fails. In this case the isp
gj
2003-01-30
1
-0
/
+13
[next]