From owner-cvs-all Sun May 9 17:33:41 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F50814BDB; Sun, 9 May 1999 17:33:37 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA47156; Sun, 9 May 1999 17:33:36 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199905100033.RAA47156@freefall.freebsd.org> From: Warner Losh Date: Sun, 9 May 1999 17:33:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/vmstat vmstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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