<?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/tests/sys/opencrypto/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/tests/sys/opencrypto/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/tests/sys/opencrypto/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>7cc42f6d25ef2e19059d088fa7d4853fe9afefb5 - Do a sweep and remove most WARNS=6 settings</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#7cc42f6d25ef2e19059d088fa7d4853fe9afefb5</link>
        <description>Do a sweep and remove most WARNS=6 settingsRepeating the default WARNS here makes it slightly more difficult toexperiment with default WARNS changes, e.g. if we did something absolutelybananas and introduced a WARNS=7 and wanted to try lifting the default tothat.Drop most of them; there is one in the blake2 kernel module, but I suspectit should be dropped -- the default WARNS in the rest of the build doesn&apos;tcurrently apply to kernel modules, and I haven&apos;t put too much thought intowhether it makes sense to make it so.

            List of files:
            /freebsd/tests/sys/opencrypto/Makefile</description>
        <pubDate>Thu, 01 Oct 2020 03:10:51 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7aa572cacdeca83c35c12a378909d0b659300a9 - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#c7aa572cacdeca83c35c12a378909d0b659300a9</link>
        <description>MFHSponsored by:	Rubicon Communications, LLC (netgate.com)

            List of files:
            /freebsd/tests/sys/opencrypto/Makefile</description>
        <pubDate>Fri, 31 Jul 2020 21:37:45 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a7a4b196d1d87189e260e85e7844162d3237b6f - tests/sys/opencrypto: use python3</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#2a7a4b196d1d87189e260e85e7844162d3237b6f</link>
        <description>tests/sys/opencrypto: use python3python2 will be EOL soonReviewed by:	lwhsu, jmgMFC after:	2 weeksSponsored by:	AxcientDifferential Revision:	https://reviews.freebsd.org/D25682

            List of files:
            /freebsd/tests/sys/opencrypto/Makefile</description>
        <pubDate>Mon, 20 Jul 2020 14:47:15 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0 - MFHead @347527</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#7648bc9fee8dec6cb3c4941e0165a930fbe8dcb0</link>
        <description>MFHead @347527Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/opencrypto/Makefile</description>
        <pubDate>Mon, 13 May 2019 20:25:55 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>16f35864dfd6de07026930909bd300167fd68b85 - Refactor tests/sys/opencrypto/runtests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#16f35864dfd6de07026930909bd300167fd68b85</link>
        <description>Refactor tests/sys/opencrypto/runtests* Convert from plain to TAP for slightly improved introspection when skipping  the tests due to requirements not being met.* Test for the net/py-dpkt (origin) package being required when running the  tests, instead of relying on a copy of the dpkt.py module from 2014. This  enables the tests to work with py3. Subsequently, remove  `tests/sys/opencrypto/dpkt.py(c)?` via `make delete-old`.* Parameterize out `python2` as `$PYTHON`.PR:		237403MFC after:	1 week

            List of files:
            /freebsd/tests/sys/opencrypto/Makefile</description>
        <pubDate>Fri, 10 May 2019 02:03:32 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>369ee0905e7ae7da8d5d1574ac10bf14aede2bce - Specify using Python2, these .py files have not been converted to use Python3</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#369ee0905e7ae7da8d5d1574ac10bf14aede2bce</link>
        <description>Specify using Python2, these .py files have not been converted to use Python3yet, but the default Python version in ports has been switched to 3.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/opencrypto/Makefile</description>
        <pubDate>Sat, 20 Apr 2019 09:32:29 +0200</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3611ec604864a7d4dcc9a3ea898c80eb35eef8a0 - Merge ^/head r337646 through r338014.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#3611ec604864a7d4dcc9a3ea898c80eb35eef8a0</link>
        <description>Merge ^/head r337646 through r338014.

            List of files:
            /freebsd/tests/sys/opencrypto/Makefile</description>
        <pubDate>Sat, 18 Aug 2018 14:15:54 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e7bbbc54c9bff3d6fc2ad7304d15557528e1d22 - Add test cases for Poly1305 from RFC 7539</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#1e7bbbc54c9bff3d6fc2ad7304d15557528e1d22</link>
        <description>Add test cases for Poly1305 from RFC 7539

            List of files:
            /freebsd/tests/sys/opencrypto/Makefile</description>
        <pubDate>Fri, 17 Aug 2018 02:32:00 +0200</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@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/tests/sys/opencrypto/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/tests/sys/opencrypto/Makefile</description>
        <pubDate>Wed, 21 Mar 2018 17:18:14 +0100</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4224465e820a1a7232255d980e692720169776af - Merge ^/head r319251 through r319479.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#4224465e820a1a7232255d980e692720169776af</link>
        <description>Merge ^/head r319251 through r319479.

            List of files:
            /freebsd/tests/sys/opencrypto/Makefile</description>
        <pubDate>Fri, 02 Jun 2017 00:59:41 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1de3fb0425943e8d981cc750c6efdb67b03004ce - Fix up `TEST_METADATA`</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#1de3fb0425943e8d981cc750c6efdb67b03004ce</link>
        <description>Fix up `TEST_METADATA`- `TEST_METADATA.foo` should be `TEST_METADATA.run_tests`: this will unbreak  trying to run the tests on a system without python installed in $PATH.- The tests require root because they load aesni(4) and/or cryptodev(4) if  not already loaded.MFC after:	2 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/tests/sys/opencrypto/Makefile</description>
        <pubDate>Thu, 01 Jun 2017 21:46:48 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>430f7286a566b1407c7b32ce13585caf5aa59b92 - Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#430f7286a566b1407c7b32ce13585caf5aa59b92</link>
        <description>Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that  namespacing is kept with FILES appropriately, and that this shouldn&apos;t need  to be repeated if the namespace changes -- only the definition of PACKAGE  needs to be changed- Allow PACKAGE to be overridden by callers instead of forcing it to always be  `tests`. In the event we get to the point where things can be split up  enough in the base system, it would make more sense to group the tests  with the blocks they&apos;re a part of, e.g. byacc with byacc-tests, etc- Remove PACKAGE definitions where possible, i.e. where FILES wasn&apos;t used  previously.- Remove unnecessary TESTSPACKAGE definitions; this has been elided into  bsd.tests.mk- Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES;  ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk.- Fix installation of files under data/ subdirectories in lib/libc/tests/hash  and lib/libc/tests/net/getaddrinfo- Remove unnecessary .include &lt;bsd.own.mk&gt;s (some opportunistic cleanup)Document the proposed changes in share/examples/tests/tests/... via examplesso it&apos;s clear that ${PACKAGES}FILES is the suggested way forward in terms ofreplacing FILES. share/mk/bsd.README didn&apos;t seem like the appropriate methodof communicating that info.MFC after: never probablyX-MFC with: r298107PR: 209114Relnotes: yesTested with: buildworld, installworld, checkworld; buildworld, packageworldSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd/tests/sys/opencrypto/Makefile</description>
        <pubDate>Thu, 05 May 2016 01:20:53 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/opencrypto/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2aa00a6001d7105eaf0d0288a441fa69f06fa534 - More &apos;tests&apos; package fixes.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#2aa00a6001d7105eaf0d0288a441fa69f06fa534</link>
        <description>More &apos;tests&apos; package fixes.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/opencrypto/Makefile</description>
        <pubDate>Wed, 03 Feb 2016 01:34:23 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/tests/sys/opencrypto/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>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/opencrypto/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/opencrypto/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/tests/sys/opencrypto/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/opencrypto/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/tests/sys/opencrypto/Makefile#afbe8aa46f0a566ac0a67e4bf71a97a6d730bd30</link>
        <description>MFhead @ r275911 (also, sort out MK_* flags in BMAKE, etc on this branch)

            List of files:
            /freebsd/tests/sys/opencrypto/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>
