| Age | Commit message (Expand) | Author |
| 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 | Actually update man page for change to not show unused pools. | dsl |
| 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-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 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-16 | error handling on strdup failure | itojun |
| 2002-11-07 | - fix section of this manpage; it's 1 not 8. | enami |
| 2002-11-01 | Pass all three mib items to a sysctl in dkreadstats(). | simonb |
| 2002-11-01 | iostat(8) and systat(8) support for separate read/write disk statistics. | mrg |
| 2002-09-30 | New sentence, new line. | grant |
| 2002-09-18 | sleep() -> nanosleep() | mycroft |
| 2002-08-10 | Print newline before pool stats. | soren |
| 2002-06-30 | Since the KERN_CP_TIME sysctl reports total clock ticks across all | sommerfeld |
| 2002-03-13 | Don't provide a local declaration of 'struct pool_cache_group' now that | simonb |
| 2002-03-11 | Fix broken indentation. | enami |
| 2002-03-10 | fix pool_allocator fallout. bad boy jason! | christos |
| 2002-02-25 | - Kill whitespaces at the end of line. | enami |
| 2002-02-20 | Don't forget to fetch pool cache group. | enami |
| 2002-02-20 | When printing pool stats, print pool cache stats also if -v is given. | enami |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-28 | Use the new disk and tty stats sysctls when operating on a live kernel, | simonb |
| 2001-12-09 | replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names. | chs |
| 2001-12-06 | print average chain length as %8.2f instead of %8d | lukem |
| 2001-11-29 | KERNBASE is a constant that kernland has no business using; it's | thorpej |
| 2001-11-26 | Cast the printf'ing of the 2 size_t vars in dohashstat to unsigned long long as | jmc |
| 2001-11-26 | - Separate hashstat namelist into separate hashnl[], and don't barf if | lukem |
| 2001-11-26 | add stats for nchash & ncvhash | lukem |
| 2001-11-26 | - Use -H (instead of -h) to list all hash stats. | lukem |
| 2001-11-26 | Sort sections, and be consistent in each-vs-every usage at least in this | wiz |
| 2001-11-26 | - replace -h uvmhist with -u uvmhist, and -H with -U, since uvm history stuff | lukem |
| 2001-11-21 | Check array boundary correctly. | enami |
| 2001-11-21 | Print evcnt/intrcnt as unsigned. | enami |
| 2001-10-07 | When summarizing pool memory usage, account for PR_RECURSIVE pools | bjh21 |
| 2001-09-18 | Give initiali[sz]e all the "i"s it deserves. | wiz |
| 2001-08-26 | Adjust vmstat -i / -e for wider event names | matt |
| 2001-06-13 | when printing "avm fre" fields, use " %5ld %5ld " instead of "%6ld%6ld ", | lukem |
| 2001-06-03 | move extern at a global scope. | christos |
| 2001-05-19 | Update the -s description for the uvm era. (It was stuck in the pre-mach | ross |