summaryrefslogtreecommitdiff
path: root/usr.bin/systat/devs.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: two-line .c patternWarner Losh
2021-11-01systat: mostly clean up warnsMateusz Guzik
2021-04-21systat: Handle SIGWINCH to properly window resizing and adjustMichael Reifenberger
2019-04-02systat -zarc to display disk activities like -vmMichael Reifenberger
2019-01-23Fix systat's :only command parser for the multiple arguments caseOleksandr Tymoshenko
2019-01-20Fix inconsistency in return values introduced by r343222Oleksandr Tymoshenko
2019-01-20Fix crash in systat(4) when certain commands are called without argumentsOleksandr Tymoshenko
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2012-01-03Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten
2011-10-15Fix whitespace inconsistencies in systat(1).Ed Schouten
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2008-01-16ANSIfy and remove register.Xin LI
2003-10-20When a numeric field overflows its width, try formatting the number inPoul-Henning Kamp
2003-02-16Add #include <sys/resource.h>Poul-Henning Kamp
2003-02-16Remove #include <sys/dkstat.h>Poul-Henning Kamp
2001-12-12WARNS=2 fixes with NO_WERROR set, as there are some header issuesMark Murray
2001-09-06Convert systat(1) to use the new devstat interface.Kenneth D. Merry
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-10-08Quiet many compiler warnings.David E. O'Brien
1998-09-20Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry
1998-09-15Update system to new device statistics code.Justin T. Gibbs