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_ppp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a few obscure memory leaks.
archie
2000-01-05
1
-5
/
+11
*
Fix bugs in the MP fragment reassembly code that can cause a panic.
archie
1999-12-17
1
-26
/
+32
*
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
/
+76
*
Change the prototype of the strto* routines to make the second
archie
1999-11-24
1
-1
/
+2
*
Fix bug where hook pointers were not getting updated on disconnection.
archie
1999-11-19
1
-4
/
+18
*
More bug fixes.
archie
1999-11-10
1
-17
/
+21
*
Move handling of the address and control fields into the PPP node;
archie
1999-11-10
1
-64
/
+83
*
Fix several bugs found in the first bit of testing.
archie
1999-11-06
1
-35
/
+52
*
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
-19
/
+10
*
Fix some bugs in MP allocation routine when links are non-equivalent.
archie
1999-11-01
1
-12
/
+29
*
Add typedefs for node methods
julian
1999-11-01
1
-8
/
+7
*
Revamped and more useful PPP node type, supporting multi-link PPP directly.
archie
1999-10-29
1
-155
/
+1153
*
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
julian
1999-10-21
1
-0
/
+406