<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>8cbc788f2490f9fdad675edffcb38efa12eb2bbe - PR/57689: RVP: getcwd() not overridable with -D_FORTIFY_SOURCE</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/ssp/Makefile#8cbc788f2490f9fdad675edffcb38efa12eb2bbe</link>
        <description>PR/57689: RVP: getcwd() not overridable with -D_FORTIFY_SOURCE

            List of files:
            /netbsd-src/tests/lib/libc/ssp/Makefile</description>
        <pubDate>Fri, 10 Nov 2023 23:03:25 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/ssp/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/tests/lib/libc/ssp/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de11d876419df3570c2418468613aebcebafe6ae - introduce some common variables for use in GCC warning disables:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/ssp/Makefile#de11d876419df3570c2418468613aebcebafe6ae</link>
        <description>introduce some common variables for use in GCC warning disables:GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)use these to turn off warnings for most GCC-8 complaints.  manyof these are false positives, most of the real bugs are alreadycommited, or are yet to come.we plan to introduce versions of (some?) of these that use the&quot;-Wno-error=&quot; form, which still displays the warnings but doesnot make it an error, and all of the above will be re-consideredas either being &quot;fix me&quot; (warning still displayed) or &quot;warningis wrong.&quot;

            List of files:
            /netbsd-src/tests/lib/libc/ssp/Makefile</description>
        <pubDate>Sun, 13 Oct 2019 07:28:04 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>21303c93e9e10dcd3c5bd8388b5d640b9df8df3d - convert HAVE_GCC == 7 to HAVE_GCC &gt;= 7.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/ssp/Makefile#21303c93e9e10dcd3c5bd8388b5d640b9df8df3d</link>
        <description>convert HAVE_GCC == 7 to HAVE_GCC &gt;= 7.

            List of files:
            /netbsd-src/tests/lib/libc/ssp/Makefile</description>
        <pubDate>Sun, 29 Sep 2019 23:44:58 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5bb852d0c69e7b53dba8ccffcdcf1505c648e301 - - tests explicitly check failure modes, ignore those warnings</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/ssp/Makefile#5bb852d0c69e7b53dba8ccffcdcf1505c648e301</link>
        <description>- tests explicitly check failure modes, ignore those warnings

            List of files:
            /netbsd-src/tests/lib/libc/ssp/Makefile</description>
        <pubDate>Mon, 04 Feb 2019 05:24:18 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>658a209ca64dbe8bbb113381c99d4ab8c96b2be9 - add stp*cpy() tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/ssp/Makefile#658a209ca64dbe8bbb113381c99d4ab8c96b2be9</link>
        <description>add stp*cpy() tests

            List of files:
            /netbsd-src/tests/lib/libc/ssp/Makefile</description>
        <pubDate>Sun, 06 Apr 2014 19:28:59 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2b3d1ee8a773e028429b331332895d44f445d720 - Update LLVM/Clang snapshot to r164464. This adopts the GCC options for</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/ssp/Makefile#2b3d1ee8a773e028429b331332895d44f445d720</link>
        <description>Update LLVM/Clang snapshot to r164464. This adopts the GCC options forthe SSP parameters and a not-yet-default rewrite of SROA.

            List of files:
            /netbsd-src/tests/lib/libc/ssp/Makefile</description>
        <pubDate>Sun, 23 Sep 2012 17:22:22 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b757af438b42b93f8c6571f026d8b8ef3eaf5fc9 - Disable new -Wstring-plus-int warning where needed for now.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/ssp/Makefile#b757af438b42b93f8c6571f026d8b8ef3eaf5fc9</link>
        <description>Disable new -Wstring-plus-int warning where needed for now.Adjust various places that add GCC-only options to check for the activecompiler first.

            List of files:
            /netbsd-src/tests/lib/libc/ssp/Makefile</description>
        <pubDate>Wed, 04 Apr 2012 10:59:44 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>33a7866d10ae9647c3cdf3b10796fb71807ce3ee - reinstate ssp:raw test, slightly differently.. this one is built</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/ssp/Makefile#33a7866d10ae9647c3cdf3b10796fb71807ce3ee</link>
        <description>reinstate ssp:raw test, slightly differently.. this one is builtwith -fstack-protector-all and tests that the compiler built instack protection works, by poking directly outside the buffer

            List of files:
            /netbsd-src/tests/lib/libc/ssp/Makefile</description>
        <pubDate>Sun, 12 Jun 2011 21:12:46 +0000</pubDate>
        <dc:creator>plunky &lt;plunky@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>042cae446ebfbd18e1b00f2e6d827592c58e759d - don&apos;t pass -fstack-protector for these, the tests are actually for the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/ssp/Makefile#042cae446ebfbd18e1b00f2e6d827592c58e759d</link>
        <description>don&apos;t pass -fstack-protector for these, the tests are actually for the__*_chk functions included by -D_FORTIFY_SOURCE=2, and if the compilerprovides additional protection, it can mask broken functions..(none of the _chk functions will return or process any data ifthe length given is known to be larger than the buffer)

            List of files:
            /netbsd-src/tests/lib/libc/ssp/Makefile</description>
        <pubDate>Sun, 12 Jun 2011 19:22:01 +0000</pubDate>
        <dc:creator>plunky &lt;plunky@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb1ec3c88c7450b230c94d7e15864fa27af70b71 - The ssp/raw test is useless.  Remove it.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/ssp/Makefile#bb1ec3c88c7450b230c94d7e15864fa27af70b71</link>
        <description>The ssp/raw test is useless.  Remove it.

            List of files:
            /netbsd-src/tests/lib/libc/ssp/Makefile</description>
        <pubDate>Sat, 26 Feb 2011 02:41:33 +0000</pubDate>
        <dc:creator>pgoyette &lt;pgoyette@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>575e75ffe48cfb5430348fc472fc4fbe32b5ae4f - Migrate the ssp tests from regress to atf.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/lib/libc/ssp/Makefile#575e75ffe48cfb5430348fc472fc4fbe32b5ae4f</link>
        <description>Migrate the ssp tests from regress to atf.Of the 17 tests, 4 fail in both the regress and atf style.  3 additionaltests fails in atf that did NOT fail in regress: gets, fgets, and read.I will investigate why, and update when I can, but it is still useful toget these tests into the new format where they can be exercised.

            List of files:
            /netbsd-src/tests/lib/libc/ssp/Makefile</description>
        <pubDate>Mon, 27 Dec 2010 02:04:18 +0000</pubDate>
        <dc:creator>pgoyette &lt;pgoyette@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
