| Age | Commit message (Expand) | Author |
| 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 | cp_time is no longer available in the kernel. | itojun |
| 2000-06-04 | include sys/sched.h to get definition of CPUSTATES | perry |
| 2000-04-24 | Print the zero page statistics. | thorpej |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb |
| 2000-03-27 | Cast timeval members to types we know the printf conversions of. | kleink |
| 1999-12-05 | More fallout from CL* purge. | fredb |
| 1999-11-02 | Make pool output fit in 80 columns on most machines. | soren |
| 1999-10-30 | This program has to use KVM alrady, so use that to read uvmexp, rather | thorpej |
| 1999-03-31 | Define __POOL_EXPOSE to get at the guts of the pool descriptor. | thorpej |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-02-12 | <sys/fcntl.h> -> <fcntl.h> | kleink |
| 1999-01-11 | Nuke all mentions of vmstat -t. PR #6433, Geoff Wing. | thorpej |
| 1998-08-10 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-08-01 | Display the number of idle pages per pool. | thorpej |
| 1998-07-27 | Print memory pool statistics. | pk |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-19 | Fix handling of privileges - the gid was given up before dkinit() | drochner |
| 1998-07-06 | - change setgid kmem programs (that lend themselves to this) so setegid(getgi... | mrg |
| 1998-07-05 | KNF. | mrg |
| 1998-03-05 | use the uvmexp.pageins member for "pi". | mrg |
| 1998-02-13 | Add support for listing and dumping UVM history buffers. | thorpej |
| 1998-02-09 | print almost all of uvmexp with -s. do pagein/pageout counts correctly. | mrg |
| 1998-02-07 | print out the contents of uvmexp for "vmstat -s" | mrg |
| 1998-02-07 | flesh out standard vmstat output with UVM. | mrg |
| 1998-02-07 | GC old old old "NEWVM". make run under UVM, if not report everything yet.. | mrg |
| 1998-01-04 | Revive the -f option: report fork statistics. | thorpej |
| 1997-11-01 | getopt returns -1 not EOF | lukem |
| 1997-10-20 | WARNSify; deprecate register; fix some broken fprintf() statements found fr... | mrg |
| 1997-10-18 | merge lite-2. | mrg |
| 1997-04-10 | Repair the formatting of the by-memory-type table of "vmstat -m" | is |
| 1997-04-10 | "undefined" -> "undef/%d" for memory type names. Similar, but not identical | is |
| 1997-02-22 | If kmem stats are not being gathered by the kernel, print a useful | thorpej |
| 1996-11-29 | Compute `halfuptime' correctly when `uptime' == 1. | thorpej |
| 1996-11-25 | print all evcnt structures, not just those which have the name "intr". | cgd |
| 1996-08-08 | Remove straggling references to dk_ndrive and dk_xfer. | mycroft |
| 1996-06-05 | the kernel 'boottime' variable is a timeval. copy it out of kernel | cgd |
| 1996-05-10 | New userland code to read the statistics kept by the NetBSD generic | thorpej |
| 1996-04-04 | update for the fact that 'allevents' is now a TAILQ. | cgd |
| 1995-10-10 | print interrupt names in 14 cols. really should be dynamic. | cgd |
| 1995-10-08 | don't forget to accumulate interrupt counts found via allevents. | cgd |
| 1995-10-08 | fix spacing problem in interrupt/total/rate output line of vmstat -i | cgd |
| 1995-09-24 | For the pc532, get struct iv from the protected part of <machine/psl.h>. | phil |
| 1995-08-27 | pc532 specific interrupt code. (From Matthias Pfaller.) | phil |
| 1995-06-27 | sys/signal.h -> signal.h | jtc |
| 1995-05-07 | fix up RCS ids | cgd |
| 1995-04-29 | cast pointers to longs, not ints. | cgd |
| 1995-04-17 | VAX machine dependent defs removed. | ragge |
| 1995-03-14 | Make use of the new kernel event counters; from Theo. | pk |