From owner-cvs-all@FreeBSD.ORG Thu Feb 8 00:19:57 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3676816A406 for ; Thu, 8 Feb 2007 00:19:56 +0000 (UTC) (envelope-from davidt@yadt.co.uk) Received: from outcold.yadt.co.uk (outcold.yadt.co.uk [81.187.204.178]) by mx1.freebsd.org (Postfix) with ESMTP id 7684713C481 for ; Thu, 8 Feb 2007 00:19:56 +0000 (UTC) (envelope-from davidt@yadt.co.uk) Received: from localhost (localhost [127.0.0.1]) by outcold.yadt.co.uk (Postfix) with ESMTP id 2E58E1DD506; Thu, 8 Feb 2007 00:19:55 +0000 (GMT) X-Virus-Scanned: amavisd-new at yadt.co.uk Received: from outcold.yadt.co.uk ([127.0.0.1]) by localhost (outcold.yadt.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NtA-ufrOqNmO; Thu, 8 Feb 2007 00:19:37 +0000 (GMT) Received: by outcold.yadt.co.uk (Postfix, from userid 1001) id E3C601DD523; Thu, 8 Feb 2007 00:19:36 +0000 (GMT) Date: Thu, 8 Feb 2007 00:19:36 +0000 From: David Taylor To: Poul-Henning Kamp Message-ID: <20070208001936.GA54559@outcold.yadt.co.uk> Mail-Followup-To: Poul-Henning Kamp , cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org References: <20070207200130.J23167@fledge.watson.org> <2107.1170888121@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <2107.1170888121@critter.freebsd.dk> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c g_part_if.m src/sys/i386/conf GENERIC ... 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: Thu, 08 Feb 2007 00:19:57 -0000 On Wed, 07 Feb 2007, Poul-Henning Kamp wrote: > > In message <20070207200130.J23167@fledge.watson.org>, Robert Watson writes: > > >> The ctlreq interface supports verbs to create and destroy > >> partitioning schemes on a disk; to add, delete and modify > >> partitions; and to commit or undo changes made. > > > >Does this mean we can expect to see the disabling of GEOM exclusive-use > >protections disappear from normal administrative activities soon, as there > >will now be approved channels to incrementally change the layout of in-use > >partition tables? > > There is already a mechanism for that. How do you think bsdlabel(8) > and fdisk(8) works ? Badly? I mean, using debugflags works, but it hardly seems like a "clean" solution to the problem. -- David Taylor