aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/throughput.c
Commit message (Expand)AuthorAgeFilesLines
* Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_Brian Somers2002-08-271-0/+1
* Remove whitespace at the end of lines.Brian Somers2002-06-151-4/+4
* Don't display an extraneous ``: '' with some packets in/packets out diagnosticsBrian Somers2002-04-161-1/+1
* Support radius accounting, and add a packet count to throughputBrian Somers2000-08-281-3/+9
* Maintain input and output throughput averages and choose the highestBrian Somers2000-08-151-26/+44
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Change printf formats %q[du] -> %ll[du]Brian Somers1999-08-091-8/+8
* If the clock is put back, ensure that we don't end up dividing byBrian Somers1999-08-061-1/+10
* o Obsolete the undocumented ``set weight'' command.Brian Somers1999-08-051-34/+101
* 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