From owner-cvs-all Tue Jan 14 14:44:50 2003 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 40A0B37B401; Tue, 14 Jan 2003 14:44:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC08143ED8; Tue, 14 Jan 2003 14:44:48 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h0EMimfh091902; Tue, 14 Jan 2003 14:44:48 -0800 (PST) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h0EMimdR091901; Tue, 14 Jan 2003 14:44:48 -0800 (PST) Message-Id: <200301142244.h0EMimdR091901@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 14 Jan 2003 14:44:48 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_mirror.c src/sys/conf files options 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 2003/01/14 14:44:48 PST Modified files: sys/conf files options Added files: sys/geom geom_mirror.c Log: Add a very simple but functional GEOM mirror class. This is committed more as an instructive tool than as a production facility, but this will change over time. Revision Changes Path 1.745 +1 -0 src/sys/conf/files 1.366 +1 -0 src/sys/conf/options 1.1 +250 -0 src/sys/geom/geom_mirror.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message