<?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>2fb8cbc6ef1b3cc6cd60e5db07f8305623f9b044 - libc/tests: add stdbit test framework and unit tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#2fb8cbc6ef1b3cc6cd60e5db07f8305623f9b044</link>
        <description>libc/tests: add stdbit test framework and unit testsThis adds unit tests for all 70 functions in &lt;stdbit.h&gt;.I&apos;m sorry for the test framework, but it makes it so I don&apos;thave to write 70 unit tests by hand.Reviewed by:	adrian, desApproved by:	markj (mentor)MFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D53660

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Tue, 18 Nov 2025 18:33:12 +0100</pubDate>
        <dc:creator>Robert Clausecker &lt;fuz@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4285e024baa80f81d13cdcc016fdf0721fe57862 - strptime: Fix day-of-week calculation.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#4285e024baa80f81d13cdcc016fdf0721fe57862</link>
        <description>strptime: Fix day-of-week calculation.The day-of-week calculation used the raw year value without adjustingfor TM_YEAR_BASE, so it was off by one for 300 years out of every 400;it just happened to be correct for 1901 through 2000.  It also used aloop where a simple addition would have sufficed.While here, simplify our version of Gauss&apos;s algorithm, and documentthat we assume the Gregorian calendar.MFC after:	1 weekPR:		282916Reviewed by:	imp, allanjude, philipDifferential Revision:	https://reviews.freebsd.org/D47977

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Mon, 09 Dec 2024 13:37:45 +0100</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@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/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/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>020d003c86367bb5751b6d58fb58611242802c7f - libc: tests: add testing infrastructure for _FORTIFY_SOURCE</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#020d003c86367bb5751b6d58fb58611242802c7f</link>
        <description>libc: tests: add testing infrastructure for _FORTIFY_SOURCEThe _FORTIFY_SOURCE tests will be generated by a lua script to avoid alot of redundancy in writing these tests.  For each function that we&apos;refortifying, the plan is to test at least the following three scenarios: - Writing up to one byte before the end of the buffer, - Writing up to the end of the buffer, - Writing one byte past the end of the bufferThe buffer is shoved into a struct on the stack to guarantee a stacklayout in which we have a valid byte after the buffer so that level 2fortification will trip and we can have confidence that it wasn&apos;t someother stack/memory protection instead.The generated tests are divided roughly into which header we&apos;reattributing them to so that we can parallelize the build -- the full setis a bit over 9000 lines of C and takes 11s to build on the hardwarethat I&apos;m testing on if it&apos;s a single monolothic file.Reviewed by:	markjSponsored by:	Klara, Inc.Sponsored by:	StormshieldDifferential Revision:	https://reviews.freebsd.org/D45678

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Sat, 13 Jul 2024 07:16:10 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@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/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

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

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Sun, 04 Nov 2018 16:49:06 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>281c29899f18d98535ae1e691b24fd5581f2e60b - Connect libc/tests/time to the build, adding test cases for strptime()</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#281c29899f18d98535ae1e691b24fd5581f2e60b</link>
        <description>Connect libc/tests/time to the build, adding test cases for strptime()issues fixed recently, and disabling the failing ones (mostly due to TZparsing differences with NetBSD).Reviewed by:	ngieApproved by:	kib (mentor)Differential Revision:	https://reviews.freebsd.org/D17546

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Tue, 30 Oct 2018 03:37:23 +0100</pubDate>
        <dc:creator>Yuri Pankov &lt;yuripv@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5763f79695f9b1ffacce55a8594cb7be08c3f31c - Merge ^/head r307383 through r307735.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#5763f79695f9b1ffacce55a8594cb7be08c3f31c</link>
        <description>Merge ^/head r307383 through r307735.

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Fri, 21 Oct 2016 18:29:40 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa1a469bcdd10654f81b18df10bcca69388f08a0 - Only build lib/libc/tests/iconv if MK_ICONV != no</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#aa1a469bcdd10654f81b18df10bcca69388f08a0</link>
        <description>Only build lib/libc/tests/iconv if MK_ICONV != noMFC after:	1 weekReported by:	damian@damianek.beSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Fri, 21 Oct 2016 06:54:43 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bec6d5513fd22ffca0f6b6162e51baa81006d00 - Mark SSP broken on MIPS.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#5bec6d5513fd22ffca0f6b6162e51baa81006d00</link>
        <description>Mark SSP broken on MIPS.Sponsored by:	DARPA, AFRLSponsored by:	HEIF5

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Tue, 27 Sep 2016 11:44:30 +0200</pubDate>
        <dc:creator>Ruslan Bukin &lt;br@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed8f18ded41b1856f275d2608a555d66fe63286e - Don&apos;t build SSP tests on MIPS as we dont have stack-protector</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#ed8f18ded41b1856f275d2608a555d66fe63286e</link>
        <description>Don&apos;t build SSP tests on MIPS as we dont have stack-protectorsupported on this platform.Discussed with:	brooksSponsored by:	DARPA, AFRLSponsored by:	HEIF5

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Mon, 26 Sep 2016 17:38:02 +0200</pubDate>
        <dc:creator>Ruslan Bukin &lt;br@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>079171874c9bf263b69e3af10784ad2bcd1fe699 - iconvctl(3): remove superfluous NULL pointer tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#079171874c9bf263b69e3af10784ad2bcd1fe699</link>
        <description>iconvctl(3): remove superfluous NULL pointer testsconvname and dst are guaranteed to be non-NULL by iconv_open(3).src is an array. Remove these tests for NULL pointers.While I&apos;m here, eliminate a strlcpy with a correct but suspicious-lookingcalculation for the third parameter (i.e. not a simple sizeof).Compare the strings in-place instead of copying.Found by:	bdreweryFound by:	CoverityCID:		1130050, 1130056MFC after:	3 daysSponsored by:	Dell Inc.Differential Revision:	 https://reviews.freebsd.org/D6338

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Sat, 14 May 2016 02:35:35 +0200</pubDate>
        <dc:creator>Eric van Gyzen &lt;vangyzen@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/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/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/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/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>7d536dc855c85c15bf45f033d108a61b1f3cecc3 - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#7d536dc855c85c15bf45f033d108a61b1f3cecc3</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Thu, 10 Mar 2016 22:16:01 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>30924962f44b40ed3506b32bc90232f9a4a4c2a1 - Fix and connect setjmp test.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#30924962f44b40ed3506b32bc90232f9a4a4c2a1</link>
        <description>Fix and connect setjmp test.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Wed, 09 Mar 2016 23:45:04 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9893f787ec755ffaa14c66fc74fc9e5f524e3301 - Merge ^/head r295601 through r295844.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#9893f787ec755ffaa14c66fc74fc9e5f524e3301</link>
        <description>Merge ^/head r295601 through r295844.

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Sun, 21 Feb 2016 14:49:26 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>72c3aa02dc4d10c095de756cc767ac827596568a - MFH</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#72c3aa02dc4d10c095de756cc767ac827596568a</link>
        <description>MFHSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Thu, 18 Feb 2016 01:37:58 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>52d66ba6aee863c5a5abe3282227e98e8546b797 - Fix build race after r295643.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/libc/tests/Makefile#52d66ba6aee863c5a5abe3282227e98e8546b797</link>
        <description>Fix build race after r295643.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd/lib/libc/tests/Makefile</description>
        <pubDate>Wed, 17 Feb 2016 19:41:55 +0100</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@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/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/Makefile</description>
        <pubDate>Tue, 02 Feb 2016 23:26:49 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
