<?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>3a686b851f8fda625010859d210c8a5615ea93fc - dbm_nextkey: Always return an error if we&apos;ve reached the end of the database</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/db/Makefile#3a686b851f8fda625010859d210c8a5615ea93fc</link>
        <description>dbm_nextkey: Always return an error if we&apos;ve reached the end of the databasePOSIX.1 states that `dbm_nextkey` must return an invalid key(i.e., `key.dptr == NULL`) after the end of the database was reached.The current implementation of `hash_seq` will incorrectly restartthe key sequence after the end of the database is reached.Fix this by checking the &quot;current bucket&quot; index when R_NEXT is passed.Sponsored by:   Klara, Inc.Differential Revision:	https://reviews.freebsd.org/D51635Reviewed by:	markj

            List of files:
            /freebsd/lib/libc/tests/db/Makefile</description>
        <pubDate>Wed, 30 Jul 2025 16:39:54 +0200</pubDate>
        <dc:creator>Bojan Novkovi&#263; &lt;bnovkov@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>14598537acecb512432e33e001762c912cc25799 - db/hash.c: Allow O_WRONLY in dbm_open</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/db/Makefile#14598537acecb512432e33e001762c912cc25799</link>
        <description>db/hash.c: Allow O_WRONLY in dbm_openThe dbm(3) manpage explicitly states that O_WRONLY is not allowed indbm_open, but a more recent comment in ` __hash_open` suggests otherwise.Furthermore, POSIX.1 allows O_WRONLY in dbm_open and statesthat the underlying file must be opened for both reading and writing.Fix this by correcting the O_WRONLY check and moving it further intothe function to make sure that the original flags are stored in hashp.Sponsored by:   Klara, Inc.Reviewed by:	markjDifferential Revision:	https://reviews.freebsd.org/D51514

            List of files:
            /freebsd/lib/libc/tests/db/Makefile</description>
        <pubDate>Fri, 25 Jul 2025 11:01:52 +0200</pubDate>
        <dc:creator>Bojan Novkovi&#263; &lt;bnovkov@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e1e77dd23cedc6d19e48e03d9454c5a3d552ed50 - dbm: Add tests for dbm_open</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/db/Makefile#e1e77dd23cedc6d19e48e03d9454c5a3d552ed50</link>
        <description>dbm: Add tests for dbm_openSponsored by:   Klara, Inc.Reviewed by:	markjDifferential Revision:	https://reviews.freebsd.org/D51492

            List of files:
            /freebsd/lib/libc/tests/db/Makefile</description>
        <pubDate>Thu, 24 Jul 2025 17:23:51 +0200</pubDate>
        <dc:creator>Bojan Novkovi&#263; &lt;bnovkov@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/db/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/db/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/db/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/libc/tests/db/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>d370fd1cd8fc69e87dc63f4f4a82e5a8b4956c93 - Merge ^/head r311940 through r312200.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/db/Makefile#d370fd1cd8fc69e87dc63f4f4a82e5a8b4956c93</link>
        <description>Merge ^/head r311940 through r312200.

            List of files:
            /freebsd/lib/libc/tests/db/Makefile</description>
        <pubDate>Sat, 14 Jan 2017 23:20:12 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cdebaff820b2a4915a16cedfd511823d78aab171 - Upgrade NetBSD tests to 01.11.2017_23.20 snapshot</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/db/Makefile#cdebaff820b2a4915a16cedfd511823d78aab171</link>
        <description>Upgrade NetBSD tests to 01.11.2017_23.20 snapshotThis contains some new testcases in /usr/tests/...:- .../lib/libc- .../lib/libthr- .../lib/msun- .../sys/kernTested on:	amd64, i386MFC after:	1 month

            List of files:
            /freebsd/lib/libc/tests/db/Makefile</description>
        <pubDate>Fri, 13 Jan 2017 04:33:57 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d002f039aeb370370cd2cba63ad55cc4cf16c932 - Merge ^/head r305431 through r305622.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/db/Makefile#d002f039aeb370370cd2cba63ad55cc4cf16c932</link>
        <description>Merge ^/head r305431 through r305622.

            List of files:
            /freebsd/lib/libc/tests/db/Makefile</description>
        <pubDate>Thu, 08 Sep 2016 20:15:36 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b8cc28b78238d8599090b47dbae059963c1f027b - Install h_db to unbreak some of the lib/libc/db testcases after</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/db/Makefile#b8cc28b78238d8599090b47dbae059963c1f027b</link>
        <description>Install h_db to unbreak some of the lib/libc/db testcases afterr305358MFC after:	59 daysX-MFC with:	r305358Reported by:	Jenkins, rodrigcSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/lib/libc/tests/db/Makefile</description>
        <pubDate>Tue, 06 Sep 2016 02:51:25 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c22165b4f1f5d38b681921797a44b3ba8c13b7e0 - Merge ^/head r305346 through r305360.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/db/Makefile#c22165b4f1f5d38b681921797a44b3ba8c13b7e0</link>
        <description>Merge ^/head r305346 through r305360.

            List of files:
            /freebsd/lib/libc/tests/db/Makefile</description>
        <pubDate>Sat, 03 Sep 2016 21:09:01 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>74191470e8f8c7b48c944b11fb7b657731c5376a - Update contrib/netbsd-tests with new content from NetBSD</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/db/Makefile#74191470e8f8c7b48c944b11fb7b657731c5376a</link>
        <description>Update contrib/netbsd-tests with new content from NetBSDThis updates the snapshot from 09/30/2014 to 08/11/2016This brings in a number of new testcases from upstream, mostnotably:- bin/cat- lib/libc- lib/msun- lib/libthr- usr.bin/sortlib/libc/tests/stdio/open_memstream_test.c was moved tolib/libc/tests/stdio/open_memstream2_test.c to accomodatethe new open_memstream test from NetBSD.MFC after:	2 monthsTested on:	amd64 (VMware fusion VM; various bare metal platforms); i386 (VMware fusion VM); make tinderboxSponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/lib/libc/tests/db/Makefile</description>
        <pubDate>Sat, 03 Sep 2016 20:11:48 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>640235e2c2ba32947f7c59d168437ffa1280f1e6 - Checkpoint initial integration work</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/db/Makefile#640235e2c2ba32947f7c59d168437ffa1280f1e6</link>
        <description>Checkpoint initial integration work- Some of the lib/libc and lib/thr tests fail- lib/msun/exp_test:exp2_values now passes with clang 3.8.0The Makefiles in contrib/netbsd-tests were pruned as they have no valueSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd/lib/libc/tests/db/Makefile</description>
        <pubDate>Fri, 12 Aug 2016 10:50:05 +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/db/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/db/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>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/db/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libc/tests/db/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43faedc1339a9624c7acedb7f3e5624e64da5b99 - First pass to fix the &apos;tests&apos; packages.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/db/Makefile#43faedc1339a9624c7acedb7f3e5624e64da5b99</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libc/tests/db/Makefile</description>
        <pubDate>Tue, 02 Feb 2016 23:26:49 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/db/Makefile#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/lib/libc/tests/db/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/db/Makefile#324fd1ce05f53780fdbb8e13a09181aa2402ea86</link>
        <description>MFH to r289370Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libc/tests/db/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/db/Makefile#becbad1f6e18fec7c3bf286778a766ffca4457be</link>
        <description>Merge from head

            List of files:
            /freebsd/lib/libc/tests/db/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/db/Makefile#a997b777b107c49f8d4d307bee9d25c8ff1a749a</link>
        <description>Sync up with head up to r289211.

            List of files:
            /freebsd/lib/libc/tests/db/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/db/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/db/Makefile</description>
        <pubDate>Mon, 12 Oct 2015 10:16:03 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
