cvs commit: src/usr.bin/vmstat Makefile vmstat.c
Robert Watson
rwatson at FreeBSD.org
Fri Aug 19 00:07:06 GMT 2005
rwatson 2005-08-19 00:07:06 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.bin/vmstat Makefile vmstat.c
Log:
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)
Revision Changes Path
1.11.8.1 +2 -2 src/usr.bin/vmstat/Makefile
1.86.2.1 +77 -21 src/usr.bin/vmstat/vmstat.c
More information about the cvs-src
mailing list