<?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>b5c04c8f96f6b51edb767e37aba0ea13b172723a - csu/tests: Add tests to verify that errno == 0 upon program startup</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/Makefile#b5c04c8f96f6b51edb767e37aba0ea13b172723a</link>
        <description>csu/tests: Add tests to verify that errno == 0 upon program startupReviewed by:	kib, kevansDifferential Revision:	https://reviews.freebsd.org/D50998

            List of files:
            /freebsd/lib/csu/tests/Makefile</description>
        <pubDate>Tue, 24 Jun 2025 01:54:30 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3a56015a2f5d630910177fa79a522bb95511ccf7 - pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-dev</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/Makefile#3a56015a2f5d630910177fa79a522bb95511ccf7</link>
        <description>pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-devCurrently, files that belong in the tests package are included in thessh, bsnmp, and clibs-dev packages:ssh.plist24:@dir(root,wheel,0755,) /usr/tests/secure/libexec25:@(root,wheel,0444,) /usr/tests/secure/libexec/Kyuafilebsnmp.plist82:@dir(root,wheel,0755,) /usr/tests/lib/libbsnmp83:@(root,wheel,0444,) /usr/tests/lib/libbsnmp/Kyuafile84:@(root,wheel,0555,) /usr/tests/lib/libbsnmp/bsnmpd_testclibs-dev.plist2518:@dir(root,wheel,0755,) /usr/tests/lib/csu2519:@(root,wheel,0444,) /usr/tests/lib/csu/KyuafileThis is caused by the PACKAGE=foo assignment in foo/Makefile.inc whichoverrides the default PACKAGE?=tests in bsd.test.mk.To fix this, instead use PACKAGE?=foo in foo/Makefile.inc and setPACKAGE=tests in foo/tests/Makefile.PR:		249144Reviewed by:	bapt, emasteSponsored by:	The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D47025

            List of files:
            /freebsd/lib/csu/tests/Makefile</description>
        <pubDate>Mon, 23 Dec 2024 22:54:29 +0100</pubDate>
        <dc:creator>Isaac Freund &lt;ifreund@freebsdfoundation.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/csu/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/csu/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>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/lib/csu/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>9ebe945bd791f25fe5f4774205cbf07eabca348b - Add C startup code tests for PIE binaries.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/Makefile#9ebe945bd791f25fe5f4774205cbf07eabca348b</link>
        <description>Add C startup code tests for PIE binaries.- Force dynamic to be a non-PIE binary.- Add a dynamicpie test which uses a PIE binary.Reviewed by:	andrewObtained from:	CheriBSDMFC after:	2 weeksSponsored by:	DARPADifferential Revision:	https://reviews.freebsd.org/D27127

            List of files:
            /freebsd/lib/csu/tests/Makefile</description>
        <pubDate>Tue, 10 Nov 2020 20:09:35 +0100</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6871d4882591c9a8fcab24d084c93f0a2972e1af - Add explicit csu test dependency</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/Makefile#6871d4882591c9a8fcab24d084c93f0a2972e1af</link>
        <description>Add explicit csu test dependencylib/csu/tests/dynamiclib requires libh_csu.so be built first.  I&apos;m notsure this is the most correct/best way to address this but it solvesthe issue in my testing.PR:		233734Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/lib/csu/tests/Makefile</description>
        <pubDate>Fri, 04 Jan 2019 19:35:25 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>266900be140bd4eeb782cdb101e081eab973dda3 - Re-enable the dynamiclib tests. These should be fixed by r340910.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/Makefile#266900be140bd4eeb782cdb101e081eab973dda3</link>
        <description>Re-enable the dynamiclib tests. These should be fixed by r340910.

            List of files:
            /freebsd/lib/csu/tests/Makefile</description>
        <pubDate>Sat, 24 Nov 2018 19:25:00 +0100</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ab1e0d2410ece7d391a5b1e2cbc9d1e9857c2fdb - Disable the dynamiclib test until a failure can be debugged</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/Makefile#ab1e0d2410ece7d391a5b1e2cbc9d1e9857c2fdb</link>
        <description>Disable the dynamiclib test until a failure can be debugged

            List of files:
            /freebsd/lib/csu/tests/Makefile</description>
        <pubDate>Sat, 24 Nov 2018 17:05:40 +0100</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2a22df74e9fceaffd62ee437de08383d6cf8cfe0 - Merge ^/head r339813 through r340125.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/Makefile#2a22df74e9fceaffd62ee437de08383d6cf8cfe0</link>
        <description>Merge ^/head r339813 through r340125.

            List of files:
            /freebsd/lib/csu/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>6ec0ee844c8c6b720d91ed832db25191fcdf9f9d - Run the csu tests on a DSO. This builds the tests into a shared library,</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/Makefile#6ec0ee844c8c6b720d91ed832db25191fcdf9f9d</link>
        <description>Run the csu tests on a DSO. This builds the tests into a shared library,then runs these from the base test programs. With this we can checkcrtbeginS.o and crtendS.o are working as expected.MFC with:	r339738Sponsored by:	DARPA, AFRL

            List of files:
            /freebsd/lib/csu/tests/Makefile</description>
        <pubDate>Tue, 30 Oct 2018 10:43:26 +0100</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fda9adafa3167c28ce29bf051ada259a9f4690e1 - Merge ^/head r339670 through r339812.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/Makefile#fda9adafa3167c28ce29bf051ada259a9f4690e1</link>
        <description>Merge ^/head r339670 through r339812.

            List of files:
            /freebsd/lib/csu/tests/Makefile</description>
        <pubDate>Sat, 27 Oct 2018 16:44:39 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>31d62a73c2e6ac0ff413a7a17700ffc7dce254ef - Implement a BSD licensed crtbegin/crtend</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/lib/csu/tests/Makefile#31d62a73c2e6ac0ff413a7a17700ffc7dce254ef</link>
        <description>Implement a BSD licensed crtbegin/crtendThese are needed for .ctors/.dtors and .jcr handling. The former needsall the function pointers to be called in the correct order from the.init/.fini section. The latter just needs to call a gcj specific functionif it exists with a pointer to the start of the .jcr section.This is currently disabled until __dso_handle support is added.Reviewed by:	emasteMFC after:	1 monthSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D17587

            List of files:
            /freebsd/lib/csu/tests/Makefile</description>
        <pubDate>Thu, 25 Oct 2018 19:39:41 +0200</pubDate>
        <dc:creator>Andrew Turner &lt;andrew@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
