summaryrefslogtreecommitdiff
path: root/usr.bin/systat/devs.c
Commit message (Expand)AuthorAgeFilesLines
* systat -zarc to display disk activities like -vmMichael Reifenberger2019-04-021-8/+118
* Fix systat's :only command parser for the multiple arguments caseOleksandr Tymoshenko2019-01-231-2/+2
* Fix inconsistency in return values introduced by r343222Oleksandr Tymoshenko2019-01-201-1/+1
* Fix crash in systat(4) when certain commands are called without argumentsOleksandr Tymoshenko2019-01-201-0/+10
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Fix whitespace inconsistencies in systat(1).Ed Schouten2011-10-151-5/+5
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* ANSIfy and remove register.Xin LI2008-01-161-1/+1
* When a numeric field overflows its width, try formatting the number inPoul-Henning Kamp2003-10-201-1/+1
* Add #include <sys/resource.h>Poul-Henning Kamp2003-02-161-0/+1
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* WARNS=2 fixes with NO_WERROR set, as there are some header issuesMark Murray2001-12-121-30/+37
* Convert systat(1) to use the new devstat interface.Kenneth D. Merry2001-09-061-31/+24
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Quiet many compiler warnings.David E. O'Brien1998-10-081-2/+5
* Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry1998-09-201-3/+5
* Update system to new device statistics code.Justin T. Gibbs1998-09-151-0/+320