summaryrefslogtreecommitdiff
path: root/usr.sbin/pppstats
Commit message (Collapse)AuthorAgeFilesLines
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
| | | | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. Notes: svn path=/head/; revision=95258
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-3/+3
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
| | | | Notes: svn path=/head/; revision=74532
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-031-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57711
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50479
* Remove illegal ".Nm". This file is still using -man, not -mdoc.Joseph Koshy1998-07-091-2/+2
| | | | | | | PR: 7223 Notes: svn path=/head/; revision=37525
* merge ppp-2.3.3 changes onto mainlinePeter Wemm1998-03-211-5/+1
| | | | Notes: svn path=/head/; revision=34766
* Duh, calculate the compression ration correctly. (fixed point artithmaticPeter Wemm1997-09-101-5/+5
| | | | | | | | with 8 "fractional" bits needs to be divided (not multiplied) by 256.0 to get a floating point representation) Notes: svn path=/head/; revision=29277
* merge from vendor branchPeter Wemm1997-08-223-313/+607
| | | | Notes: svn path=/head/; revision=28599
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22997
* mdoc'ify man pageJohn-Mark Gurney1997-02-151-32/+29
| | | | Notes: svn path=/head/; revision=22728
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Fix up programs which expect <net/if.h> to include <sys/time.h> to insteadGarrett Wollman1996-12-101-4/+6
| | | | | | | | | do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it. Notes: svn path=/head/; revision=20287
* Merge pppstats from ppp-2.2 onto mainline..Peter Wemm1995-10-313-429/+336
| | | | | | | | This version uses specific interface ioctl()'s rather than groveling around in /dev/kmem Notes: svn path=/head/; revision=11986
* There was no newline in the error message for kvm_openfiles().Bruce Evans1995-07-131-3/+3
| | | | Notes: svn path=/head/; revision=9520
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8857
* Changed a PPSTATS 1 to PPPSTATS 8 .Andreas Schulz1994-12-121-1/+1
| | | | Notes: svn path=/head/; revision=5067
* Some miscellaneous bug fixes inspired by Adam Glass's work. Adam'sJordan K. Hubbard1994-11-191-1/+17
| | | | | | | | | work is actually more comprehensive, but I just took what was needed for now given our compressed time schedules. Thanks, Adam! Submitted by: glass Notes: svn path=/head/; revision=4673
* Add missing define of DPADD. Remove uneccessary define SRCS. ReorderBruce Evans1994-11-141-4/+4
| | | | | | | defines. Notes: svn path=/head/; revision=4460
* Obtained from: ppp-2.1.2Lars Fredriksen1994-11-121-4/+10
| | | | | | | | More correct use of __FreeBSD__ and BSD4_4 ifdefs. Fixed kvm_openfile() call based upon suggestion from Bruce Evans. Notes: svn path=/head/; revision=4401
* pppstats from ppp-2.1.2Lars Fredriksen1994-11-123-0/+528
Notes: svn path=/vendor/pppd/dist/; revision=4381