aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/async.c
Commit message (Expand)AuthorAgeFilesLines
* 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