K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-08-19T00:07:06.000000Z K 7 svn:log V 795 Merge Makefile:1.12, vmstat.c:1.87 from HEAD to RELENG_6: Teach vmstat -m and vmstat -z to use libmemstat(3). Certain statistics from -z are now a bit different due to changes in the way statistics are now measured. Reproduce with some amount of accuracy the slightly obscure layouts adopted by the two kernel sysctls. In the future, we might want to normalize them. GC dosysctl(), which is now no longer used. Merge vmstat.c:1.88 from HEAD to RELENG_6: Minor syntax tweaks: - Remove some extra blank lines. - Remove comments that don't contribute to understanding. - Remove additional blank lines in output added to maximize compatibility with older vmstat output, but that is actually somewhat gratuitous. Submitted by: bde Approved by: re (kensmith) END