| Commit message (Expand) | Author | Age | Files | Lines |
* | - Show page faults requiring I/O when -s invoked. | zont | 2013-01-28 | 1 | -0/+3 |
* | Garbage collect defunct nlist(3) symbols. | pluknet | 2012-03-22 | 1 | -14/+8 |
* | In usr.bin/vmstat/vmstat.c, cast several printf field widths to int, and | dim | 2011-12-17 | 1 | -8/+10 |
* | sintrcnt/sintrnames is the address of the size, not the actual size. | pluknet | 2011-07-18 | 1 | -2/+2 |
* | - Remove the eintrcnt/eintrnames usage and introduce the concept of | attilio | 2011-07-18 | 1 | -8/+6 |
* | Remove duplicated header files | kevlo | 2011-06-24 | 1 | -1/+0 |
* | Remove uptime validity check that hasn't been necessary since r151417 | emaste | 2011-03-17 | 1 | -5/+1 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 2 | -8/+0 |
* | Remove unused variable | kevlo | 2010-11-20 | 1 | -1/+1 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 1 | -1/+0 |
* | Add a new column to the output of vmstat -z to indicate the number | sbruno | 2010-06-15 | 1 | -4/+5 |
* | Allow sub-second interval timings for iostat and vmstat. | sbruno | 2010-05-21 | 2 | -6/+17 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | When fetching sum stats (vmstat -s) from a crash dump, fetch per-CPU counts | jhb | 2009-10-29 | 1 | -0/+81 |
* | Utilize calloc() instead of bzero'ing manually. | delphij | 2009-02-21 | 1 | -8/+4 |
* | Fix comment typo that managed to sneak in when I copy pasted some | keramida | 2008-11-04 | 1 | -1/+1 |
* | Repeat vmstat header after window.rows instead of a hardcoded 20. | keramida | 2008-11-04 | 1 | -9/+69 |
* | Use kvm_getcptime(3) to fetch the global CPU time stats from a crashdump | jhb | 2008-08-19 | 1 | -15/+14 |
* | Add forgotten -H, -h, and -P to usage(). | ru | 2008-04-10 | 1 | -1/+1 |
* | Fix some boolean logic errors. && vs & and other sillyness. *blush* | peter | 2008-01-18 | 1 | -3/+3 |
* | Add the -H, -h and -P flags to vmstat. -P causes per-cpu output of | peter | 2007-12-13 | 3 | -20/+207 |
* | Add a counter for the total number of pages cached and support for | alc | 2007-07-27 | 1 | -0/+2 |
* | - Revert signedness type changes to "struct vmtotal"; by making | ru | 2006-11-28 | 1 | -4/+3 |
* | Oops, fix the format specifier to what was intended. | ru | 2006-11-23 | 1 | -2/+1 |
* | - Fix types of "struct vmmeter" members so they are unsigned. | ru | 2006-11-20 | 1 | -4/+6 |
* | Cross-reference libmemstat(3), malloc(9), uma(9). | rwatson | 2006-11-02 | 1 | -4/+10 |
* | The vm.zone sysctl has gone; zone stats are now supplied by libmemstat(3). | ru | 2006-10-21 | 1 | -4/+1 |
* | - Add comma after REQUESTS field missed in previous commit. | ru | 2006-10-21 | 1 | -2/+2 |
* | Print the number of allocation failures in UMA zones. | glebius | 2006-10-21 | 1 | -4/+4 |
* | Markup fixes. | ru | 2006-09-29 | 1 | -1/+1 |
* | Increase the field widths of flt (total number of page faults), fr (pages | obrien | 2006-06-03 | 1 | -5/+5 |
* | Default number of direct access devices had been changed from three to two. | marck | 2006-02-12 | 1 | -6/+6 |
* | Obtain true uptime through clock_gettime(CLOCK_MONOTONIC, struct *timespec) | andre | 2005-10-17 | 1 | -16/+4 |
* | Use libmemstat(3)'s kvm support for malloc(9) rather than hand-extracting | rwatson | 2005-08-06 | 1 | -96/+19 |
* | Teach vmstat's domemstat_zone() to use memstat_kvm_uma() when the kvm | rwatson | 2005-08-01 | 1 | -14/+19 |
* | Minor syntax tweaks: | rwatson | 2005-07-28 | 1 | -17/+0 |
* | Teach vmstat -m and vmstat -z to use libmemstat(3). Certain | rwatson | 2005-07-25 | 2 | -23/+96 |
* | Modify vmstat(8)'s domem() routine, which is responsible for extracting | rwatson | 2005-05-29 | 1 | -7/+38 |
* | Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSO | keramida | 2005-05-26 | 1 | -0/+1 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-05-21 | 1 | -2/+2 |
* | Fix an overflow when calculating the number of kilobytes from the | ps | 2005-02-21 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-18 | 1 | -7/+7 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -6/+12 |
* | Make vmstat -m work with -M/-N again. Note that making vmstat -z work | green | 2004-06-30 | 1 | -11/+93 |
* | Bumped the document date. | ru | 2004-05-19 | 1 | -1/+1 |
* | Print fork statistics with %u as they are unsigned quantities. | tjr | 2004-04-23 | 1 | -3/+3 |
* | Properly document the -M and -N options. | ru | 2004-03-26 | 2 | -9/+19 |
* | Fixed a misspelling of 0 as NULL. | bde | 2004-03-11 | 1 | -4/+4 |
* | Put libdevstat before libkvm, because the former depends on the latter. | ru | 2004-02-04 | 1 | -2/+2 |
* | Remove an unused variable. | dwmalone | 2003-12-25 | 1 | -2/+1 |