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
/
cm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't call bus_deactivate_resource() explicitly before calling
nyan
2007-03-21
1
-6
/
+0
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Make cm(4) driver MPSAFE.
fjoe
2006-06-11
4
-234
/
+164
*
Make sure that we call if_free(ifp) after bus_teardown_intr. Since we
imp
2005-09-19
1
-1
/
+1
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
2
-13
/
+13
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
3
-15
/
+21
*
Since if_cm doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
3
-15
/
+14
*
There is no way to enter the attach routine twice with the same softc
brooks
2003-10-30
1
-21
/
+19
*
Use __FBSDID().
obrien
2003-08-24
2
-2
/
+6
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
- bpf is now working (tested with tcpdump)
fjoe
2003-01-30
1
-16
/
+0
*
- add support for IPX (tested with mount -t nwfs and mars_nwe),
fjoe
2003-01-24
1
-7
/
+8
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
network interface driver changes:
sam
2002-11-14
1
-2
/
+1
*
Use if_printf(ifp, "blah") instead of
brooks
2002-10-01
1
-32
/
+29
*
Remove __P.
alfred
2002-03-20
3
-18
/
+18
*
- generic Arcnet framework
fjoe
2002-01-08
4
-0
/
+1400