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
/
netgraph
/
ng_one2many.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Having moved metadata usage to mbuf tags, remove code that supports
julian
2004-06-26
1
-12
/
+1
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+9
*
Backout previous change, it breaks build and it is not needed
pjd
2004-02-20
1
-89
/
+0
*
Add new failure detection algorithm.
pjd
2004-02-19
1
-0
/
+89
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
bmilekic
2002-12-19
1
-1
/
+1
*
Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.
jhb
2002-11-08
1
-3
/
+3
*
Fix GCC warnings caused by initializing a zero length array. In the process,
archie
2002-05-31
1
-5
/
+5
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-7
/
+7
*
Implement direct support for semipersistant nodes.
julian
2001-01-30
1
-2
/
+3
*
Add a new distribution algorythm to the 'one2many' node type.
julian
2001-01-28
1
-3
/
+51
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-16
/
+16
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-26
/
+18
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-1
/
+1
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-2
/
+1
*
New netgraph node type ng_one2many(4).
archie
2000-11-16
1
-0
/
+521