From owner-svn-src-stable-10@freebsd.org Thu Jan 7 03:44:35 2016 Return-Path: Delivered-To: svn-src-stable-10@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9048A6505B; Thu, 7 Jan 2016 03:44:35 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BAE631D69; Thu, 7 Jan 2016 03:44:35 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-ig0-x22e.google.com with SMTP id t15so19764798igr.0; Wed, 06 Jan 2016 19:44:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=AQCcb4hhBHcsol0TbhGcraVORerEwC5slCi/JhWtJos=; b=BcVPzmOiEbR0R+p9iz4iEh/ksFuXw2kSPEVwsV2vPrIr2G5QKVpIwlECJIfzE2gGN1 SKk4DPD5fYo+PZw1SWH5bobcXSzI8QROOF+TfqRxwnYDtikSiYPDu8+yZYq63wk/Cf8Z x2/dKqpj0t/S6ZqhMC+KkzcmeqP2WsRuiAQAmX6IiXoaoRiAgaUWupewiPr3m8WfoQMc gYcXoVPhH7Xu+mx7hoPN+KwX6/aDfXk1tTMRAQt1/Nd11/hLvV6xFXdEXYHAlxzM5Ric zXSFGg+WVwcq5RkMCIJLhm57zrOQUFwpT5gn7Ouw+bzpcuzlmRnW7LaVTT+tD8JpVCKh KFYQ== X-Received: by 10.50.6.104 with SMTP id z8mr13197598igz.58.1452138275159; Wed, 06 Jan 2016 19:44:35 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.39.66 with HTTP; Wed, 6 Jan 2016 19:44:15 -0800 (PST) In-Reply-To: <201601070241.u072fvpt003650@repo.freebsd.org> References: <201601070241.u072fvpt003650@repo.freebsd.org> From: Ed Maste Date: Thu, 7 Jan 2016 03:44:15 +0000 X-Google-Sender-Auth: AEciNcpdGi-YgUiJsqrQ9LlHLiU Message-ID: Subject: Re: svn commit: r293300 - stable/10/sys/boot/efi/loader To: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2016 03:44:36 -0000 On 7 January 2016 at 02:41, Ed Maste wrote: > Author: emaste > Date: Thu Jan 7 02:41:57 2016 > New Revision: 293300 > URL: https://svnweb.freebsd.org/changeset/base/293300 > > Log: > MFC r287934: Increase EFI staging size from 32MB to 48MB These and a few other changes had already been merged to stable/10, to the "old" location of various files. In r293297 I merged r280950 (Move the efi loaders to be under sys/boot/efi) to stable/10, which moved files to new locations and had the unfortunate side effect of losing the changes MFC'd previously. I'm going through and restoring them now.