aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/lqr.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Create struct datalink.Brian Somers1998-02-161-5/+3
| * o Introduce struct descriptor.Brian Somers1998-02-091-1/+2
| * o Hook the FSMs into our bundle.Brian Somers1998-02-071-5/+6
| * Create `struct async' and make it part of `struct physical'.Brian Somers1998-02-021-3/+7
| * Move the global FSMs into their relevent structures.Brian Somers1998-01-311-6/+5
| * Create `struct link' - the logical link from whichBrian Somers1998-01-301-3/+4
| * o Bring global/static data into LcpInfo.Brian Somers1998-01-301-4/+4
| * Create a new MP branch for `multilink protocol'.Brian Somers1998-01-291-10/+12
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+272
* MFMP: Don't send LQRs when the peer has LCP REJ'd them. SendBrian Somers1998-03-131-2/+2
* o Fix a few comment typos.Brian Somers1998-03-121-29/+38
* Remove unused #includes.Brian Somers1998-01-211-3/+5
* Make things work when sizeof(long) != 32 (hopefully)Brian Somers1998-01-111-7/+7
* Fix prototypes.Brian Somers1997-11-221-8/+8
* Cosmetic (no functional changes):Brian Somers1997-10-261-1/+11
* Cosmetic: Make LogPrintf() calls consistent.Brian Somers1997-08-311-2/+2
* Make the code format more in line with style(9).Brian Somers1997-08-251-32/+27
* Reset all LQR variables when we start over.Poul-Henning Kamp1997-07-021-1/+4
* Overhaul ppp:Brian Somers1997-06-091-35/+27
* De-couple ppp from libalias. If libalias isn't there, theBrian Somers1997-05-261-1/+2
* Fix the reconnect option, and add an explanation to vars.hBrian Somers1997-05-241-3/+3
* Mega update to sort out bad implementationsBrian Somers1997-05-191-1/+3
* Null commit to force version bump.John Polstra1997-05-091-1/+1
* Reset lqrsendcnt.Brian Somers1997-05-071-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
* Here is a diff of /usr/src/usr.sbin/ppp against current. The diffsPoul-Henning Kamp1996-05-111-11/+11
* Some patches to ppp which improve stability. I have been running aDoug Rabson1996-01-301-6/+12
* 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
* Loglevel is a bitmask everywhere except in lqr.c.Atsushi Murai1995-04-171-2/+2
* New user Process PPP based on iij-ppp0.94beta2.Atsushi Murai1995-02-261-2/+2
* (no commit message)Atsushi Murai1995-01-311-0/+259