aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/systat/ifstat.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* systat: Fix a bunch of use after frees in fetch_ifstat().John Baldwin2022-11-221-1/+1
* systat: mostly clean up warnsMateusz Guzik2021-11-011-22/+13
* Handle device removal and removal+add cases to fix infinity rate.Michael Reifenberger2020-07-111-46/+72
* Reduce <sys/queue.h> pollution.Dag-Erling Smørgrav2018-05-111-0/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Fix integer truncation in affecting systat -ifstatRyan Stone2014-09-291-10/+10
* Allow systat(1) interactive dispay-specific commands toAlexander V. Chernikov2014-05-091-11/+18
* Fix several new & old style issues.Alexander V. Chernikov2013-02-201-9/+9
* Add interface name filtering via 'match' cmd.Alexander V. Chernikov2013-02-201-24/+113
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-2/+1
* Whitespace fixes.Ed Schouten2012-02-051-5/+1
* Fix whitespace inconsistencies in systat(1).Ed Schouten2011-10-151-11/+11
* - Handle the case where interface from "middle" is missing byXin LI2008-01-121-4/+4
* Remove a wrong "const" qualifier.Yaroslav Tykhiy2006-11-271-3/+3
* Drop useless #includes.Yaroslav Tykhiy2006-11-271-7/+0
* Remove trailing whitespace.Bruce Evans2006-04-301-10/+10
* Show the load average in the tcp display (it was already shown, perhapsBruce Evans2006-04-301-5/+5
* Fix the easy warnings:David Malone2004-03-091-25/+12
* Add "ifstat" display:Poul-Henning Kamp2003-01-041-0/+425