| Age | Commit message (Expand) | Author |
| 2006-10-17 | warns=4, pass lint. | christos |
| 2006-10-16 | use howmany(), instead of open-coding the calculation. | christos |
| 2006-09-27 | increase a chance to fit within 80 char width consoles. | yamt |
| 2006-09-15 | sync with kernel after yamt-pdpolicy merge. | yamt |
| 2006-08-15 | PR 34205: workaround struct timeval tv_sec not being SUS compliant issue (rep... | kardel |
| 2006-07-21 | Dump some column widths. | simonb |
| 2006-07-09 | accept either "time_second" or "time" as kernel timevariable in | kardel |
| 2006-07-08 | include evcnt.h rather than device.h. | yamt |
| 2006-06-07 | support timecounters (struct time gone, use time_second then) | kardel |
| 2006-05-02 | Coverity CID 884: Avoid NULL deref. | christos |
| 2006-05-02 | Coverity CID 885: Avoid NULL deref. | christos |
| 2006-05-02 | Coverity CID 886: Avoid NULL deref. | christos |
| 2006-04-27 | Unwrap a not too long line. | simonb |
| 2006-04-14 | Update statistics reporting to use new kernel framework, rename dkstats* | blymn |
| 2006-02-05 | Split dkreadstats() into dkreadstats(), tkreadstats() and cpureadstats(). | dsl |
| 2005-10-22 | Don't forget original allocated memory address. | nonaka |
| 2005-10-02 | optimize pool_caches similarly to how I optimized pools before: | chs |
| 2005-08-07 | Add support for tape statistics. | blymn |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2005-05-30 | rename "kbucket" to "kmembuckets", for greater clarity. | chs |
| 2005-05-22 | do not rely on the pre-evcnt interrupt counter kernel symbols being present. | chs |
| 2005-05-15 | remove anon related statistics which are no longer used. | yamt |
| 2005-03-10 | Add -t to usage. | wiz |
| 2005-03-10 | Add a '-t' option to print the contents of the vmtotal structure, | he |
| 2005-02-26 | WARNS=3 | dsl |
| 2005-01-30 | Remove a blank line. | simonb |
| 2005-01-26 | Sync with manpage (add -W, sort). | wiz |
| 2005-01-26 | Add a "wide" mode output (selected with -W) to show more information | simonb |
| 2004-12-20 | Correct typo in an error message: allocatior -> allocator | dsainty |
| 2004-11-05 | Add (unsigned char) cast to ctype functions | dsl |
| 2004-10-15 | Make vmstat -s prints: | enami |
| 2004-02-28 | pidhash and pgrphash should have been removed from here as well when the | junyoung |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz |
| 2004-01-22 | fixes to keep default output under 80 columns | dbj |
| 2003-09-28 | Extra columns appeared in one line of the "Memory statistics by type" | simonb |
| 2003-09-19 | realloc pedant | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-15 | snprintf | itojun |
| 2003-07-02 | No need to cast the third argument of ioctl() to "char *". | simonb |
| 2003-06-11 | no need to #include <sys/dkstat.h> | drochner |
| 2003-05-06 | Make vmstat -m skip memory pools that have never been used - unless -v given. | dsl |
| 2003-04-09 | Update for cached physical addresses in the pool caches. | thorpej |
| 2003-03-19 | Alternative pid/proc allocater, removes all searches associated with pid | dsl |
| 2003-02-01 | The last NULL entry should not be printed on missing symbols. | matt |
| 2003-02-01 | Update for extensible malloc types. | thorpej |
| 2002-12-12 | The -u option takes an argument, so we need the corresponding : in the | atatat |
| 2002-11-22 | Remove pc532-only hacks to access wildly different interrupt accounting | simonb |
| 2002-11-21 | Include <machine/intr.h> to get "struct iv" (in pc532-specific code). | simonb |
| 2002-11-18 | In getuptime(), use kread() to get the current time as well as boottime, | nathanw |
| 2002-11-01 | iostat(8) and systat(8) support for separate read/write disk statistics. | mrg |