summaryrefslogtreecommitdiff
path: root/usr.bin/systat/ifstat.c
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2022-11-22systat: Fix a bunch of use after frees in fetch_ifstat().John Baldwin
2021-11-01systat: mostly clean up warnsMateusz Guzik
2020-07-11Handle device removal and removal+add cases to fix infinity rate.Michael Reifenberger
2018-05-11Reduce <sys/queue.h> pollution.Dag-Erling Smørgrav
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-09-29Fix integer truncation in affecting systat -ifstatRyan Stone
2014-05-09Allow systat(1) interactive dispay-specific commands toAlexander V. Chernikov
2013-02-20Fix several new & old style issues.Alexander V. Chernikov
2013-02-20Add interface name filtering via 'match' cmd.Alexander V. Chernikov
2012-09-01Rework all non-contributed files that use `struct timezone'.Ed Schouten
2012-02-05Whitespace fixes.Ed Schouten
2011-10-15Fix whitespace inconsistencies in systat(1).Ed Schouten
2008-01-12 - Handle the case where interface from "middle" is missing byXin LI
2006-11-27Remove a wrong "const" qualifier.Yaroslav Tykhiy
2006-11-27Drop useless #includes.Yaroslav Tykhiy
2006-04-30Remove trailing whitespace.Bruce Evans
2006-04-30Show the load average in the tcp display (it was already shown, perhapsBruce Evans
2004-03-09Fix the easy warnings:David Malone
2003-01-04Add "ifstat" display:Poul-Henning Kamp