Date: Sun, 9 May 1999 17:33:36 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.c Message-ID: <199905100033.RAA47156@freefall.freebsd.org>
index | next in thread | raw e-mail
imp 1999/05/09 17:33:36 PDT
Modified files:
usr.bin/vmstat vmstat.c
Log:
Sometime since this file was written, the list of kernel malloc types
changed from a simple list to a circular one. We compensate by only
looping until we see the first address again. Before, things would
terminate because it was limited to 200 iterations. This lead to
bogus statistics and repeating stats for memory types.
This should be merged into 3.2, as the same bug is there.
Revision Changes Path
1.34 +15 -4 src/usr.bin/vmstat/vmstat.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905100033.RAA47156>
