From owner-cvs-all Mon Sep 16 1:22:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19F9D37B400; Mon, 16 Sep 2002 01:22:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0DF443E6E; Mon, 16 Sep 2002 01:22:57 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8G8MvJU017546; Mon, 16 Sep 2002 01:22:57 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8G8MvUI017545; Mon, 16 Sep 2002 01:22:57 -0700 (PDT) Message-Id: <200209160822.g8G8MvUI017545@freefall.freebsd.org> From: Bruce Evans Date: Mon, 16 Sep 2002 01:22:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libkvm kvm_proc.c 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 bde 2002/09/16 01:22:57 PDT Modified files: lib/libkvm kvm_proc.c Log: Fixed messes involving $FreeBSD$ starting with one left in the copyright after adding __FBSDID(). Garbage-collected kvm_readswap(). This was once used by kvm_uread(), but kvm_uread() now just reads /proc//mem and procfs hopefully handles swapped out pages. Revision Changes Path 1.57 +5 -21 src/lib/libkvm/kvm_proc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message