<?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>31e7a46b - MFC r340485:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tests/sys/netinet/Makefile#31e7a46b</link>
        <description>MFC r340485:Add regression tests for r340313 and r340483.

            List of files:
            /freebsd-12.1/tests/sys/netinet/Makefile</description>
        <pubDate>Sat, 24 Nov 2018 17:08:49 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e023fb01 - MFC r340484:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tests/sys/netinet/Makefile#e023fb01</link>
        <description>MFC r340484:Rename the SO_REUSEPORT_LB test file to be consistent with other tests.

            List of files:
            /freebsd-12.1/tests/sys/netinet/Makefile</description>
        <pubDate>Sat, 24 Nov 2018 17:08:12 +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-12.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-12.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-12.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-12.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-12.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-12.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-12.1/tests/sys/netinet/Makefile#2aa00a60</link>
        <description>More &apos;tests&apos; package fixes.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.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>
<item>
        <title>ba576ca5 - Use PROGS instead of PROG and remove unnecessary SRCS?= assignment</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tests/sys/netinet/Makefile#ba576ca5</link>
        <description>Use PROGS instead of PROG and remove unnecessary SRCS?= assignmentUsing PROG instead of PROGS will in cases of high -j with -DNO_ROOT causethe PROG to show up more than once as it&apos;s handling the SCRIPTS install casein a recursive manner, separate from the non-recursive caseAfter the recent batch of commits to bsd.progs.mk to fix behavior with howvariables are defaulted to, explicitly setting SRCS for a PROG is no longerrequiredMFC after: 1 weekReviewed by: asomersPhabric: D1130Sponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/tests/sys/netinet/Makefile</description>
        <pubDate>Sat, 08 Nov 2014 03:20:56 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c115b818 - Remove last two NO_MAN= in the tree. In both of these cases, MAN= is</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tests/sys/netinet/Makefile#c115b818</link>
        <description>Remove last two NO_MAN= in the tree. In both of these cases, MAN= iswhat is needed.

            List of files:
            /freebsd-12.1/tests/sys/netinet/Makefile</description>
        <pubDate>Sat, 10 May 2014 16:38:37 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0cfee0c2 - Fix subnet and default routes on different FIBs on the same subnet.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tests/sys/netinet/Makefile#0cfee0c2</link>
        <description>Fix subnet and default routes on different FIBs on the same subnet.These two bugs are closely related.  The root cause is that ifa_ifwithnetdoes not consider FIBs when searching for an interface address.sys/net/if_var.hsys/net/if.c	Add a fib argument to ifa_ifwithnet and ifa_ifwithdstadddr.  Those	functions will only return an address whose interface fib equals the	argument.sys/net/route.c	Update calls to ifa_ifwithnet and ifa_ifwithdstaddr with fib	arguments.sys/netinet/in.c	Update in_addprefix to consider the interface fib when adding	prefixes.  This will prevent it from not adding a subnet route when	one already exists on a different fib.sys/net/rtsock.csys/netinet/in_pcb.csys/netinet/ip_output.csys/netinet/ip_options.csys/netinet6/nd6.c	Add RT_DEFAULT_FIB arguments to ifa_ifwithdstaddr and ifa_ifwithnet.	In some cases it there wasn&apos;t a clear specific fib number to use.	In others, I was unable to test those functions so I chose	RT_DEFAULT_FIB to minimize divergence from current behavior.  I will	fix some of the latter changes along with PR kern/187553.tests/sys/netinet/fibs_test.shtests/sys/netinet/udp_dontroute.ctests/sys/netinet/Makefile	Revert r263738.  The udp_dontroute test was right all along.	However, bugs kern/187550 and kern/187553 cancelled each other out	when it came to this test.  Because of kern/187553, ifa_ifwithnet	searched the default fib instead of the requested one, but because	of kern/187550, there was an applicable subnet route on the default	fib.  The new test added in r263738 doesn&apos;t work right, however.  I	can verify with dtrace that ifa_ifwithnet returned the wrong address	before I applied this commit, but route(8) miraculously found the	correct interface to use anyway.  I don&apos;t know how.	Clear expected failure messages for kern/187550 and kern/187552.PR:		kern/187550PR:		kern/187552Reviewed by:	melifaroMFC after:	3 weeksSponsored by:	Spectra Logic

            List of files:
            /freebsd-12.1/tests/sys/netinet/Makefile</description>
        <pubDate>Thu, 24 Apr 2014 23:56:56 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>55a76bf7 - tests/sys/netinet/Makefile</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tests/sys/netinet/Makefile#55a76bf7</link>
        <description>tests/sys/netinet/Makefiletests/sys/netinet/fibs.sh	Replace fibs:udp_dontroute with fibs:src_addr_selection_by_subnet.	The original test was poorly written; it was actually testing	kern/167947 instead of the desired kern/187553.  The root cause of the	bug is that ifa_ifwithnet did not have a fib argument.  The new test	more directly targets that behavior.tests/sys/netinet/udp_dontroute.c	Delete the auxilliary binary used by the old testPR:		kern/187553MFC after:	3 weeksSponsored by:	Spectra Logic Corporation

            List of files:
            /freebsd-12.1/tests/sys/netinet/Makefile</description>
        <pubDate>Tue, 25 Mar 2014 15:03:08 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f227705f - Add several ATF tests that deal with multiple fibs.  They&apos;re described in</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/tests/sys/netinet/Makefile#f227705f</link>
        <description>Add several ATF tests that deal with multiple fibs.  They&apos;re described inseveral different PRs, but the tests share some common code, so I&apos;mcommitting them together.sbin/ifconfig/testssbin/ifconfig/tests/fibs_test.shsbin/ifconfig/tests/Makefilesbin/ifconfig/Makefile	Add fibs_test.sh, which regresses bin/187551tests/sys/netinettests/sys/netinet/fibs_test.shtests/sys/netinet/udp_dontroute.ctests/sys/netinet/Makefiletests/sys/Makefile	Add fibs_test.sh, which regresses kern/167947, kern/187552	kern/187549, kern/187550, and kern/187553etc/mtree/BSD.tests.dist	Add newly created directoriesPR:		bin/187551PR:		kern/167947PR:		kern/187552PR:		kern/187549PR:		kern/187550PR:		kern/187553Discussed with:	melifaroMFC after:	3 weeksSponsored by:	Spectra Logic Corporation

            List of files:
            /freebsd-12.1/tests/sys/netinet/Makefile</description>
        <pubDate>Thu, 20 Mar 2014 20:39:41 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
