From owner-cvs-all@FreeBSD.ORG Sun Dec 30 01:43:51 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99A7D16A468; Sun, 30 Dec 2007 01:43:51 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7336113C46E; Sun, 30 Dec 2007 01:43:51 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lBU1hp8X050557; Sun, 30 Dec 2007 01:43:51 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lBU1hpDQ050555; Sun, 30 Dec 2007 01:43:51 GMT (envelope-from jeff) Message-Id: <200712300143.lBU1hpDQ050555@repoman.freebsd.org> From: Jeff Roberson Date: Sun, 30 Dec 2007 01:43:51 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libkvm kvm_file.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2007 01:43:51 -0000 jeff 2007-12-30 01:43:51 UTC FreeBSD src repository Modified files: lib/libkvm kvm_file.c Log: - Update kvm_deadfiles to be compatible with the new system which has no global list of all files. - Mark kvm_getfiles() as broken since the live version exports struct xfile with no filelist at the head and does so incorrectly and the deadfiles version exports struct file with a filelist at the head. It is not known if either version works or complies to the manpage. Revision Changes Path 1.19 +87 -44 src/lib/libkvm/kvm_file.c