From owner-svn-src-stable-11@freebsd.org Thu Feb 8 03:16:52 2018 Return-Path: Delivered-To: svn-src-stable-11@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 ED046EF4039 for ; Thu, 8 Feb 2018 03:16:51 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-lf0-f50.google.com (mail-lf0-f50.google.com [209.85.215.50]) (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 6129F6F590 for ; Thu, 8 Feb 2018 03:16:51 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-lf0-f50.google.com with SMTP id x196so4319570lfd.12 for ; Wed, 07 Feb 2018 19:16:51 -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=GNiB3goNnM9rCgjV1OX4omeh6CU3kxX4Vfd5QKleZHbFi86dMzNIWMNb8h5U8IWQYX jSOxMLWg0yI0hbHIPphuerF7VW/XGc75kDTkECDGCp6FJWVjmF8E9YEsO9nzZ4+qDHCD DPS0/4Nwn7XLP+kHaKDiDeMYXNKtsFdgGgKDvnrWItWXPUyvu3CfionhbxXQJX8wer5J XvHTb2PbjmCo7t6Gnn8JpfgPQFcTl70cCcFvus2fMTaMJcJVBVKMIb/GSE35/sbWAsgi z4P/feb7xzzA8eKxZdbNCMGlLPGFv11+vty6fay8zi6T0ap0yLEQaCpT1QeyULTExEPv MRpA== X-Gm-Message-State: APf1xPCNwAIhxfmMzCk254H1vzA8HBq/nqvohZT8h0HxgSflxzWEx013 URBWp+yzn1SSHf7n7RTpWLNR6dbg X-Google-Smtp-Source: AH8x227gPmIfMjMN/7zWmEZ1cCuc76MUvZiwybm1gCTLWMbxCkwScz2OhHwRyQbHkvTsLMUFloG+DQ== X-Received: by 10.25.193.7 with SMTP id r7mr5255143lff.29.1518059803967; Wed, 07 Feb 2018 19:16:43 -0800 (PST) Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com. [209.85.215.47]) by smtp.gmail.com with ESMTPSA id s72sm134576lfk.3.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-f47.google.com with SMTP id u20so2156889lff.11 for ; Wed, 07 Feb 2018 19:16:43 -0800 (PST) X-Received: by 10.46.80.9 with SMTP id e9mt6531564ljb.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-stable-11@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 03:16:52 -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.