aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/throughput.c
Commit message (Expand)AuthorAgeFilesLines
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-16/+16
* Add the ``clear'' function.Brian Somers1998-06-121-1/+42
* Remove '\n' from `show throughput'. ctime() already doesBrian Somers1998-06-121-3/+3
* Show the time that we reached maximum throughput.Brian Somers1998-06-091-6/+10
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-31/+36
|\
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-10/+10
| * Tidy up the use of struct pppTimer.Brian Somers1998-04-191-5/+5
| * o Move the accept/deny/disable/enable globals either to theBrian Somers1998-04-161-7/+8
| * o Remove the `mode' global - it's now per physical device.Brian Somers1998-04-101-1/+2
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-5/+2
| * Remove unused includes.Brian Somers1998-04-061-3/+1
| * Deglobalise `struct prompt':Brian Somers1998-04-031-8/+8
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-2/+4
| * Move the terminal/diagnostic socket stuff out of main.cBrian Somers1998-02-101-10/+16
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+151
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Display connect time as 0 if we've never beenBrian Somers1997-11-261-3/+3
* Fix prototypes.Brian Somers1997-11-221-5/+6
* Add throughput logging (disabled by default).Brian Somers1997-11-181-0/+126