From owner-cvs-all Mon Mar 11 13:42:40 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 F2D1137B405; Mon, 11 Mar 2002 13:42:35 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2BLgZB11722; Mon, 11 Mar 2002 13:42:35 -0800 (PST) (envelope-from phk) Message-Id: <200203112142.g2BLgZB11722@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 11 Mar 2002 13:42:35 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom.h geom_bsd.c geom_dev.c geom_disk.c geom_dump.c geom_event.c geom_io.c geom_kern.c geom_mbr.c geom_mbrext.c geom_slice.c geom_slice.h geom_subr.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/11 13:42:35 PST Added files: sys/geom geom.h geom_bsd.c geom_dev.c geom_disk.c geom_dump.c geom_event.c geom_io.c geom_kern.c geom_mbr.c geom_mbrext.c geom_slice.c geom_slice.h geom_subr.c Log: First commit of the GEOM subsystem to make it easier for people to test and play with this. This is not yet production quality and should be run only on dedicated test boxes. For people who want to develop transformations for GEOM there exist a set of shims to run geom in userland (ask phk@freebsd.org). Reports of all kinds to: phk@freebsd.org Please include in report: dmesg sysctl debug.geomdot sysctl debug.geomconf Known significant limitations: no kernel dump facility. ioctls severely restricted. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.1 +290 -0 src/sys/geom/geom.h (new) 1.1 +257 -0 src/sys/geom/geom_bsd.c (new) 1.1 +382 -0 src/sys/geom/geom_dev.c (new) 1.1 +232 -0 src/sys/geom/geom_disk.c (new) 1.1 +275 -0 src/sys/geom/geom_dump.c (new) 1.1 +299 -0 src/sys/geom/geom_event.c (new) 1.1 +375 -0 src/sys/geom/geom_io.c (new) 1.1 +192 -0 src/sys/geom/geom_kern.c (new) 1.1 +211 -0 src/sys/geom/geom_mbr.c (new) 1.1 +200 -0 src/sys/geom/geom_mbrext.c (new) 1.1 +278 -0 src/sys/geom/geom_slice.c (new) 1.1 +60 -0 src/sys/geom/geom_slice.h (new) 1.1 +639 -0 src/sys/geom/geom_subr.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message