<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a6daf4d5 - Add arp/ndp tests in addition to rtsock ll tests.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#a6daf4d5</link>
        <description>Add arp/ndp tests in addition to rtsock ll tests.(cherry picked from commit f17f94cd1b99c61faa08aa988b47805c53b78ac7)

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Sat, 20 Feb 2021 18:20:24 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfeeb571 - test/libalias: Tests for instantiation and outgoing NAT</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#cfeeb571</link>
        <description>test/libalias: Tests for instantiation and outgoing NATIn order to modify libalias for performance, the existingfunctionality must not change.  Enforce this.Testing LibAliasOut functionality. This concentrates the typical usecase of initiating data transfers from the inside.  Provide aexhaustive test for the data structure in order to check forperformance improvements.In order to compare upcoming changes for their effectivness, measureperformance by counting opertions and the runtime of each operationover the time.  Accumulate all tests in a single instance, so make itcomplicated over the time.  If you wait long enough, you will noticethe expiry of old flows.Reviewed by:	kpDifferential Revision: https://reviews.freebsd.org/D30307Differential Revision: https://reviews.freebsd.org/D30335Differential Revision: https://reviews.freebsd.org/D30379(cherry picked from commit 7fd8baee756efa18b6bbb17cbf3a652eb2058d87)(cherry picked from commit c1fbb54f4b100d576da7ab065d1887a21f691936)(cherry picked from commit 33c1bdfc3e098862100bab7a8dc729d8c78ffa7c)

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Sun, 16 May 2021 21:37:37 +0000</pubDate>
        <dc:creator>Lutz Donnerhacke &lt;donner@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36c52a52 - Add a regression test for the port-selection behavior fixed in r367680.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#36c52a52</link>
        <description>Add a regression test for the port-selection behavior fixed in r367680.Reviewed by:	markj, olivier, tuexenSponsored by:	NetflixDifferential Revision:	https://reviews.freebsd.org/D27173

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Sat, 14 Nov 2020 15:44:28 +0000</pubDate>
        <dc:creator>Jonathan T. Looney &lt;jtl@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7cc42f6d - Do a sweep and remove most WARNS=6 settings</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#7cc42f6d</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-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Thu, 01 Oct 2020 01:10:51 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>99efb80d - Add basic test for net.fibs dynamic growth.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#99efb80d</link>
        <description>Add basic test for net.fibs dynamic growth.Reviewed by:	kpDifferential Revision:	https://reviews.freebsd.org/D26382

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Thu, 10 Sep 2020 19:25:51 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b43bd107 - Make sys.netinet.output and sys.netinet6.output6 tests depend on python;</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#b43bd107</link>
        <description>Make sys.netinet.output and sys.netinet6.output6 tests depend on python;they need to be able to run net_receiver.py.MFC after:	2 weeksSponsored by:	DARPA

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Tue, 19 May 2020 21:48:45 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>768c98a7 - Add basic routing LPM tests.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#768c98a7</link>
        <description>Add basic routing LPM tests.Differential Revision:	https://reviews.freebsd.org/D24684

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Wed, 06 May 2020 07:48:37 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47308803 - carp tests: Basic functionality test</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#47308803</link>
        <description>carp tests: Basic functionality testSet up three vnet jails, bridged together. Run carp between two of them.Attempt to provoke locking / epoch issues.Reviewed by:	mav (previous version), melifaro, asomersDifferential Revision:	https://reviews.freebsd.org/D24303

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Sun, 12 Apr 2020 16:13:05 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b4a4a3b8 - Add tests verifying IPv4/IPv6 output for TCP/UDP/raw paths.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#b4a4a3b8</link>
        <description>Add tests verifying IPv4/IPv6 output for TCP/UDP/raw paths.Reviewed by:	kpMFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D24138

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Mon, 23 Mar 2020 12:21:32 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d7cdd897 - Add basic IPv4/IPv6 forwarding tests.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#d7cdd897</link>
        <description>Add basic IPv4/IPv6 forwarding tests.MFC after:	2 weeksDifferential Revision:	https://reviews.freebsd.org/D24002

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Tue, 10 Mar 2020 19:52:19 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2207447b - Add basic IPDIVERT tests.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#2207447b</link>
        <description>Add basic IPDIVERT tests.Reviewed by:	lwhsu,kpDifferential Revision:	https://reviews.freebsd.org/D23316

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Fri, 14 Feb 2020 09:36:35 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a0ba604b - Specify PACKAGE to install tests files</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#a0ba604b</link>
        <description>Specify PACKAGE to install tests filesMFC after:	3 weeksMFC with:	r356984Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Sat, 25 Jan 2020 23:22:08 +0000</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>34a5582c - Bring back redirect route expiration.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#34a5582c</link>
        <description>Bring back redirect route expiration.Redirect (and temporal) route expiration was broken a while ago.This change brings route expiration back, with unified IPv4/IPv6 handling code.It introduces net.inet.icmp.redirtimeout sysctl, allowing to set an expiration time for redirected routes. It defaults to 10 minutes, analogues with net.inet6.icmp6.redirtimeout.Implementation uses separate file, route_temporal.c, as route.c is already bloated with tons of different functions.Internally, expiration is implemented as an per-rnh callout scheduled when route with non-zero rt_expire time is added or rt_expire is changed. It does not add any overhead when no temporal routes are present.Callout traverses entire routing tree under wlock, scheduling expired routes for deletion and calculating the next time it needs to be run. The rationale for such implemention is the following: typically workloads requiring large amount of routes have redirects turned off already, while the systems with small amount of routes will not inhibit large overhead during tree traversal.This changes also fixes netstat -rn display of route expiration time, which has been broken since the conversion from kread() to sysctl.Reviewed by:	bzMFC after:	3 weeksDifferential Revision:	https://reviews.freebsd.org/D23075

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Wed, 22 Jan 2020 13:53:18 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa321596 - Add very basic afinet socket tests which I started to write in order</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#aa321596</link>
        <description>Add very basic afinet socket tests which I started to write in orderto then try to reproduce a kernel panic, which turned out to be arace condition and hard to test from here.Commit the changes anywhere as the &quot;bind zero&quot; case was a surpriseto me and we should try to maintain this status.Also it is easy examples someone can build upon.With help from:	markjEvent:		Waterloo Hackathon 2019

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Tue, 21 May 2019 19:42:04 +0000</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5211f8dc - Add regression tests for r340313 and r340483.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#5211f8dc</link>
        <description>Add regression tests for r340313 and r340483.Reviewed by:	emasteMFC after:	1 weekSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D17926

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Fri, 16 Nov 2018 19:04:12 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>634bb9e4 - Rename the SO_REUSEPORT_LB test file to be consistent with other tests.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#634bb9e4</link>
        <description>Rename the SO_REUSEPORT_LB test file to be consistent with other tests.MFC after:	1 week

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Fri, 16 Nov 2018 18:59:58 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3f8b4bf2 - Add a couple of basic regression tests for SO_REUSEPORT_LB.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#3f8b4bf2</link>
        <description>Add a couple of basic regression tests for SO_REUSEPORT_LB.Reviewed by:	asomersApproved by:	re (kib)Sponsored by:	The FreeBSD FoundationDifferential revision:	https://reviews.freebsd.org/D17110

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Tue, 11 Sep 2018 21:14:07 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>15dbc160 - On FreeBSD there is a setsockopt option SO_USER_COOKIE which allows</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#15dbc160</link>
        <description>On FreeBSD there is a setsockopt option SO_USER_COOKIE which allowssetting a 32 bit value on each socket. This can be used by applicationsand DTrace as a rendezvous point so that an applicaton&apos;s data canmore easily be captured at run time. Expose the user cookie viaDTrace by updating the translator in tcp.d and add a quick testprogram, a TCP server, that sets the cookie on each connectionaccepted.Reviewed by:	hirenMFC after:	1 weekSponsored by:	Limelight NetworksDifferential Revision:	https://reviews.freebsd.org/D7152

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Fri, 08 Jul 2016 23:44:09 +0000</pubDate>
        <dc:creator>George V. Neville-Neil &lt;gnn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>430f7286 - Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#430f7286</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-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Wed, 04 May 2016 23:20:53 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2aa00a60 - More &apos;tests&apos; package fixes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-13.1/tests/sys/netinet/Makefile#2aa00a60</link>
        <description>More &apos;tests&apos; package fixes.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-13.1/tests/sys/netinet/Makefile</description>
        <pubDate>Wed, 03 Feb 2016 00:34:23 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
