aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vmstat
Commit message (Expand)AuthorAgeFilesLines
* SECURITY: Drop `setgid kmem' bit as early as possible.Ruslan Ermilov2001-08-311-0/+1
* Change the compute_stats() call to the new devstat_compute_statistics()Kenneth D. Merry2001-08-111-21/+21
* Correct the old length argument passed to sysctl to be a pointer to aThomas Moestl2001-07-291-1/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-9/+9
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Increase column widths when using -i (they are now wide enough toJens Schweikhardt2001-06-261-3/+3
* Reduce field width for some columns so that the default output fits in <= 79Jens Schweikhardt2001-06-231-3/+3
* Made all fields in default output be space separated. Run-togetherJens Schweikhardt2001-06-191-11/+6
* Avoid the avm field joining the w field when avm is > 9.999.999 pagesJens Schweikhardt2001-06-131-1/+1
* Increase field width by one for 'fre' to accomodate today's memory sizes.Jens Schweikhardt2001-06-121-3/+3
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+0
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
* fix usage statement (add missing [-n devs] option)Alfred Perlstein2001-02-221-4/+5
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+6
* Add mibs to hold the number of forks since boot. New mibs are:Hajimu UMEMOTO2001-01-231-0/+8
* Document that the -z option is equivalent to 'sysctl vm.zone'.Dag-Erling Smørgrav2001-01-231-1/+5
* Use the vm.zone sysctl rather that grope through the zone allocator'sDag-Erling Smørgrav2001-01-231-52/+15
* Update vm zone list traversal for changes made to kernel. Note that thisMatt Jacob2001-01-231-2/+6
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-5/+5
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Remove unneeded #include <sys/buf.h>Poul-Henning Kamp2000-05-051-1/+0
* unifdef -Uvax -Uhp300 -Uluna68k -Umips -UtahoePoul-Henning Kamp1999-09-011-48/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Convert interrupt count from signed to unsigned and the totalNick Hibma1999-07-261-4/+6
* Correct description of -c and -w optionsKris Kennaway1999-06-061-8/+10
* Backed out the previous commit, except for the parts that reducedBruce Evans1999-05-121-11/+5
* Sometime since this file was written, the list of kernel malloc typesWarner Losh1999-05-101-4/+15
* Move an option outside of a nested list and up a bit to live free amongKris Kennaway1999-04-261-3/+3
* Fixed bitrot in usage message and disordering of options in previous commit.Bruce Evans1999-02-151-7/+7
* Fixed disordering of options in previous commit.Bruce Evans1999-02-151-4/+4
* Add -z option to vmstat to dump data from the zone allocatorMatthew Dillon1999-02-132-12/+77
* Fix vmstat display problems. The header printout wasn't quite right, andKenneth D. Merry1999-02-102-13/+10
* Add a prioritization field to the devstat_add_entry() call so thatKenneth D. Merry1999-02-101-9/+10
* Back out previous work-around for "vmstat -i" failing on ELFJohn Polstra1998-10-281-1/+1
* Work around some variables having N_UNDF types but valid values; thisMike Smith1998-10-241-2/+2
* Change the devstat generation number from an int to a long. The int-sizedKenneth D. Merry1998-09-201-3/+5
* vmstat shows all manually-specified devices rather then just the firstMatthew Dillon1998-09-161-1/+6
* Delete unused code. This has been obsoleted by the new devstat code.Kenneth D. Merry1998-09-161-271/+0
* Update system to new device statistics code.Justin T. Gibbs1998-09-153-127/+294
* Terminate the defdrives array correctly. (Shame, Rod!)Mike Smith1998-09-091-1/+1
* Fixed printf format errors.Bruce Evans1998-07-061-15/+20
* Support a couple of new "-s" stats.John Dyson1998-03-071-1/+3
* Const poisoning from ks_shortdesc.Bruce Evans1997-12-051-2/+2
* struct kmemstats was renamed.Poul-Henning Kamp1997-10-101-3/+3
* Make vmstat understand the dynamic malloc stuff. There are a numberPoul-Henning Kamp1997-10-101-15/+23
* Be more specific about -f/-t options (they're not yet implemented),Dima Ruban1997-10-061-11/+16
* Use err(3). Add some %d to %ld changes.Philippe Charnier1997-08-252-47/+38
* Cleanup inconsistencies in the manpage.Steve Price1997-08-231-5/+7
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Slight visual formatting change to the output so that:Marc G. Fournier1997-03-161-3/+3