| Age | Commit message (Expand) | Author |
| 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 |
| 2000-06-03 | Need to include <sys/sched.h> to get cp_time-related constants. | thorpej |
| 2000-05-29 | cp_time[] and the terminal chars in/out counters are u_int64_t's now. | simonb |
| 2000-05-17 | Remove documentation of bogus "-t" option, per PR 10036. | fair |
| 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-09-12 | the PMAP_NEW option is gone as the new interface is no longer optional. | chs |
| 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-04-01 | Don't assume that an inclusion of <sys/time.h> makes visible all definitions | kleink |
| 1998-04-01 | Update the EXAMPLES section to reflect that the interval between display | kleink |
| 1998-03-05 | use the uvmexp.pageins member for "pi". | mrg |
| 1998-02-18 | add -DPMAP_NEW if PMAP_NEW is on in mk.conf | perry |
| 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-09 | add -DUVM to CPPFLAGS if defined(UVM) | 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 |