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_frame_relay.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark 'makeup' in ng_frame_relay as const, as its values are immutable.
rwatson
2004-07-12
1
-1
/
+1
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+7
*
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
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-1
/
+1
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-18
/
+17
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-25
/
+24
*
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
*
Add the use of M_ZERO to netgraph.
dwmalone
2000-11-18
1
-2
/
+1
*
Since neither archie nor I work at Whistle any more, change our email
julian
2000-10-24
1
-1
/
+1
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Fix a bug where we were accessing already free'd memory during node shutdown.
archie
2000-08-07
1
-1
/
+1
*
Two simple changes to the kernel internal API for netgraph modules,
julian
2000-04-28
1
-1
/
+2
*
Remove a bunch of un-needed includes.
julian
1999-12-07
1
-2
/
+0
*
Add two new generic control messages, NGM_ASCII2BINARY and
archie
1999-11-30
1
-2
/
+3
*
Change the prototype of the strto* routines to make the second
archie
1999-11-24
1
-3
/
+4
*
Move isfoo() and friends to the newly created sys/ctype.h.
phk
1999-11-03
1
-0
/
+1
*
Simplify checking/parsing of strings using strtoul(), isdigit(), etc.
archie
1999-11-02
1
-9
/
+6
*
Add typedefs for node methods
julian
1999-11-01
1
-6
/
+6
*
Start making the contents of the generic framework opaque to the nodes.
julian
1999-11-01
1
-1
/
+0
*
cleanups regarding misused m_pullup() and similar.
julian
1999-10-26
1
-1
/
+1
*
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
julian
1999-10-21
1
-0
/
+526