From owner-cvs-all Sun Mar 24 3:22:22 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 A296937B41B; Sun, 24 Mar 2002 03:21:42 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2OBLgR95551; Sun, 24 Mar 2002 03:21:42 -0800 (PST) (envelope-from phk) Message-Id: <200203241121.g2OBLgR95551@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 24 Mar 2002 03:21:42 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/geom geom.h geom_enc.c geom_mbr.c geom_mbrext.c geom_sunlabel.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 phk 2002/03/24 03:21:42 PST Modified files: sys/conf files sys/geom geom.h geom_mbr.c geom_sunlabel.c Added files: sys/geom geom_enc.c Removed files: sys/geom geom_mbrext.c Log: Be more systematic about conversion of on-disk formats in a endian/width agnostic way. Collapse the MBR and MBREXT methods into one file and make them endian/width agnostic. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.615 +1 -1 src/sys/conf/files 1.4 +7 -0 src/sys/geom/geom.h 1.1 +101 -0 src/sys/geom/geom_enc.c (new) 1.2 +182 -2 src/sys/geom/geom_mbr.c 1.2 +0 -200 src/sys/geom/geom_mbrext.c (dead) 1.2 +19 -32 src/sys/geom/geom_sunlabel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message