From owner-cvs-all Tue Jan 22 2: 7:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F4C137B402; Tue, 22 Jan 2002 02:07:03 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0MA73w98463; Tue, 22 Jan 2002 02:07:03 -0800 (PST) (envelope-from ru) Message-Id: <200201221007.g0MA73w98463@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 22 Jan 2002 02:07:03 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm.c kvm_open.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/01/22 02:07:03 PST Modified files: lib/libkvm kvm.c kvm_open.3 Log: Finish cleanup in kvm.c revisions 1.10 and 1.11 -- mark sf (swapfile) argument to kvm_open() and kvm_openfiles() as unused. BSD didn't read swap since kvm.c CSRG revision 5.21 (u-area is pageable under new VM. no need to read from swap.) The old !NEWVM code was removed in CSRG revision 5.23 (~ten years ago). Revision Changes Path 1.19 +3 -3 src/lib/libkvm/kvm.c 1.12 +3 -5 src/lib/libkvm/kvm_open.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message