From owner-svn-src-all@FreeBSD.ORG Sun Jan 31 14:28:50 2010 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 52556106566B; Sun, 31 Jan 2010 14:28:50 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 5F7918FC0C; Sun, 31 Jan 2010 14:28:49 +0000 (UTC) Received: by ewy3 with SMTP id 3so1265ewy.33 for ; Sun, 31 Jan 2010 06:28:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=ZjCi6Urtcrg84vN1jADIWY7gx2h8TzcZednqD8bOQS4=; b=w0nSfC0lcTPsw8fRYy39gp+ayDdiYI7i/49aPzgTTpIu43+2dheUYMNpXibbg8lTKH q2R77YxwZOp1WhqMKEPSJSwJdHRgv+C7STcA/sx0ceFijrgFjNirnnMK3KN8zd0etPbt id7uy5SmbW5hmfvAfU0F2sFxW/exe73jrFW/s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=xczRAncgYz3AK1Jx9m2bRiKe8nrW2PZxm/oJ/MwFiV+gWXGUR8jnoSkoR51olGflIM dMXEZHNfZeXYQELQ3W/KEEWJK59ulU3z0HnmL3QG2elLy0PEMWbWWGAPpRure1fth1OQ YuLRGTyRqxkpgLvuUpASHmdRHfkk/Yc7mOL5M= Received: by 10.213.97.4 with SMTP id j4mr3086403ebn.9.1264948128156; Sun, 31 Jan 2010 06:28:48 -0800 (PST) Received: from ?10.0.10.4? (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by mx.google.com with ESMTPS id 24sm7707000eyx.46.2010.01.31.06.28.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 31 Jan 2010 06:28:47 -0800 (PST) Sender: Rui Paulo Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: <201001300424.o0U4O370082276@svn.freebsd.org> Date: Sun, 31 Jan 2010 14:28:44 +0000 Content-Transfer-Encoding: 7bit Message-Id: References: <201001300424.o0U4O370082276@svn.freebsd.org> To: Marcel Moolenaar X-Mailer: Apple Mail (2.1077) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r203181 - in head/lib: . libefi 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: Sun, 31 Jan 2010 14:28:50 -0000 On 30 Jan 2010, at 04:24, Marcel Moolenaar wrote: > Author: marcel > Date: Sat Jan 30 04:24:03 2010 > New Revision: 203181 > URL: http://svn.freebsd.org/changeset/base/203181 > > Log: > Introduce libefi -- a library around EFI runtime services and protocols. > This first commit brings 3 functions for enumerating, retrieving, > adding, removing and modifying EFI variables. The immediate use of these > include the insertion of a new boot option as part of the installation > process. Thanks! -- Rui Paulo