<?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/aesni/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/aesni/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/aesni/Makefile#031beb4e239bfce798af17f5fe8dba8bcaf13d99</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sys/modules/aesni/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/aesni/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/aesni/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>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Thu, 06 Jun 2019 18:20:50 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7cff9f37485cf9db085e5795001317a8e63c8872 - Add an AESNI-optimized version of the CCM/CBC cryptographic and authentication</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#7cff9f37485cf9db085e5795001317a8e63c8872</link>
        <description>Add an AESNI-optimized version of the CCM/CBC cryptographic and authenticationcode.  The primary client of this is probably going to be ZFS encryption.Reviewed by:	jhb, cemSponsored by:	iXsystems Inc, Kithrup EnterprisesDifferential Revision:	https://reviews.freebsd.org/D19298

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Sat, 25 May 2019 09:26:30 +0200</pubDate>
        <dc:creator>Sean Eric Fagan &lt;sef@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2c014f24c10f90d85126ac5fbd4d8524de32b1c - Merge ^/head r323559 through r325504.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#c2c014f24c10f90d85126ac5fbd4d8524de32b1c</link>
        <description>Merge ^/head r323559 through r325504.

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Tue, 07 Nov 2017 09:39:14 +0100</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d2549a448dd8ee465f172f71d93733538afbd19d - MFhead@r324075</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#d2549a448dd8ee465f172f71d93733538afbd19d</link>
        <description>MFhead@r324075

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Thu, 28 Sep 2017 07:20:37 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe182ba1d010bb944c16cf04483da8e380dce1cb - aesni(4): Add support for x86 SHA intrinsics</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#fe182ba1d010bb944c16cf04483da8e380dce1cb</link>
        <description>aesni(4): Add support for x86 SHA intrinsicsSome x86 class CPUs have accelerated intrinsics for SHA1 and SHA256.Provide this functionality on CPUs that support it.This implements CRYPTO_SHA1, CRYPTO_SHA1_HMAC, and CRYPTO_SHA2_256_HMAC.Correctness: The cryptotest.py suite in tests/sys/opencrypto has beenenhanced to verify SHA1 and SHA256 HMAC using standard NIST test vectors.The test passes on this driver.  Additionally, jhb&apos;s cryptocheck tool hasbeen used to compare various random inputs against OpenSSL.  This test alsopasses.Rough performance averages on AMD Ryzen 1950X (4kB buffer):aesni:      SHA1: ~8300 Mb/s    SHA256: ~8000 Mb/scryptosoft:       ~1800 Mb/s    SHA256: ~1800 Mb/sSo ~4.4-4.6x speedup depending on algorithm choice.  This is consistent withthe results the Linux folks saw for 4kB buffers.The driver borrows SHA update code from sys/crypto sha1 and sha256.  Theintrinsic step function comes from Intel under a 3-clause BSDL.[0]  Theintel_sha_extensions_sha&lt;foo&gt;_intrinsic.c files were renamed and lightlymodified (added const, resolved a warning or two; included the sha_sseheader to declare the functions).[0]: https://software.intel.com/en-us/articles/intel-sha-extensions-implementationsReviewed by:	jhbSponsored by:	Dell EMC IsilonDifferential Revision:	https://reviews.freebsd.org/D12452

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Wed, 27 Sep 2017 01:12:32 +0200</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e768ba63fcfb187cfd17f461f7d41345048 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#193d9e768ba63fcfb187cfd17f461f7d41345048</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:10:17 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5ff185e19f6013ca565b2a15bc2d6abce933f46 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#b5ff185e19f6013ca565b2a15bc2d6abce933f46</link>
        <description>Merge from head

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Sat, 12 Sep 2015 13:41:31 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab875b713d0afab5f0650f06d48a38777a7ae43e - Catch up with head, primarily for the 1.14.4.0 firmware.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#ab875b713d0afab5f0650f06d48a38777a7ae43e</link>
        <description>Catch up with head, primarily for the 1.14.4.0 firmware.

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Fri, 14 Aug 2015 00:01:13 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4cd9b24e478b38e4e497f3ab98e09d6a00a5390d - Merge ^/head r284737 through r285152.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#4cd9b24e478b38e4e497f3ab98e09d6a00a5390d</link>
        <description>Merge ^/head r284737 through r285152.

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Sat, 04 Jul 2015 23:50:39 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64ff224dd5ca007b4b1a86c0ffce3859fc19af7f - improve dependencies for this module a bit...  not great, but at</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#64ff224dd5ca007b4b1a86c0ffce3859fc19af7f</link>
        <description>improve dependencies for this module a bit...  not great, but atleast gives some basics...  I would add them to DPSRC, but due to theintrinsics headers, they can&apos;t be added...

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Sat, 04 Jul 2015 10:16:32 +0200</pubDate>
        <dc:creator>John-Mark Gurney &lt;jmg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9f3d45b6d45423c3e992be6f9575fe76cc032c3c - Merge from HEAD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#9f3d45b6d45423c3e992be6f9575fe76cc032c3c</link>
        <description>Merge from HEAD

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Sun, 08 Feb 2015 16:41:27 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f72f83dcae3d3c13bc60dff3bdbdc2c984a6a193 - Merge ^/head r277902 through r277944.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#f72f83dcae3d3c13bc60dff3bdbdc2c984a6a193</link>
        <description>Merge ^/head r277902 through r277944.

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Fri, 30 Jan 2015 19:34:56 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c234c2de73b189a1e447f8d481bce7f54633d9b0 - For clang, disable -Wcast-qual warnings for specific aesni files, since</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#c234c2de73b189a1e447f8d481bce7f54633d9b0</link>
        <description>For clang, disable -Wcast-qual warnings for specific aesni files, sinceclang 3.6.0 will emit a number of such warnings for those files, andthey are partially contributed code.

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Fri, 30 Jan 2015 19:17:17 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>afbe8aa46f0a566ac0a67e4bf71a97a6d730bd30 - MFhead @ r275911 (also, sort out MK_* flags in BMAKE, etc on this branch)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sys/modules/aesni/Makefile#afbe8aa46f0a566ac0a67e4bf71a97a6d730bd30</link>
        <description>MFhead @ r275911 (also, sort out MK_* flags in BMAKE, etc on this branch)

            List of files:
            /freebsd/sys/modules/aesni/Makefile</description>
        <pubDate>Thu, 18 Dec 2014 19:46:08 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
