summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few obscure memory leaks.archie2000-01-051-5/+11
* Fix bugs in the MP fragment reassembly code that can cause a panic.archie1999-12-171-26/+32
* Remove a bunch of un-needed includes.julian1999-12-071-2/+0
* Add two new generic control messages, NGM_ASCII2BINARY andarchie1999-11-301-2/+76
* Change the prototype of the strto* routines to make the secondarchie1999-11-241-1/+2
* Fix bug where hook pointers were not getting updated on disconnection.archie1999-11-191-4/+18
* More bug fixes.archie1999-11-101-17/+21
* Move handling of the address and control fields into the PPP node;archie1999-11-101-64/+83
* Fix several bugs found in the first bit of testing.archie1999-11-061-35/+52
* Move isfoo() and friends to the newly created sys/ctype.h.phk1999-11-031-0/+1
* Simplify checking/parsing of strings using strtoul(), isdigit(), etc.archie1999-11-021-19/+10
* Fix some bugs in MP allocation routine when links are non-equivalent.archie1999-11-011-12/+29
* Add typedefs for node methodsjulian1999-11-011-8/+7
* Revamped and more useful PPP node type, supporting multi-link PPP directly.archie1999-10-291-155/+1153
* Whistle's Netgraph link-layer (sometimes more) networking infrastructure.julian1999-10-211-0/+406
OpenPOWER on IntegriCloud