<?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>0ddaa4c86d68e8dacee8a78877e5742d53c122b3 - arm64: Add arm64 SVE tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#0ddaa4c86d68e8dacee8a78877e5742d53c122b3</link>
        <description>arm64: Add arm64 SVE testsAdd the tests/sys/arch directory for architecture-specific tests anduse it to add arm64 SVE tests. These test the kernel is managing theSVE state in a way we expect.These tests require SVE hardware support to run so will skip when theycan&apos;t detect it.Reviewed by:	markjSponsored by:	Arm LtdDifferential Revision:	https://reviews.freebsd.org/D43311

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Wed, 08 Apr 2026 16:17:55 +0200</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>60d717baf2144cf344ec9b47d715ce837b5d46d4 - ctl: add some ATF tests for READ BUFFER</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#60d717baf2144cf344ec9b47d715ce837b5d46d4</link>
        <description>ctl: add some ATF tests for READ BUFFERReviewed by:	Pierre Pronchery &lt;pierre@freebsdfoundation.org&gt;Reviewed by:	jhbMFC after:	2 weeksSponsored by:	Axcient

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Wed, 04 Sep 2024 16:38:12 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95eb4b873b6a8b527c5bd78d7191975dfca38998 - sound tests: Add sndstat nvlist ATF test</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#95eb4b873b6a8b527c5bd78d7191975dfca38998</link>
        <description>sound tests: Add sndstat nvlist ATF testSponsored by:	The FreeBSD FoundationMFC after:	2 daysReviewed by:	dev_submerge.ch, markjDifferential Revision:	https://reviews.freebsd.org/D45901

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Sat, 27 Jul 2024 13:55:03 +0200</pubDate>
        <dc:creator>Christos Margiolis &lt;christos@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/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/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/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/tests/sys/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>816129210ad4f951059db2d942b8213ffe0a0f89 - tests: Don&apos;t recurse into sys/compat32</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#816129210ad4f951059db2d942b8213ffe0a0f89</link>
        <description>tests: Don&apos;t recurse into sys/compat32Stubbing out the whole file means it has no targets, so recursive makesfail with &quot;don&apos;t know how to make X&quot;. We could fix that, but because thelevel above is adding it to TESTS_SUBDIRS it&apos;ll generate an include linefor the subdirectory in its Kyuafile, which won&apos;t work (the problem thatwas previously seen on non-aarch64 in CI). Thus we really need to noteven add it to TESTS_SUBDIRS in the first place.Reported by:	Dan Mack &lt;mack@macktronics.com&gt;Fixes:		28f66935d400 (&quot;tests: Disable sys/compat32 and sys/compat32/aarch64 tests&quot;)

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Tue, 16 May 2023 03:06:34 +0200</pubDate>
        <dc:creator>Jessica Clarke &lt;jrtc27@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ccb59683b98360afaf5b5bb641a68fea22c68d0b - arm64: add tests for swp/swpb emulation</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#ccb59683b98360afaf5b5bb641a68fea22c68d0b</link>
        <description>arm64: add tests for swp/swpb emulationOne test is suitable to be hooked up to the build, so I&apos;ve done thishere.  The other test lives in tools/regression because failure is abit more subjective -- generally, one runs it for some unbounded amountof time and observe if it eventually exits because two threads acquiredthe same mutex.Reviewed by:	imp, mmelSponsored by:   StormshieldSponsored by:   Klara, Inc.Differential Revision:	https://reviews.freebsd.org/D39668

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Mon, 15 May 2023 17:42:16 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3873bdc2f28f6aab6b426ccb6c85ab2a41483264 - netlink: connect netlink tests to the build</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#3873bdc2f28f6aab6b426ccb6c85ab2a41483264</link>
        <description>netlink: connect netlink tests to the buildReviewed By: ngieDifferential Revision: https://reviews.freebsd.org/D37708

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Fri, 16 Dec 2022 13:02:17 +0100</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eea7c61590ae8968b3f1f609cf0bc8633222a94f - Add tests for ses(4)</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#eea7c61590ae8968b3f1f609cf0bc8633222a94f</link>
        <description>Add tests for ses(4)The tests require SES hardware.  Without it, the test cases will beskipped.Reviewed by:	kenDifferential Revision: https://reviews.freebsd.org/D31809Sponsored by:	AxcientMFC after:	2 weeks

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Fri, 27 Aug 2021 22:38:39 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a85404906bc8f402318524b4ccd196712fc09fbd - vmm: Add credential to cdev object</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#a85404906bc8f402318524b4ccd196712fc09fbd</link>
        <description>vmm: Add credential to cdev objectAdd a credential to the cdev object in sysctl_vmm_create(), then checkthat we have the correct credentials in sysctl_vmm_destroy(). Thisprevents a process in one jail from opening or destroying the /dev/vmmfile corresponding to a VM in a sibling jail.Add regression tests.Reviewed by:	jhb, markjMFC after:	2 weeksSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D31156

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Wed, 18 Aug 2021 19:41:33 +0200</pubDate>
        <dc:creator>Cyril Zhang &lt;cyril@freebsdfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c9144ec14d2a5a53cfe91ada1b3b9c06b78dc999 - Skip netgraph tests when WITHOUT_NETGRAPH is set</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#c9144ec14d2a5a53cfe91ada1b3b9c06b78dc999</link>
        <description>Skip netgraph tests when WITHOUT_NETGRAPH is setPR:		256986Reported by:	John MarshallMFC after:	1 weekSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Tue, 06 Jul 2021 15:44:15 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e8db04c38959c882fe17e7c2b26fbabe74f26311 - New Netgraph module ng_macfilter:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#e8db04c38959c882fe17e7c2b26fbabe74f26311</link>
        <description>New Netgraph module ng_macfilter:Macfilter to route packets through different hooks based on sender MAC address.Based on ng_macfilter written by Pekka NikanderSponsered by Retina b.v.Reviewed by:	afedorovMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D27268

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Tue, 08 Dec 2020 16:09:42 +0100</pubDate>
        <dc:creator>Nick Hibma &lt;n_hibma@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>74dc6beb30dcb5c57134d6b66e14937b42f911c0 - Merge ^/head r357855 through r357920.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#74dc6beb30dcb5c57134d6b66e14937b42f911c0</link>
        <description>Merge ^/head r357855 through r357920.

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Fri, 14 Feb 2020 20:32:58 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>475b483aeef96d8bf47159f06761104d92c58c8c - tests: Enable net tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#475b483aeef96d8bf47159f06761104d92c58c8c</link>
        <description>tests: Enable net testsWe have a number of tests in the net subdirectory that were not executed. Listthe net directory so we run those tests.

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Thu, 13 Feb 2020 15:09:09 +0100</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f74e6e494f48b76f357d43d3672cca3606ffac04 - frag6: import a set of test cases</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#f74e6e494f48b76f357d43d3672cca3606ffac04</link>
        <description>frag6: import a set of test casesIn order to ensure that changing the frag6 code does not change behaviouror break code a set of test cases were implemented.Like some other test cases these use Scapy to generate packets and possiblywait for expected answers.  In most cases we do check the global andper interface (netstat) statistics output using the libxo output and grepto validate fields and numbers.  This is a bit hackish but we currently haveno better way to match a selected number of stats only (we have to ignoresome of the ND6 variables; otherwise we could use the entire list).Test cases include atomic fragments, single fragments, multi-fragments,and try to cover most error cases in the code currently.In addition vnet teardown is tested to not panic.A separate set (not in-tree currently) of probes were used in order tomake sure that the test cases actually test what they should.The &quot;sniffer&quot; code was copied and adjusted from the netpfil versionas we sometimes will not get packets or have longer timeouts to deal with.Sponsored by:	Netflix

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Mon, 21 Oct 2019 11:33:45 +0200</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e532a99901e26d3961f8f5c0e4969fce86f09456 - MFHead @349234</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#e532a99901e26d3961f8f5c0e4969fce86f09456</link>
        <description>MFHead @349234Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Thu, 20 Jun 2019 17:56:08 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>403c041316da859b91c048b5daeea61bc366e92f - random(4): Add regression tests for uint128 implementation, Chacha CTR</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#403c041316da859b91c048b5daeea61bc366e92f</link>
        <description>random(4): Add regression tests for uint128 implementation, Chacha CTRAdd some basic regression tests to verify behavior of both uint128implementations at typical boundary conditions, to run on all architectures.Test uint128 increment behavior of Chacha in keystream mode, as used by&apos;kern.random.use_chacha20_cipher=1&apos; (r344913) to verify assumptions at edgecases.  These assumptions are critical to the safety of using Chacha as aPRF in Fortuna (as implemented).(Chacha&apos;s use in arc4random is safe regardless of these tests, as it islimited to far less than 4 billion blocks of output in that API.)Reviewed by:	markmApproved by:	secteam(gordon)Differential Revision:	https://reviews.freebsd.org/D20392

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Mon, 17 Jun 2019 16:59:45 +0200</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2aaf9152a852aba9eb2036b95f4948ee77988826 - MFHead@r345275</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#2aaf9152a852aba9eb2036b95f4948ee77988826</link>
        <description>MFHead@r345275

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Mon, 18 Mar 2019 20:21:53 +0100</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b18a4ccab954b694b9ed6dcc83773f615c430d33 - MFhead@r344786</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#b18a4ccab954b694b9ed6dcc83773f615c430d33</link>
        <description>MFhead@r344786

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Tue, 05 Mar 2019 02:00:38 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>844fc3e907775eabc1ed4d47c9aa036ab5b261fe - Merge ^/head r344549 through r344775.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/Makefile#844fc3e907775eabc1ed4d47c9aa036ab5b261fe</link>
        <description>Merge ^/head r344549 through r344775.

            List of files:
            /freebsd/tests/sys/Makefile</description>
        <pubDate>Mon, 04 Mar 2019 20:14:32 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
