<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>942815c54820783d3d4f7f6faa71ab7919b5f0e5 - libefivar: Add note about extra compiler flags</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#942815c54820783d3d4f7f6faa71ab7919b5f0e5</link>
        <description>libefivar: Add note about extra compiler flagsAdd a note about why we need these extra compiler flags to suppresswarnings. EDK2 upstream code is being used verbatim and as of the lastupdate these issuse persist, but are benign.Sponsored by:		NetflixReviewed by:		asomersDifferential Revision:	https://reviews.freebsd.org/D38613

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Thu, 16 Feb 2023 00:02:56 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71779dddffe5e860118f42739ff8d51d181272ce - libefivar(3): efi_set_variables_supported.3 should be efi_variables_supported.3</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#71779dddffe5e860118f42739ff8d51d181272ce</link>
        <description>libefivar(3): efi_set_variables_supported.3 should be efi_variables_supported.3MFC after:	3 days

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Tue, 21 Dec 2021 13:42:39 +0100</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d8d41d3b842980e7b76c8f3081ed8b571af97e0c - pkgbase: Remove libefivar package and add a efi-tools one</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#d8d41d3b842980e7b76c8f3081ed8b571af97e0c</link>
        <description>pkgbase: Remove libefivar package and add a efi-tools onePut all the efi related tools into FreeBSD-efi-tools.Differential Revision:	https://reviews.freebsd.org/D31803

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Thu, 02 Sep 2021 17:12:51 +0200</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f643997a1761689ef9108d69b86d42881ea0ab1c - Cleanup compiler warning flags in lib/libefivar/Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#f643997a1761689ef9108d69b86d42881ea0ab1c</link>
        <description>Cleanup compiler warning flags in lib/libefivar/MakefileThere is no need to set -Wno-unused-parameter twice, and instead ofappending to CFLAGS, append to CWARNFLAGS instead. While here, add-Wno-unused-but-set-variable for the sake of clang 13.0.0.MFC after:	3 days

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Thu, 26 Aug 2021 20:53:18 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>09ee5d8ab6a988f255cd189d34cf8d910fbb8695 - Create a function to translate UEFI paths to unix paths</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#09ee5d8ab6a988f255cd189d34cf8d910fbb8695</link>
        <description>Create a function to translate UEFI paths to unix pathsefivar_device_path_to_unix_path translates from UEFI to Unixefivar_unix_path_to_device_path translates from Unix to UEFIAt present, only HD() device types are supported (both GPT andMBR). CdRom and floppy devices aren&apos;t supported. ZFS isn&apos;t supportedbecause there&apos;s no way in the UEFI standard to specify a ZFS datastore.Network devices aren&apos;t supported either.Three forms of Unix path are accepted: /path/to/file (for a mountedfilesystem), //path/to/file (uses the EFI partition on the same diskas /), and dev:/path/to/file (for unmounted filesystem). Two forms areproduced (the first and last).Sponsored by: Netflix

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Sat, 02 Dec 2017 08:29:19 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>55b1c6e7e4a6909004e13c6d2f328f911a8e7b83 - Merge ^/head r325663 through r325841.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#55b1c6e7e4a6909004e13c6d2f328f911a8e7b83</link>
        <description>Merge ^/head r325663 through r325841.

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Wed, 15 Nov 2017 12:28:11 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ca987d4641cdcd7f27e153db17c5bf064934faf5 - Move sys/boot to stand. Fix all references to new location</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#ca987d4641cdcd7f27e153db17c5bf064934faf5</link>
        <description>Move sys/boot to stand. Fix all references to new locationSponsored by:	Netflix

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Wed, 15 Nov 2017 00:02:19 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b754c27916c5d1b0fe2f57d6d4ba94c7de1b541b - MFH @ r323558.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#b754c27916c5d1b0fe2f57d6d4ba94c7de1b541b</link>
        <description>MFH @ r323558.

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Wed, 13 Sep 2017 21:12:28 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5be4ad9e80b9759efbf7f8edeca2776c71e52ca2 - MFhead@r323343</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#5be4ad9e80b9759efbf7f8edeca2776c71e52ca2</link>
        <description>MFhead@r323343

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Sat, 09 Sep 2017 07:42:23 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92ac7e80da030d1dd468a5024bfc4d27ecf5dbd3 - libefivar: -fno-strict-aliasing</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#92ac7e80da030d1dd468a5024bfc4d27ecf5dbd3</link>
        <description>libefivar: -fno-strict-aliasingAvoid dealing with some code that uses type-punned pointers.See D12210 and D12211 for more background.Reviewed by:	impApproved by:	markj (mentor)Sponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D12219

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Mon, 04 Sep 2017 20:59:44 +0200</pubDate>
        <dc:creator>Ryan Libby &lt;rlibby@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7270962aa54e4647b841f9ae2fd1989de8048a76 - Bring in EDK2 routines for printing and parsing device paths.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#7270962aa54e4647b841f9ae2fd1989de8048a76</link>
        <description>Bring in EDK2 routines for printing and parsing device paths.This commit implements the (mostly?) Linux compatibleefidp_format_device_path and efidp_parse_device_path APIs. These arethe only APIs exposed through this library. However, they are built oncode from Tianocore&apos;s EDK2 MdePkg. They are brought in as new fileshere for reasons described in FreeBSD-update.Symbol versioning will be introduced to control what&apos;s exported fromthe EDK2 code.Some structural changes may be necessary when we move to sharing withsys/boot/efi.Sponsored by: Netflix

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Thu, 09 Mar 2017 01:31:31 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bea9d78b2d4f2581b0d707a3635856cc8b931f88 - Share UCS2/UTF8 routines between boot loader and userland.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#bea9d78b2d4f2581b0d707a3635856cc8b931f88</link>
        <description>Share UCS2/UTF8 routines between boot loader and userland.Move the UCS2 to UTF8 routines over into sys/boot/efi and havelibefivar grab them from there.Sponsored by: Netflix

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Thu, 09 Mar 2017 01:24:01 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0e610c43975ca0ec0bfc7d1df88d8b7a3cb871c - Merge ^/head r306906 through r307382.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#a0e610c43975ca0ec0bfc7d1df88d8b7a3cb871c</link>
        <description>Merge ^/head r306906 through r307382.

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Sun, 16 Oct 2016 00:49:04 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d49a5ddd040bbaec8d00ba055c342696fd9ee436 - Create libefivar library. This library aims to provide</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libefivar/Makefile#d49a5ddd040bbaec8d00ba055c342696fd9ee436</link>
        <description>Create libefivar library. This library aims to providethe same API as the GPL&apos;d version of this library. It implements the commonLinux API for programatically manipulating UEFI environment varibales usingthe UEFI Runtime Services the kernel provides. It replaces the old efilibrary since it is programmed to a different interface, but retails theCHAR16 to UTF-8 and vice versa conversion routines. The new name is to matchLinux program&apos;s expectations.Differential Revision: https://reviews.freebsd.org/D8128Reviewed by: kib@, wblock@, Ganael Laplanche

            List of files:
            /freebsd/lib/libefivar/Makefile</description>
        <pubDate>Wed, 12 Oct 2016 00:30:41 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
