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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Instead of returning an error call the ioctl() handler of the interface
harti
2003-07-15
1
-2
/
+5
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
1
-2
/
+1
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-25
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-4
/
+4
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-4
/
+4
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-12
/
+0
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-0
/
+12
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
1
-4
/
+7
*
Remove __P.
alfred
2002-03-20
1
-16
/
+13
*
Fix warnings
peter
2002-02-28
1
-10
/
+11
*
Give struct socket structures a ref counting interface similar to
dillon
2001-11-17
1
-2
/
+2
*
Change a couple of M_WAITOKs used in M_PREPEND() to M_TRYWAITs, which
bmilekic
2001-04-05
1
-2
/
+2
*
Clean up some loose ends in the network code, including the X.25 and ISO
peter
2000-02-13
1
-1
/
+8
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
1
-4
/
+4
*
Nitpicking and dusting performed on a train. Removes trivial warnings
phk
1998-10-25
1
-4
/
+0
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Staticize.
eivind
1998-02-09
1
-4
/
+4
*
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
*
Removed unused #includes.
bde
1997-10-28
1
-8
/
+0
*
Update network code to use poll support.
peter
1997-09-14
1
-1
/
+1
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-0
/
+1
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-19
/
+18
*
import Chuck Cranor's ATM driver
kjc
1997-05-09
1
-0
/
+822