<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>fe44dee0ef5ca77315c30ad0c819a8b3dabc85a2 - libc/tests: rename t_getaddrinfo.sh to getaddrinfo_test.sh</title>
        <link>http://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sun, 06 Apr 2025 00:32:51 +0000</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://opengrok.net:8080/history/src/lib/libc/tests/net/getaddrinfo/Makefile#a709d15529b3dd8479f2a642b4d0e65e09d0515e</link>
        <description>libc/tests: getaddrinfo_test: test both IPv4 and IPv6 preferred policies

            List of files:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sun, 06 Apr 2025 00:27:19 +0000</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://opengrok.net:8080/history/src/lib/libc/tests/net/getaddrinfo/Makefile#a18476bd7118a28cc402bda52898999b86f15e58</link>
        <description>libc/tests: move getaddrinfo_test data to a subdirectory

            List of files:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sun, 06 Apr 2025 00:00:56 +0000</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://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sat, 05 Apr 2025 23:47:16 +0000</pubDate>
        <dc:creator>K Rin &lt;rin@sandb0x.tw&gt;</dc:creator>
    </item>
<item>
        <title>53134577806796c8c12119c854a30ed4faf5a73e - libc/tests: add getaddrinfo test</title>
        <link>http://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Fri, 28 Mar 2025 21:34:55 +0000</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://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Fri, 28 Mar 2025 21:32:37 +0000</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://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</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://opengrok.net:8080/history/src/lib/libc/tests/net/getaddrinfo/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</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://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sat, 15 Jan 2022 21:20:24 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe44dee0ef5ca77315c30ad0c819a8b3dabc85a2 - libc/tests: rename t_getaddrinfo.sh to getaddrinfo_test.sh</title>
        <link>http://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sun, 06 Apr 2025 00:32:51 +0000</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://opengrok.net:8080/history/src/lib/libc/tests/net/getaddrinfo/Makefile#a709d15529b3dd8479f2a642b4d0e65e09d0515e</link>
        <description>libc/tests: getaddrinfo_test: test both IPv4 and IPv6 preferred policies

            List of files:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sun, 06 Apr 2025 00:27:19 +0000</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://opengrok.net:8080/history/src/lib/libc/tests/net/getaddrinfo/Makefile#a18476bd7118a28cc402bda52898999b86f15e58</link>
        <description>libc/tests: move getaddrinfo_test data to a subdirectory

            List of files:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sun, 06 Apr 2025 00:00:56 +0000</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://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sat, 05 Apr 2025 23:47:16 +0000</pubDate>
        <dc:creator>K Rin &lt;rin@sandb0x.tw&gt;</dc:creator>
    </item>
<item>
        <title>53134577806796c8c12119c854a30ed4faf5a73e - libc/tests: add getaddrinfo test</title>
        <link>http://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Fri, 28 Mar 2025 21:34:55 +0000</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://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Fri, 28 Mar 2025 21:32:37 +0000</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://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</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://opengrok.net:8080/history/src/lib/libc/tests/net/getaddrinfo/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</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://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sat, 15 Jan 2022 21:20:24 +0000</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://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Mon, 19 Sep 2016 06:59:17 +0000</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://opengrok.net:8080/history/src/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:
            /src/lib/libc/tests/net/getaddrinfo/Makefile</description>
        <pubDate>Sun, 18 Sep 2016 05:12:23 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
