aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/async.c
Commit message (Expand)AuthorAgeFilesLines
* Make ppp WARNS=5 cleanBrian Somers2004-09-051-5/+5
* Re-implement LQM, this time according to the rfc.Brian Somers2004-06-301-0/+4
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+4
* Merge the NETGRAPH branch into HEAD. tty devices now use netgraph's lineBrian Somers2002-03-301-3/+3
* Don't blow away ``set escape'' settings when we've completed theBrian Somers2002-03-041-1/+7
* Convert IIJ copyrights to BSD copyrights.Brian Somers2001-06-131-17/+25
* Cosmetic: Make struct mbuf more like kernel mbufs.Brian Somers1999-12-201-11/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* o Alter the mbuf type as it's processed by different layers.Brian Somers1999-06-021-3/+3
* Allow ``host:port/udp'' devices and support ``host:port/tcp'' asBrian Somers1999-05-121-2/+3
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-31/+46
* Revert the ACCMAP changes where we OR the peers accmapBrian Somers1999-04-111-2/+2
* Change some log levels. ALERTs are only logged whenBrian Somers1998-06-161-2/+3
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-69/+55
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-16/+16
| * o Remove some unused #includes.Brian Somers1998-04-211-2/+1
| * Initialise our async escape map (oops, that hurt !).Brian Somers1998-04-191-1/+3
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-3/+3
| * Remove unused includes.Brian Somers1998-04-061-7/+1
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-1/+2
| * De-staticise LQR informationBrian Somers1998-03-131-1/+2
| * Make ``show escape'' require context.Brian Somers1998-02-181-2/+2
| * o Introduce struct descriptor.Brian Somers1998-02-091-1/+2
| * Rename ccpstate to ccp, ipcpstate to ipcp and lcpstate to lcp.Brian Somers1998-02-081-2/+2
| * Create `struct async' and make it part of `struct physical'.Brian Somers1998-02-021-53/+36
| * Create `struct bundle' - the top level control structure.Brian Somers1998-02-021-4/+5
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-5/+8
| * Create a new MP branch for `multilink protocol'.Brian Somers1998-01-291-9/+10
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+197
* Remove unused #includes.Brian Somers1998-01-211-5/+4
* Fix prototypes.Brian Somers1997-11-221-2/+2
* o Bump version to 1.3 to reflect major changesBrian Somers1997-10-291-3/+3
* Cosmetic (no functional changes):Brian Somers1997-10-261-9/+22
* Make the code format more in line with style(9).Brian Somers1997-08-251-27/+17
* Typo police.Brian Somers1997-06-231-2/+2
* Overhaul ppp:Brian Somers1997-06-091-3/+3
* De-couple ppp from libalias. If libalias isn't there, theBrian Somers1997-05-261-1/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Final cleanup for now. -Wall is now silent. A couple of bogons found.Poul-Henning Kamp1996-01-111-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Fix for handling a HDLC's escape characters as properly.Atsushi Murai1995-04-161-2/+2
* New user Process PPP based on iij-ppp0.94beta2.Atsushi Murai1995-02-261-7/+15
* (no commit message)Atsushi Murai1995-01-311-0/+185