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
/
net
/
if_atmsubr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
network interface and link layer changes:
sam
2002-11-15
1
-0
/
+3
*
When a packet is destined for delivery via an ATM medium, perform
rwatson
2002-10-20
1
-0
/
+11
*
Fix warning; remove unused variable
peter
2001-06-15
1
-1
/
+1
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Use <sys/queue.h> macro api rather than fondle its implementation detals.
phk
2001-02-03
1
-4
/
+4
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-18
/
+3
*
remove "register" specifiers to supress compiler warning.
kjc
2000-04-26
1
-2
/
+2
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
udp IPv6 support, IPv6/IPv4 tunneling support in kernel,
shin
1999-12-07
1
-0
/
+3
*
clean up en atm driver
kjc
1999-05-08
1
-289
/
+7
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-2
/
+4
*
update ATM driver. (base version: midway.c 1.67 --> 1.68)
kjc
1998-07-29
1
-128
/
+355
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-2
/
+2
*
Make POWERFAIL_NMI, PPS_SYNC and NATM new style options.
eivind
1998-01-31
1
-0
/
+1
*
Make INET a proper option.
eivind
1998-01-08
1
-0
/
+2
*
Use gettime() instead of assignment from `time'. (`time' is too
bde
1997-11-18
1
-3
/
+2
*
Removed unused #includes.
bde
1997-08-02
1
-12
/
+0
*
import Chuck Cranor's ATM driver
kjc
1997-05-09
1
-0
/
+410