<?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>fe44dee0ef5ca77315c30ad0c819a8b3dabc85a2 - libc/tests: rename t_getaddrinfo.sh to getaddrinfo_test.sh</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#fe44dee0ef5ca77315c30ad0c819a8b3dabc85a2</link>
        <description>libc/tests: rename t_getaddrinfo.sh to getaddrinfo_test.shThis matches FreeBSD style of test names.

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sun, 06 Apr 2025 02:32:51 +0200</pubDate>
        <dc:creator>K Rin &lt;rin@sandb0x.tw&gt;</dc:creator>
    </item>
<item>
        <title>a709d15529b3dd8479f2a642b4d0e65e09d0515e - libc/tests: getaddrinfo_test: test both IPv4 and IPv6 preferred policies</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#a709d15529b3dd8479f2a642b4d0e65e09d0515e</link>
        <description>libc/tests: getaddrinfo_test: test both IPv4 and IPv6 preferred policies

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sun, 06 Apr 2025 02:27:19 +0200</pubDate>
        <dc:creator>K Rin &lt;rin@sandb0x.tw&gt;</dc:creator>
    </item>
<item>
        <title>a18476bd7118a28cc402bda52898999b86f15e58 - libc/tests: move getaddrinfo_test data to a subdirectory</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#a18476bd7118a28cc402bda52898999b86f15e58</link>
        <description>libc/tests: move getaddrinfo_test data to a subdirectory

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sun, 06 Apr 2025 02:00:56 +0200</pubDate>
        <dc:creator>K Rin &lt;rin@sandb0x.tw&gt;</dc:creator>
    </item>
<item>
        <title>65f6c19efa82e5988092d0c71befd10147a1ede3 - libc/tests: copy t_getaddrinfo out from contrib/netbsd-tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#65f6c19efa82e5988092d0c71befd10147a1ede3</link>
        <description>libc/tests: copy t_getaddrinfo out from contrib/netbsd-testsIt is going to be modified in next commits.

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sun, 06 Apr 2025 01:47:16 +0200</pubDate>
        <dc:creator>K Rin &lt;rin@sandb0x.tw&gt;</dc:creator>
    </item>
<item>
        <title>53134577806796c8c12119c854a30ed4faf5a73e - libc/tests: add getaddrinfo test</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#53134577806796c8c12119c854a30ed4faf5a73e</link>
        <description>libc/tests: add getaddrinfo testA test suite for getaddrinfo(3) written in C.  Unlike NetBSD test, thisone will be mostly focused on what the API should return when somethingisn&apos;t good with your DNS.  Test emulates bad DNS servers in resolv.confintercepting fopen(2) and emulates downed network intercepting send(2).Initial version covers three main scenarios: all good, server(s) timedout, network down.  For each scenario we test hostname with trailing dotand without, since libc resolver uses quite different code paths,sometimes even yielding with different error codes.  All current errorcodes in the test are what our libc returns right now, meaning the testdocuments what we have, not what there should be.Reviewed by:		kibDifferential Revision:	https://reviews.freebsd.org/D49410

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Fri, 28 Mar 2025 22:34:55 +0100</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b773a94ab9af13ebe560a3f07799b8e6622a61a - libc/tests: enable getaddrinfo(1) tests from NetBSD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#0b773a94ab9af13ebe560a3f07799b8e6622a61a</link>
        <description>libc/tests: enable getaddrinfo(1) tests from NetBSDEnable running of contrib/netbsd-tests/lib/libc/net/getaddrinfo withoutmodifications to the test program itself.  However, create our own versionof expected results files.  They are produced from the NetBSD files, withthe following list of changes:o AF_INET6 value is different, hence: s/family 24/family 28/.o SCTP result (socktype 5 protocol 132) needs to be added to many queries  results.o NetBSD libc sorts multiple results first by protocol, then by address  family.  FreeBSD first sorts on address family, then on protocol.  Some  results need to be reordered.o Error strings need to be fixed:  s/hostname nor servname provided, or not known/Name does not resolve/  s/ai_family not supported/Address family not recognized/  s/servname not supported for ai_socktype/\  Service was not recognized for socket type/.Reviewed by:		ngie, kibDifferential Revision:	https://reviews.freebsd.org/D49409

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Fri, 28 Mar 2025 22:32:37 +0100</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@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/lib/libc/tests/net/getaddrinfo/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/lib/libc/tests/net/getaddrinfo/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/lib/libc/tests/net/getaddrinfo/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/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>6f6fbfa3a83578332f5605a97108ef28d6726c29 - Remove quotes around Makefile .error/.warn/.info strings</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#6f6fbfa3a83578332f5605a97108ef28d6726c29</link>
        <description>Remove quotes around Makefile .error/.warn/.info stringsThe text after .error et al is emitted verbatim.Reviewed by:	sjgSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D33904

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sat, 15 Jan 2022 22:20:24 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b3ef7604b99862604170dcfb1e506e1654662a0d - Re-add PACKAGE=&gt; tests to lib/libc/tests/net/getaddrinfo/Makefile and add</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#b3ef7604b99862604170dcfb1e506e1654662a0d</link>
        <description>Re-add PACKAGE=&gt; tests to lib/libc/tests/net/getaddrinfo/Makefile and addit to lib/libc/tests/sys/Makefile [*]Even though make -VPACKAGE and make -n install seem to do the right thing,the effects are a bit different, depending on the build host.MFC after:		1 weekObtained from:		HardenedBSD (af602f0db) [*]Reported by:		Oliver Pinter &lt;oliver.pinter@hardenedbsd.org&gt; [*]Sponsored by:		Dell EMC Isilon

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Mon, 19 Sep 2016 08:59:17 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>87d5d10d7d7af72e5529b1cd684f8da41664183b - Don&apos;t define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo}</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#87d5d10d7d7af72e5529b1cd684f8da41664183b</link>
        <description>Don&apos;t define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo}needlesslyThis is already being done by bsd.test.mkThe other subdirectory Makefiles were intentionally left aloneMFC after:	1 weekSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sun, 18 Sep 2016 07:12:23 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>430f7286a566b1407c7b32ce13585caf5aa59b92 - Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#430f7286a566b1407c7b32ce13585caf5aa59b92</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/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Thu, 05 May 2016 01:20:53 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>324fd1ce05f53780fdbb8e13a09181aa2402ea86 - MFH to r289370</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#324fd1ce05f53780fdbb8e13a09181aa2402ea86</link>
        <description>MFH to r289370Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Thu, 15 Oct 2015 19:36:56 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>becbad1f6e18fec7c3bf286778a766ffca4457be - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#becbad1f6e18fec7c3bf286778a766ffca4457be</link>
        <description>Merge from head

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Tue, 13 Oct 2015 21:44:36 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a997b777b107c49f8d4d307bee9d25c8ff1a749a - Sync up with head up to r289211.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#a997b777b107c49f8d4d307bee9d25c8ff1a749a</link>
        <description>Sync up with head up to r289211.

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Tue, 13 Oct 2015 08:14:03 +0200</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2d48be1bc7df45ddd13b143a160d0acb5a383c5 - Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#b2d48be1bc7df45ddd13b143a160d0acb5a383c5</link>
        <description>Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andnetbsd-tests.test.mk (r289151)- Eliminate explicit OBJTOP/SRCTOP setting- Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk- Remove unnecessary TESTSDIR setting- Use SRCTOP where possible for clarityMFC after: 2 weeksSponsored by: EMC / Isilon Storage Divison

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Mon, 12 Oct 2015 10:16:03 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Wed, 19 Nov 2014 02:07:58 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c9ef378541ddaf6c7606a454ba992c610c09dd0 - Sync to HEAD@r274095.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/net/getaddrinfo/Makefile#5c9ef378541ddaf6c7606a454ba992c610c09dd0</link>
        <description>Sync to HEAD@r274095.

            List of files:
            /freebsd/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Tue, 04 Nov 2014 19:22:33 +0100</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
