aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/gstat
Commit message (Expand)AuthorAgeFilesLines
* Add an option, -p, which makes gstat(8) to only display physical providersXin LI2014-07-032-5/+13
* Add -o option to gstat to display "other" operatins (e.g. BIO_FLUSH).Alexander Motin2014-05-172-5/+26
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* o Turn the batch mode on if stdout is not tty.Maxim Konovalov2009-03-122-4/+12
* o Sync synopsis with reality. Remove BUG section -- there isMaxim Konovalov2009-03-121-13/+1
* - Allow gstat to print values to different kind of outputs.Ulf Lilleengen2008-10-072-73/+108
* When the ms/req fields exceed 1 second, drop the fractions to fit more digits.Poul-Henning Kamp2008-01-061-3/+12
* Deterministically set the default refresh interval to one second.Dag-Erling Smørgrav2007-03-291-1/+1
* Add missing library dependencies and sort librariesRuslan Ermilov2007-01-301-2/+2
* Language tweak.Ruslan Ermilov2006-09-291-1/+1
* - Add support for filtering the the list of providers by a regularSimon L. B. Nielsen2006-05-203-41/+159
* Add cross-references to iostat, systat and vmstat.Giorgos Keramidas2005-05-271-1/+4
* Remove unnecessary SRCS= where could be guessed directly by ourXin LI2005-01-271-1/+0
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Add forgotten -a to the usage() message.Lukas Ertl2005-01-051-1/+1
* Add an '-a' switch to only display providers that are at leastLukas Ertl2004-10-102-3/+13
* Added forgotten -d to the usage().Ruslan Ermilov2004-06-041-1/+1
* Markup nits.Ruslan Ermilov2004-06-041-3/+4
* Remove spurious semicolons. Outside of functions they are actually errors butStefan Farfeleder2004-05-161-1/+1
* Correct a typo in column header.Matthew N. Dodd2004-05-151-1/+1
* Make libgeom usable by C++ programs:John Baldwin2004-03-091-9/+10
* Add -d flag to monitor BIO_DELETE operations tooPoul-Henning Kamp2004-02-152-4/+27
* Sigh, I guess this manpage used cat(1) as a template?Ruslan Ermilov2003-05-311-7/+6
* Install the gstat manual page.Tim J. Robbins2003-04-281-1/+1
* Make -c only set flag_c and not a toggle. With flag_c disabled byGiorgos Keramidas2003-03-221-1/+1
* Add a small manpage.Giorgos Keramidas2003-03-221-0/+87
* Add & use a usage() function.Giorgos Keramidas2003-03-221-2/+12
* Add error and range checking to strtoul() to avoid ending up with aGiorgos Keramidas2003-03-221-1/+2
* Why doesn't anybody ever tell me anything? When did we get a libsbuf ?Poul-Henning Kamp2003-03-211-5/+3
* Fixed a typo in ${.CURDIR} spelling, fatal on systemsRuslan Ermilov2003-03-211-12/+5
* Duh! Use correct number ../Poul-Henning Kamp2003-03-211-1/+1
* Call endwin() to restore terminal state just before exiting.Giorgos Keramidas2003-03-211-0/+2
* Add a rudimentary gstat(8) to the system.Poul-Henning Kamp2003-03-202-0/+251