From owner-svn-src-all@freebsd.org Thu Feb 8 03:22:08 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 165BBEF467C for ; Thu, 8 Feb 2018 03:22:08 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f54.google.com (mail-lf0-f54.google.com [209.85.215.54]) (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 80CDC6FB1A for ; Thu, 8 Feb 2018 03:22:07 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f54.google.com with SMTP id t139so4376983lff.0 for ; Wed, 07 Feb 2018 19:22:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:cc; bh=UeOgJeO1ZPsTb+ZhdbJcfsNdWmR5SmysfG0KahQE2mE=; b=mXMhAkVdccDP+SeMGjVQCIVqvYl7gQxqkj5PXz9ADD+w/1B+Y3G6uSV8PblE84tgO/ VksmY65rtfZX8eD10JBvTwHTThKKA6FlL9MlZts3+2k83YlOvxEIszrN5IHxATmgoRba qffPnG/pPD5NArXftqG3FCJZiOuB5+nWMVNbrbX1j4Rm1N4E5LBBT1vdGtfqMQfirGKY c+eOvesdZbAaI4kCNM+yEftZDhK1F2pZNUAXjxPjyJIcq+pBoHoGSDcfk55Fws+vCA3Y VqJ9nmZUPP3nRWUGz/h+x8UJS2AESuVa43xlJ5p87NvXj7g/cY2kUqm9VzSjy9I0NuC2 7W8A== X-Gm-Message-State: APf1xPC0mSjtJkx8VkjsAlWMVigw08mRGpuUrXVsZf5cpQT9kuyFHngc dQK3S+cLhEloZFWNlGh38v0Yi8S+ X-Google-Smtp-Source: AH8x225ljt4ac3VHWQ7mQAvnHOJ6PqoDWWyUj3OQnItWqHh1GFr0ognimhZdU7EqYVyVdojIbdI54g== X-Received: by 10.25.215.72 with SMTP id o69mr5673589lfg.103.1518059803599; Wed, 07 Feb 2018 19:16:43 -0800 (PST) Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com. [209.85.215.48]) by smtp.gmail.com with ESMTPSA id b13sm608650lfb.27.2018.02.07.19.16.43 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Feb 2018 19:16:43 -0800 (PST) Received: by mail-lf0-f48.google.com with SMTP id q17so4337661lfa.9 for ; Wed, 07 Feb 2018 19:16:43 -0800 (PST) X-Received: by 10.46.80.9 with SMTP id e9mt6531562ljb.61.1518059803046; Wed, 07 Feb 2018 19:16:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.46.106.8 with HTTP; Wed, 7 Feb 2018 19:16:22 -0800 (PST) In-Reply-To: <201802080250.w182olh7097879@repo.freebsd.org> References: <201802080250.w182olh7097879@repo.freebsd.org> From: Kyle Evans Date: Wed, 7 Feb 2018 21:16:22 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r329011 - in stable/11: sys/boot sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/efi/loader/arch/amd64 sys/boot/efi/loader/arch/arm sys/boot/efi/loader/arch/arm64 sys/b... Cc: src-committers , svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 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, 08 Feb 2018 03:22:08 -0000 On Wed, Feb 7, 2018 at 8:50 PM, Kyle Evans wrote: > Author: kevans > Date: Thu Feb 8 02:50:47 2018 > New Revision: 329011 > URL: https://svnweb.freebsd.org/changeset/base/329011 > > Log: > MFC r307322,r307323,r307324,r307326,r307327,r307338,r307879,r307908,r307911, > r307942,r307950,r307951,r307954,r307955,r308125,r308195,r308476,r308534, > r308535,r308776,r308843,r310236,r310726: Loader fixes, 2016q4 > > r307322: Remove /boot/boot.conf, deprecated for 16 years > > r307323: Remove fetching of pInterp. > > r307324: Create a new linker set, Xficl_compile_set which contains a list of > functions to call to register new forth words. > > r307326: In UEFI mode expose the SMBIOS anchor base address via kenv > > r307327: Update i386 build of loader.efi (but leave it disabled) so that we > at least build it now. > > r307338: Create a pcibios-version environment FORTH word. > > r307879: Preliminary support for EFI in boot loader. > > r307908: Fix the build on both arm64 and when WITHOUT_FORTH is defined. > > r307911: Add better comment... > > r307942: Really make WITHOUT_FORTH (MK_FORTH==no) work. > > r307950: Add it (Makefile.ficl) to the right place > > r307951: Fix two backwards tests. > > r307954: Back out the move to the loader script from -N. > > r307955: LIBSTAND goes last, so put it last here too. > > r308125: In loader.efi, instead of exiting directly, try to fallback. > > r308195: efinet_dev_print should honor verbose option. > > r308476: boot/forth spelling issue in forth word > > r308534: The file_loadraw function grew an argument, update install function > > r308535: Add support for LOADER_RC setting in the pkgfs manifes > > r308776: loader: zfs toplevel vdev must have spa set. > > r308843: loader: smbios version check is not correct > > r310236: Renumber license clauses to avoid skipping #3 > > r310726: cdboot: add explict suffix to ambiguous or instruction > > PR: 214375 > Just as an FYI- this is the format that I intend to do these MFC's of sys/boot work in. The intention is to batch these up by fiscal quarter while we're playing catch up since there are so many (450+) commits that need to make it back before we hit 2018Q1. I will be preparing batches and committing every couple of days, two batches at a time. Please do speak up before the next batches (likely to be committed in the Friday/Saturday time frame) if this format is particularly appalling.