Subject: CVS commit: basesrc/usr.bin/vmstat
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/26/2001 16:06:32
Module Name:	basesrc
Committed By:	lukem
Date:		Mon Nov 26 14:06:32 UTC 2001

Modified Files:
	basesrc/usr.bin/vmstat: vmstat.c

Log Message:
- Separate hashstat namelist into separate hashnl[], and don't barf if
  some of the symbols can't be found
- Only kvm_nlist() hashnl[] and histnl[] once
- Add a description to struct kernel_hash, and print with -L
- Sort entries in khashes[]
- Don't exit on unknown hashes; just display a warning and move on


To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 basesrc/usr.bin/vmstat/vmstat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.