<?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 regression</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>3763835b - Add a regression test for ethernet link-layer multicast memberships.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tools/regression/#3763835b</link>
        <description>Add a regression test for ethernet link-layer multicast memberships.

            List of files:
            /freebsd-12.1/tools/regression/ethernet/ethermulti/ethermulti.c</description>
        <pubDate>Sun, 25 Feb 2007 01:00:00 +0000</pubDate>
        <dc:creator>Bruce M Simpson &lt;bms@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bdf7758 - NO_MAN= has been deprecated in favor of MAN= for some time, go ahead</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tools/regression/#3bdf7758</link>
        <description>NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn&apos;t a simple mechanical change, and will beaddressed in a future commit.

            List of files:
            /freebsd-12.1/tools/regression/ethernet/ethermulti/Makefile/freebsd-12.1/tools/regression/include/stdatomic/Makefile/freebsd-12.1/tools/regression/include/tgmath/Makefile</description>
        <pubDate>Sun, 13 Apr 2014 05:00:00 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac9c95fd - These scripts run the protocol test suites for the SSCOP, SSCF-UNI and</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tools/regression/#ac9c95fd</link>
        <description>These scripts run the protocol test suites for the SSCOP, SSCF-UNI andUNI protocols. The actual test suites are not in these directories becauseof their size. One needs to install the atmsupport port (the scriptwill remind you, if it cannot find the port).The SSCOP test suite includes booth the ETSI and the ITU-T test suite,the SSCF-UNI test suite is home grown and the UNI test suite is theP2MP ETSI test suite. Others may follow.

            List of files:
            /freebsd-12.1/tools/regression/atm/Funcs.sh/freebsd-12.1/tools/regression/atm/proto_sscfu/RunTest.sh/freebsd-12.1/tools/regression/atm/proto_sscop/RunTest.sh/freebsd-12.1/tools/regression/atm/proto_uni/RunTest.sh</description>
        <pubDate>Thu, 29 Jan 2004 16:00:00 +0000</pubDate>
        <dc:creator>Hartmut Brandt &lt;harti@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e7d939bd - Remove ia64.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tools/regression/#e7d939bd</link>
        <description>Remove ia64.This includes:o   All directories named *ia64*o   All files named *ia64*o   All ia64-specific code guarded by __ia64__o   All ia64-specific makefile logico   Mention of ia64 in comments and documentationThis excludes:o   Everything under contrib/o   Everything under crypto/o   sys/xen/interfaceo   sys/sys/elf_common.hDiscussed at: BSDcan

            List of files:
            /freebsd-12.1/tools/regression/README</description>
        <pubDate>Mon, 07 Jul 2014 00:00:00 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c9b26f0 - Make the order of tests the same for user and kernel. Use the natural</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tools/regression/#3c9b26f0</link>
        <description>Make the order of tests the same for user and kernel. Use the naturallayer order from bottom to top.

            List of files:
            /freebsd-12.1/tools/regression/atm/RunTest.sh</description>
        <pubDate>Thu, 14 Jun 2007 20:00:00 +0000</pubDate>
        <dc:creator>Hartmut Brandt &lt;harti@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>72cf344f - Update README to reflect removal of netatm/harp test parts some time ago.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tools/regression/#72cf344f</link>
        <description>Update README to reflect removal of netatm/harp test parts some time ago.MFC after:	3 days

            List of files:
            /freebsd-12.1/tools/regression/atm/README</description>
        <pubDate>Sun, 31 Aug 2008 11:00:00 +0000</pubDate>
        <dc:creator>Robert Watson &lt;rwatson@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b5bb945e - Add a regression test for the ATM call control stuff.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tools/regression/#b5bb945e</link>
        <description>Add a regression test for the ATM call control stuff.

            List of files:
            /freebsd-12.1/tools/regression/atm/proto_cc/RunTest.sh</description>
        <pubDate>Fri, 13 Aug 2004 09:00:00 +0000</pubDate>
        <dc:creator>Hartmut Brandt &lt;harti@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>00e13b1d - Switch over to a different, more flexible test output protocol that&apos;s</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tools/regression/#00e13b1d</link>
        <description>Switch over to a different, more flexible test output protocol that&apos;sunderstood by Perl&apos;s Test::Harness module and prove(1) commands.Update README to describe the new protocol.  The work&apos;s broken down intotwo main sets of changes.First, update the existing test programs (shell scripts and C programs)to produce output in the ok/not ok format, and to, where possible, alsoproduce a header describing the number of tests that are expected to berun.Second, provide the .t files that actually run the tests.  In some casesthese are copies of, or very similar too, scripts that already existed.I&apos;ve kept the old scripts around so that it&apos;s possible to verify thatbehaviour under this new system (in terms of whether or not a test fails)is identical to the behaviour under the old system.Add a TODO file.

            List of files:
            /freebsd-12.1/tools/regression/include/tgmath/tgmath.c/freebsd-12.1/tools/regression/include/tgmath/tgmath.t</description>
        <pubDate>Thu, 11 Nov 2004 19:00:00 +0000</pubDate>
        <dc:creator>Nik Clayton &lt;nik@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5956adf2 - Fix more warnings related to missing headers</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tools/regression/#5956adf2</link>
        <description>Fix more warnings related to missing headersMFC after: 1 week

            List of files:
            /freebsd-12.1/tools/regression/p1003_1b/prutil.c</description>
        <pubDate>Sat, 16 May 2015 22:00:00 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>df57947f - spdx: initial adoption of licensing ID tags.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tools/regression/#df57947f</link>
        <description>spdx: initial adoption of licensing ID tags.The Software Package Data Exchange (SPDX) group provides a specificationto make it easier for automated tools to detect and summarize well knownopensource licenses. We are gradually adopting the specification, notingthat the tags are considered only advisory and do not, in any way,superceed or replace the license texts.Special thanks to Wind River for providing access to &quot;The Duke ofHighlander&quot; tool: an older (2014) run over FreeBSD tree was useful as astarting point.Initially, only tag files that use BSD 4-Clause &quot;Original&quot; license.RelNotes:	yesDifferential Revision:	https://reviews.freebsd.org/D13133

            List of files:
            /freebsd-12.1/tools/regression/p1003_1b/memlock.c</description>
        <pubDate>Sat, 18 Nov 2017 14:00:00 +0000</pubDate>
        <dc:creator>Pedro F. Giffuni &lt;pfg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>17b94543 - Add testing utility for behavior of atomic ops.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tools/regression/#17b94543</link>
        <description>Add testing utility for behavior of atomic ops.This small utility performs a sequence of atomic operations with randomparameters on an atomic variable. For every type, we also create 16variables, to ensure that we test the correctness at differentalignments.

            List of files:
            /freebsd-12.1/tools/regression/include/stdatomic/logic.c</description>
        <pubDate>Sat, 08 Jun 2013 22:00:00 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea825d02 - DIRDEPS_BUILD: Update dependencies.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tools/regression/#ea825d02</link>
        <description>DIRDEPS_BUILD: Update dependencies.Sponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-12.1/tools/regression/include/stdatomic/Makefile.depend</description>
        <pubDate>Tue, 31 Oct 2017 00:00:00 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a39b8b86 - - Fix compilation (MAP_INHERIT&apos;s dead)</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tools/regression/#a39b8b86</link>
        <description>- Fix compilation (MAP_INHERIT&apos;s dead)- Fix warnings- Use mkstemp instead of tmpnamMFC after: 1 week

            List of files:
            /freebsd-12.1/tools/regression/p1003_1b/Makefile</description>
        <pubDate>Mon, 27 Apr 2015 08:00:00 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
