<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/blake2/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/sys/modules/blake2/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031beb4e239bfce798af17f5fe8dba8bcaf13d99 - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/blake2/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/blake2/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:54:58 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b57cec536236d46e3dba9bd041533462f33dbb7 - Move all sources from the llvm project into contrib/llvm-project.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/blake2/Makefile#0b57cec536236d46e3dba9bd041533462f33dbb7</link>
        <description>Move all sources from the llvm project into contrib/llvm-project.This uses the new layout of the upstream repository, which was recentlymigrated to GitHub, and converted into a &quot;monorepo&quot;.  That is, most ofthe earlier separate sub-projects with their own branches and tags wereconsolidated into one top-level directory, and are now branched andtagged together.Updating the vendor area to match this layout is next.

            List of files:
            /freebsd/sys/modules/blake2/Makefile</description>
        <pubDate>Fri, 20 Dec 2019 20:53:05 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cccc969bc7f50a0f47f19bb8d195994630a500ea - Silence non-actionable warnings in vendor code</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/blake2/Makefile#cccc969bc7f50a0f47f19bb8d195994630a500ea</link>
        <description>Silence non-actionable warnings in vendor codeWe can&apos;t modify vendor code so there&apos;s no signal in warnings from it.Similarly -Waddress-of-packed-member is not useful on networking codeas access to packed structures is fundamental to its operation.

            List of files:
            /freebsd/sys/modules/blake2/Makefile</description>
        <pubDate>Sat, 19 May 2018 02:04:01 +0200</pubDate>
        <dc:creator>Matt Macy &lt;mmacy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b8d52d3717189ac1172d8e43a5e7397fd003e84 - blake2: Disable warnings (not just error) for code we will not modify</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/blake2/Makefile#3b8d52d3717189ac1172d8e43a5e7397fd003e84</link>
        <description>blake2: Disable warnings (not just error) for code we will not modifyLeave libb2 pristine and silence the warnings for mjg.

            List of files:
            /freebsd/sys/modules/blake2/Makefile</description>
        <pubDate>Sat, 21 Apr 2018 04:08:56 +0200</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bf8e3513bbd411c51e6aa59995b0ef1e45bf55bb - Fix build.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/blake2/Makefile#bf8e3513bbd411c51e6aa59995b0ef1e45bf55bb</link>
        <description>Fix build.Reviewed by:	cemDifferential Revision:	https://reviews.freebsd.org/D14793

            List of files:
            /freebsd/sys/modules/blake2/Makefile</description>
        <pubDate>Thu, 22 Mar 2018 09:32:39 +0100</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0e33efe4e4b5d24e2d416938af8bc6e6e4160ec8 - Import Blake2 algorithms (blake2b, blake2s) from libb2</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/blake2/Makefile#0e33efe4e4b5d24e2d416938af8bc6e6e4160ec8</link>
        <description>Import Blake2 algorithms (blake2b, blake2s) from libb2The upstream repository is on github BLAKE2/libb2.  Files landed insys/contrib/libb2 are the unmodified upstream files, except for onedifference:  secure_zero_memory&apos;s contents have been replaced withexplicit_bzero() only because the previous implementation broke powerpclink.  Preferential use of explicit_bzero() is in progress upstream, soit is anticipated we will be able to drop this diff in the future.sys/crypto/blake2 contains the source files needed to port libb2 to ourbuild system, a wrapped (limited) variant of the algorithm to match the APIof our auth_transform softcrypto abstraction, incorporation into the OpenCrypto Framework (OCF) cryptosoft(4) driver, as well as an x86 SSE/AVXaccelerated OCF driver, blake2(4).Optimized variants of blake2 are compiled for a number of x86 machines(anything from SSE2 to AVX + XOP).  On those machines, FPU context will needto be explicitly saved before using blake2(4)-provided algorithms directly.Use via cryptodev / OCF saves FPU state automatically, and use via theauth_transform softcrypto abstraction does not use FPU.The intent of the OCF driver is mostly to enable testing in userspace via/dev/crypto.  ATF tests are added with published KAT test vectors tovalidate correctness.Reviewed by:	jhb, markjObtained from:	github BLAKE2/libb2Differential Revision:	https://reviews.freebsd.org/D14662

            List of files:
            /freebsd/sys/modules/blake2/Makefile</description>
        <pubDate>Wed, 21 Mar 2018 17:18:14 +0100</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
