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
/
atm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
5
-60
/
+51
*
Get rid of the old *LEN constants in favour of the new *SIZ constants
harti
2004-01-26
2
-6
/
+6
*
NULL -> 0 where appropriate.
alfred
2003-12-24
2
-5
/
+5
*
Pass MTX_DEF instead of 0 as the last argument to mtx_init().
truckman
2003-12-15
1
-1
/
+2
*
The last argument to mtx_init() should be MTX_DEF, not 0. This is not a
truckman
2003-12-08
1
-1
/
+2
*
Make the defines that prevent multiple includes look like the
harti
2003-11-13
3
-6
/
+6
*
The layer 3 (signalling) of NgATM netgraph node: ng_uni. This node
harti
2003-11-07
3
-0
/
+1203
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-5
/
+3
*
Netgraph part of the NgATM signalling AA layer. These nodes can
harti
2003-10-24
8
-0
/
+2715
*
Add ng_atmpif: a HARP physical interface emulation. This allows one
harti
2003-08-11
4
-0
/
+1963
*
Process events from the ATM drivers. Carrier change and PVC change
harti
2003-07-29
2
-49
/
+126
*
Test the OPEN flag to see whether a VCI is already open on the hook instead
harti
2003-07-15
1
-2
/
+2
*
Remove three unneccessary comparisons that were always true.
harti
2003-07-15
1
-6
/
+0
*
Allow VPI/VCI 0/0 to be opened. This will be used by the IDT77252 driver
harti
2003-07-02
1
-9
/
+22
*
This is a netgraph node to access ATM interfaces. It works with the
harti
2003-06-25
2
-0
/
+1598