Subject: CVS commit: src/usr.bin/systat
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/18/2006 14:58:49
Module Name:	src
Committed By:	dsl
Date:		Sat Mar 18 14:58:49 UTC 2006

Modified Files:
	src/usr.bin/systat: vmstat.c
Added Files:
	src/usr.bin/systat: vmstat.h

Log Message:
Make the functions that display the top 8 lines externally visible so
they can be used to head other pages (not ready to commit yet...).
Use puthumanint() for oversize numbers when display_mode is RUN or BOOT (when
very big numbers are to be expected).
Allow an extra column for Csw..Flt.
Adjust some #defines to avoid use of global s & s1.


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 src/usr.bin/systat/vmstat.c
cvs rdiff -r0 -r1.1 src/usr.bin/systat/vmstat.h

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