From owner-svn-src-all@FreeBSD.ORG Thu Jun 30 16:44:54 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2052E106579F; Thu, 30 Jun 2011 16:44:54 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id D0EA08FC0A; Thu, 30 Jun 2011 16:44:53 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id C9EFE11CAB; Fri, 1 Jul 2011 02:24:33 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro.local (pos-ext.netapp.com [198.95.226.40]) by dommail.onthenet.com.au (MOS 4.1.10-GA) with ESMTP id AWT04768 (AUTH peterg@ptree32.com.au); Fri, 1 Jul 2011 02:14:36 +1000 Message-ID: <4E0CA0E8.9090805@freebsd.org> Date: Thu, 30 Jun 2011 10:14:32 -0600 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Doug Rabson References: <201106301608.p5UG8ulA050570@svn.freebsd.org> In-Reply-To: <201106301608.p5UG8ulA050570@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r223695 - in head/sys/boot: . common ficl/amd64 i386/libi386 userboot userboot/ficl userboot/libstand userboot/libstand/amd64 userboot/test userboot/userboot X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 16:44:54 -0000 > Log: > Add a version of the FreeBSD bootloader which can run in userland, packaged > as a shared library. This is intended to be used by BHyVe to load FreeBSD > kernels into new virtual machines. Thankyou so much for this work Doug ! later, Peter.