<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>052fe26f - libicp(_rescue)?: use asm versions for all 32-bit arm flavors</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libicp/Makefile#052fe26f</link>
        <description>libicp(_rescue)?: use asm versions for all 32-bit arm flavorsOpenZFS upstream refactored the asm versions of sha2 to be usable on all32-bit arm flavors, so it is not necessary to limit this to armv6 andarmv7.Suggested by:	jhb(cherry picked from commit bc6051a060f7f39540e284f2934e61411590dbfd)

            List of files:
            /freebsd-14.2/cddl/lib/libicp/Makefile</description>
        <pubDate>Wed, 13 Dec 2023 18:59:31 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e4b1bef - libicp: unbreak for armv6 after recent OpenZFS import</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libicp/Makefile#2e4b1bef</link>
        <description>libicp: unbreak for armv6 after recent OpenZFS importThe following upstream commit:727497ccdfcc module/icp/asm-arm/sha2: enable non-SIMD asm kernels on armv5/6does indeed enable sha2 asm for earlier arm CPUs, but since libicp&apos;sMakefile was not updated, this leads to:  ld: error: undefined reference due to --no-allow-shlib-undefined: zfs_sha256_block_armv7Fix it by compiling sha256-armv7.S and sha512-armv7.S for armv6 too.Fixes:		3494f7c019fc(cherry picked from commit fb17dfa0c83cc213400fe7e1ed7a39253a4fcefa)

            List of files:
            /freebsd-14.2/cddl/lib/libicp/Makefile</description>
        <pubDate>Fri, 08 Dec 2023 23:09:36 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libicp/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/cddl/lib/libicp/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e3e70ce - libicp: Link with -z noexecstack for ld.bfd.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libicp/Makefile#7e3e70ce</link>
        <description>libicp: Link with -z noexecstack for ld.bfd.The assembly source files do not contain GNU-stack annotations, sold.bfd defaults to using an executable stack.

            List of files:
            /freebsd-14.2/cddl/lib/libicp/Makefile</description>
        <pubDate>Tue, 22 Nov 2022 16:37:12 +0000</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a71ea7be - pkgbase: Put zfs utilities and lib in their own package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libicp/Makefile#a71ea7be</link>
        <description>pkgbase: Put zfs utilities and lib in their own packageIt is useful to have zfs utilities and lib in a separate package asit allow users to create image that can support ZFS (i.e. not withWITHOUT_ZFS in src.conf set) without bloating the default image withall zfs tools (for example for jails).Differential Revision:	https://reviews.freebsd.org/D36225

            List of files:
            /freebsd-14.2/cddl/lib/libicp/Makefile</description>
        <pubDate>Fri, 22 Jul 2022 08:43:39 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9921563f - libicp: Fix build for powerpc64le</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libicp/Makefile#9921563f</link>
        <description>libicp: Fix build for powerpc64leThe C sources use the assembly routines for little-endian powerpc64, andthe assembly files have ppc64le in their names, but the guard here wasfor big-endian powerpc64.Fixes:	1f1e2261e341 (&quot;zfs: merge openzfs/zfs@deb121309&quot;)

            List of files:
            /freebsd-14.2/cddl/lib/libicp/Makefile</description>
        <pubDate>Fri, 01 Jul 2022 00:30:26 +0000</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5fc9e35 - pkgbase: Move libicp in utilities</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libicp/Makefile#b5fc9e35</link>
        <description>pkgbase: Move libicp in utilitieslibicp is used by zdb zhack zinject zstream ztest libzpool.so.2 whichare all in FreeBSD-utilities.Reviewed by:	bapt, emasteDifferential Revision:	https://reviews.freebsd.org/D29164MFC after:	2 weeks

            List of files:
            /freebsd-14.2/cddl/lib/libicp/Makefile</description>
        <pubDate>Tue, 16 Mar 2021 06:12:40 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e5787d2 - Merge OpenZFS support in to HEAD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/cddl/lib/libicp/Makefile#9e5787d2</link>
        <description>Merge OpenZFS support in to HEAD.The primary benefit is maintaining a completely sharedcode base with the community allowing FreeBSD to receivenew features sooner and with less effort.I would advise against doing &apos;zpool upgrade&apos;or creating indispensable pools using newfeatures until this change has had a month+to soak.Work on merging FreeBSD support in to what wasat the time &quot;ZFS on Linux&quot; began in August 2018.I first publicly proposed transitioning FreeBSDto (new) OpenZFS on December 18th, 2018. FreeBSDsupport in OpenZFS was finally completed in December2019. A CFT for downstreaming OpenZFS support into FreeBSD was first issued on July 8th. All issuesthat were reported have been addressed or, fora couple of less critical matters there arepull requests in progress with OpenZFS. iXsystemshas tested and dogfooded extensively internally.The TrueNAS 12 release is based on OpenZFS withsome additional features that have not yet madeit upstream.Improvements include:  project quotas, encrypted datasets,  allocation classes, vectorized raidz,  vectorized checksums, various command line  improvements, zstd compression.Thanks to those who have helped along the way:Ryan Moeller, Allan Jude, Zack Welch, and manyothers.Sponsored by:	iXsystems, Inc.Differential Revision:	https://reviews.freebsd.org/D25872

            List of files:
            /freebsd-14.2/cddl/lib/libicp/Makefile</description>
        <pubDate>Tue, 25 Aug 2020 02:21:27 +0000</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
