| Age | Commit message (Expand) | Author |
| 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 |
| 2001-05-06 | Move vmstat.8 to vmstat.1, since the program lives in /usr/bin now and is | wiz |
| 2001-05-02 | Move the number of page colors to the top of the display. | thorpej |
| 2001-05-01 | Add the number of page colors to uvmexp. | thorpej |
| 2001-04-29 | Print print color bucket hit/miss stats. | thorpej |
| 2001-04-26 | Fix date and two whitespace nits. | wiz |
| 2001-04-09 | vmstat(8), not (1). | wiz |
| 2001-04-05 | Make -c and -w work properly when printing non-default statistics. | jhawk |
| 2001-03-09 | Show number of pages used by executables now that they're are counted | simonb |
| 2001-01-27 | Prevent integer overflow. | enami |
| 2001-01-27 | Cosmetic changes. | enami |
| 2000-12-01 | Don't "extern" variables and function in dkstats.c, declare them in | simonb |
| 2000-11-30 | ANSIfy. | simonb |
| 2000-11-30 | Use a better description for the vnode page cache pages. | simonb |
| 2000-11-30 | Show anonpages and vnodepages in "vmstat -s". | simonb |
| 2000-11-13 | - mdocify | ad |
| 2000-09-28 | Move cpu header right 3 spaces to match grouping in man page | sommerfeld |
| 2000-09-28 | Synch with implementation (correct problem reported in misc/11086) | sommerfeld |
| 2000-09-23 | Make vmstat -m to put at least one space between each numbers. | enami |
| 2000-09-21 | Display number of zero page aborts. | thorpej |
| 2000-07-07 | errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd | itojun |
| 2000-06-29 | remove include of <vm/vm.h> | mrg |
| 2000-06-04 | Implement the more flexiable `evcnt' interface as discussed (briefly) on | cgd |
| 2000-06-04 | Use kern.cp_time to fetch cp_time[]. Don't support fetching it from | thorpej |
| 2000-06-04 | cp_time is no longer available in the kernel. | itojun |
| 2000-06-04 | include sys/sched.h to get definition of CPUSTATES | perry |