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
/
firewire
/
if_fwip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-5
/
+5
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-3
/
+6
*
Do not self-initialize a variable.
fjoe
2009-02-09
1
-1
/
+1
*
Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
ru
2008-03-25
1
-14
/
+6
*
MFp4: MPSAFE firewire stack.
simokawa
2007-06-06
1
-37
/
+31
*
MFp4: Fix broken userland API for async packets.
simokawa
2007-04-30
1
-1
/
+0
*
Replace xfer->act.hand with xfer->hand.
simokawa
2007-03-16
1
-2
/
+2
*
* Remove xfer->retry_req.
simokawa
2007-03-16
1
-1
/
+0
*
Various bpf(4) related fixes to catch places up to the new bpf(4)
jhb
2006-12-29
1
-2
/
+2
*
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
glebius
2005-10-05
1
-0
/
+3
*
Big polling(4) cleanup.
glebius
2005-10-01
1
-31
/
+47
*
Remove an unnecessicary bzero that was zeroing the softc's struct ifnet
brooks
2005-08-17
1
-1
/
+0
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-0
/
+25
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-9
/
+13
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Since if_fwip doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+2
*
Temporary fix for interoperability with Windows and OS X. A more complete
dfr
2004-07-20
1
-1
/
+1
*
If we run out of transmission labels, just re-queue the packet for later
dfr
2004-06-14
1
-1
/
+13
*
Add configuration rom entries for IP over firewire.
dfr
2004-06-13
1
-0
/
+22
*
Add a new driver to support IP over firewire. This driver is intended to
dfr
2004-06-13
1
-0
/
+917