<?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 README</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>05248206 - Remove $FreeBSD$: one-line bare tag</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/README#05248206</link>
        <description>Remove $FreeBSD$: one-line bare tagRemove /^\s*\$FreeBSD\$$\n/

            List of files:
            /freebsd-14.2/tests/README</description>
        <pubDate>Wed, 16 Aug 2023 17:55:20 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64e33c5c - Revert &quot;wpa: Import wpa 2.10.&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/README#64e33c5c</link>
        <description>Revert &quot;wpa: Import wpa 2.10.&quot;This reverts commit 5eb81a4b4028113e3c319f21a1db6b67613ec7ab, reversingchanges made to c6806434e79079f4f9419c3ba4fec37efcaa1635 andthis reverts commit 679ff6112361d2660f4e0c3cda71198a5e773a25.What happend is git rebase --rebase-merges doesn&apos;t do what is expected.

            List of files:
            /freebsd-14.2/tests/README</description>
        <pubDate>Tue, 18 Jan 2022 16:08:03 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8262d7d - Import wpa_supplicant/hostapd commit 9d9b42306541</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/README#f8262d7d</link>
        <description>Import wpa_supplicant/hostapd commit 9d9b42306541Start tracking upstream development of hostapd and wpa_supplicant moreclosely.  The last upstream release is from August 2019.  Keeping upwith upstream development will make importing releases less exciting.Discussed with: cySponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd-14.2/tests/README</description>
        <pubDate>Fri, 19 Mar 2021 03:13:37 +0000</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b39bef2 - Do not recommend to install kyua with pkg in the tests README</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/README#7b39bef2</link>
        <description>Do not recommend to install kyua with pkg in the tests READMEKyua is now available in the base system.While here, reword the usage section a bit.

            List of files:
            /freebsd-14.2/tests/README</description>
        <pubDate>Tue, 27 Oct 2020 09:53:49 +0000</pubDate>
        <dc:creator>Mateusz Piotrowski &lt;0mp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d58d03e5 - Copy README into /usr/tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/README#d58d03e5</link>
        <description>Copy README into /usr/testsAdd a few sentences describing how to run the tests.Reviewed by:	ngieDifferential Revision: https://reviews.freebsd.org/D4224

            List of files:
            /freebsd-14.2/tests/README</description>
        <pubDate>Fri, 20 Nov 2015 03:24:04 +0000</pubDate>
        <dc:creator>Craig Rodrigues &lt;rodrigc@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77409849 - Vendor import of file 5.19.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/README#77409849</link>
        <description>Vendor import of file 5.19.

            List of files:
            /freebsd-14.2/tests/README</description>
        <pubDate>Tue, 24 Jun 2014 21:24:48 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc21b86f - Install category Kyuafiles from their category directories.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/README#cc21b86f</link>
        <description>Install category Kyuafiles from their category directories.Move the installation of /usr/tests/lib/Kyuafile from src/tests/lib/to src/lib/.  This is to keep the src/tests/ hierarchy unaware of therest of the tree, which makes things clearer in general.  In particular:1) Everything related to the construction of /usr/tests/lib/ is kept   in src/lib/.  There is no need to think about different directories   and how they relate to each other.  (The same applies for libexec,   usr.bin, etc. but these are not yet handled.)2) src/tests becomes the place to keep cross-functional test programs   and nothing else, which also helps in simplifying things.Reviewed by:	freebsd-testingApproved by:	rpaulo (mentor)

            List of files:
            /freebsd-14.2/tests/README</description>
        <pubDate>Fri, 08 Nov 2013 14:29:06 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e2197f80 - Set up the /usr/tests hierarchy.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/README#e2197f80</link>
        <description>Set up the /usr/tests hierarchy.Populate /usr/tests with the only test programs that currently livein the tree (those in lib/libcrypt/tests/) and add all the buildmachinery to accompany this change.In particular:- Add a WITHOUT_TESTS variable that users can define to request that  no tests be put in /usr/tests.- Add a top-level Kyuafile for /usr/tests and a way to create similar  Kyuafiles in top-level subdirectories.- Add a BSD.tests.dist file to define the directory layout of  /usr/tests.Submitted by:	Julio Merino jmmv google.comReviewed by:	sjgMFC after:	2 weeks

            List of files:
            /freebsd-14.2/tests/README</description>
        <pubDate>Fri, 25 Oct 2013 05:25:19 +0000</pubDate>
        <dc:creator>Rui Paulo &lt;rpaulo@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0610278 - Virgin import of Christos Zoulas&apos;s FILE 4.26.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/README#c0610278</link>
        <description>Virgin import of Christos Zoulas&apos;s FILE 4.26.

            List of files:
            /freebsd-14.2/tests/README</description>
        <pubDate>Fri, 02 Jan 2009 02:57:16 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
