From owner-cvs-all@FreeBSD.ORG Sat Jul 31 08:18:57 2004 Return-Path: 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 6C84816A4CE; Sat, 31 Jul 2004 08:18:57 +0000 (GMT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB1043D5D; Sat, 31 Jul 2004 08:18:56 +0000 (GMT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 01E34530C; Sat, 31 Jul 2004 10:18:38 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 48D655308; Sat, 31 Jul 2004 10:18:32 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id DA7C9B86E; Sat, 31 Jul 2004 10:18:31 +0200 (CEST) To: Pawel Jakub Dawidek References: <200407302313.i6UNDj5H004714@repoman.freebsd.org> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Sat, 31 Jul 2004 10:18:31 +0200 In-Reply-To: <200407302313.i6UNDj5H004714@repoman.freebsd.org> (Pawel Jakub Dawidek's message of "Fri, 30 Jul 2004 23:13:45 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/geom/class/mirror Makefile geom_mirror.c src/sys/geom/mirror g_mirror.c g_mirror.h g_mirror_ctl.c src/sys/modules/geom/geom_mirror Makefile src/tools/regression/geom_mirror Makefile runtests.sh test-1.sh test-2.sh test-3.sh test-4.sh ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 31 Jul 2004 08:18:57 -0000 Pawel Jakub Dawidek writes: > Log: > Add GEOM_MIRROR class which provide RAID1 functionality and has many us= eful > features. The gmirror(8) utility should be used for control of this cla= ss. > There is no manual page yet, but I'm working on it with keramida@. This won't build, because src/sbin/geom/class/Makefile.inc defines LIBDIR to /lib/geom, which breaks the dependency on ${LIBMD}. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no