aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/gstat/gstat.c
Commit message (Expand)AuthorAgeFilesLines
* Use strlcpy() in favor of strncpy() as it's defined to have a nul characterXin LI2015-09-111-4/+4
* Add an option, -p, which makes gstat(8) to only display physical providersXin LI2014-07-031-3/+9
* Add -o option to gstat to display "other" operatins (e.g. BIO_FLUSH).Alexander Motin2014-05-171-3/+21
* o Turn the batch mode on if stdout is not tty.Maxim Konovalov2009-03-121-2/+8
* - Allow gstat to print values to different kind of outputs.Ulf Lilleengen2008-10-071-73/+106
* 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 support for filtering the the list of providers by a regularSimon L. B. Nielsen2006-05-201-38/+147
* 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-101-2/+10
* Added forgotten -d to the usage().Ruslan Ermilov2004-06-041-1/+1
* 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-151-4/+24
* Make -c only set flag_c and not a toggle. With flag_c disabled byGiorgos Keramidas2003-03-221-1/+1
* 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
* 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-201-0/+232