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
/
netnatm
/
natm_pcb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+3
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-1
/
+1
*
Factor out my copyrights + licenses from Charles D. Cranor and
rwatson
2007-01-08
1
-2
/
+2
*
Update natm PCB debugging code:
rwatson
2006-04-23
1
-17
/
+12
*
Lock down netnatm and mark as MPSAFE:
rwatson
2005-07-18
1
-5
/
+3
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Style(9): remove unneccesary space and blank lines, indentation,
harti
2003-08-06
1
-102
/
+81
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
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
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-4
/
+4
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+3
*
Add $FreeBSD$
peter
2000-05-01
1
-0
/
+1
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+0
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-0
/
+2
*
Fixed a sloppy common-style declaration.
bde
1997-12-20
1
-0
/
+3
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-1
/
+1
*
Removed unused #includes.
bde
1997-08-02
1
-6
/
+0
*
import Chuck Cranor's ATM driver
kjc
1997-05-09
1
-0
/
+194