From owner-cvs-usrbin Fri Oct 10 07:08:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA15444 for cvs-usrbin-outgoing; Fri, 10 Oct 1997 07:08:56 -0700 (PDT) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA15402; Fri, 10 Oct 1997 07:08:34 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA25617; Fri, 10 Oct 1997 07:08:12 -0700 (PDT) Date: Fri, 10 Oct 1997 07:08:12 -0700 (PDT) Message-Id: <199710101408.HAA25617@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/vmstat vmstat.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/10 07:08:11 PDT Modified files: usr.bin/vmstat vmstat.c Log: Make vmstat understand the dynamic malloc stuff. There are a number of ugly hardcoded constants in there. Revision Changes Path 1.20 +23 -15 src/usr.bin/vmstat/vmstat.c