From owner-cvs-all Mon Feb 15 01:03:05 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00582 for cvs-all-outgoing; Mon, 15 Feb 1999 01:03:05 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from helios.dnttm.ru (dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00271; Mon, 15 Feb 1999 01:00:44 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.9.1/8.9.1/IP-3) with UUCP id LAA29938; Mon, 15 Feb 1999 11:50:04 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.9.3/8.9.1) with ESMTP id LAA00915; Mon, 15 Feb 1999 11:51:07 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199902150851.LAA00915@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Matthew Dillon cc: Dmitrij Tejblum , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libkvm kvm_getswapinfo.c In-reply-to: Your message of "Sun, 14 Feb 1999 23:35:23 PST." <199902150735.XAA13248@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 15 Feb 1999 11:51:07 +0300 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Matthew Dillon wrote: > :dt 1999/02/14 13:42:06 PST > : > : Modified files: > : lib/libkvm kvm_getswapinfo.c > : Log: > : From rev. 1.12 of usr.sbin/pstat/pstat.c by phk: > : Reflect the fact that we do not swap on the first blocks of a > : swapdev, to protect disklabels and other such magic stuff. > : > : Revision Changes Path > : 1.6 +6 -3 src/lib/libkvm/kvm_getswapinfo.c > > Hmm. I considered this but figured that it made more sense for > the reserved blocks to show up as allocated swap so the totals > would come out right. I like to see "0K swap used" and know that the system is not yet paging. I think "allocated swap" should mean "allocated for paging". It make some sense, and it worked this way for years... Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message