From owner-cvs-src@FreeBSD.ORG Fri Jul 15 08:29:37 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EB9116A41C; Fri, 15 Jul 2005 08:29:37 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC23743D45; Fri, 15 Jul 2005 08:29:36 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j6F8YbNC082370; Fri, 15 Jul 2005 02:34:37 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42D773F3.8040308@samsco.org> Date: Fri, 15 Jul 2005 02:29:39 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <200507150800.j6F80jk7070757@repoman.freebsd.org> In-Reply-To: <200507150800.j6F80jk7070757@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/geom geom_mbr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 08:29:37 -0000 Poul-Henning Kamp wrote: > phk 2005-07-15 08:00:44 UTC > > FreeBSD src repository > > Modified files: > sys/geom geom_mbr.c > Log: > Implement a gctl handler and the verb "write MBR" which can be used to > update metadata and bootcode while the MBR is in use. > > MFC candidate > > Revision Changes Path > 1.66 +55 -5 src/sys/geom/geom_mbr.c Excellent, thank you very much for tying this up. Scott