From owner-cvs-all Sun May 9 17:54:15 1999 Delivered-To: cvs-all@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 5F18014DF1; Sun, 9 May 1999 17:54:05 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id KAA09504; Mon, 10 May 1999 10:54:02 +1000 Date: Mon, 10 May 1999 10:54:02 +1000 From: Bruce Evans Message-Id: <199905100054.KAA09504@godzilla.zeta.org.au> To: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, imp@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/vmstat vmstat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > 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 But it is still supposed to be a simple list (it doesn't even use the queue macros). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message