<?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>
    <link>http://nxr.netbsd.org/rss/src/external/bsd/pdisk/bin/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Revert CC_WNO_USE_AFTER_FREE from Makefile's (thanks uwe@)</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.8</description>
    <pubDate>Thu Aug 03 14:56:36 UTC 2023</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>Sprinkle CC_WNO_USE_AFTER_FREE for GCC 12<br/><br/>All of them are blamed for idiom equivalent to:<br/>	newbuf = realloc(buf, size);<br/>	p = newbuf + (p - buf);</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.7</description>
    <pubDate>Thu Aug 03 13:36:08 UTC 2023</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}<br/><br/>Use ${CC_WNO_IMPLICIT_FALLTHROUGH} instead of<br/>the older style more complex expressions.</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.6</description>
    <pubDate>Sat Jun 03 21:30:21 UTC 2023</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>bsd.own.mk: rename GCC_NO_* to CC_WNO_*<br/><br/>Rename compiler-warning-disable variables from<br/>	GCC_NO_warning<br/>to<br/>	CC_WNO_warning<br/>where warning is the full warning name as used by the compiler.<br/><br/>GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH<br/><br/>Using the convention CC_compilerflag, where compilerflag<br/>is based on the full compiler flag name.</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.5</description>
    <pubDate>Sat Jun 03 09:09:05 UTC 2023</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>introduce some common variables for use in GCC warning disables:<br/><br/>GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)<br/>GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)<br/>GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)<br/>GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)<br/><br/>use these to turn off warnings for most GCC-8 complaints.  many<br/>of these are false positives, most of the real bugs are already<br/>commited, or are yet to come.<br/><br/><br/>we plan to introduce versions of (some?) of these that use the<br/>"-Wno-error=" form, which still displays the warnings but does<br/>not make it an error, and all of the above will be re-considered<br/>as either being "fix me" (warning still displayed) or "warning<br/>is wrong."</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.4</description>
    <pubDate>Sun Oct 13 07:28:07 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>convert HAVE_GCC == 7 to HAVE_GCC &gt;= 7.</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.3</description>
    <pubDate>Sun Sep 29 23:44:59 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>- use -Wno-error=implicit-fallthrough with GCC7.</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.2</description>
    <pubDate>Mon Feb 04 04:05:16 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.1.6;  1.1.12;  1.1.36;<br/>add Makefile</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.1</description>
    <pubDate>Sat Mar 23 15:42:40 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Mostly merge changes from HEAD upto 20200411</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.1.36.2</description>
    <pubDate>Mon Apr 13 07:56:29 UTC 2020</pubDate>
    <dc:creator>martin</dc:creator>
</item>

<item>
    <title>Sync with HEAD</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.1.36.1</description>
    <pubDate>Mon Jun 10 21:51:36 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>sync with head.<br/><br/>for a reference, the tree before this commit was tagged<br/>as yamt-pagecache-tag8.<br/><br/>this commit was splitted into small chunks to avoid<br/>a limitation of cvs.  ("Protocol error: too many arguments")</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.1.12.2</description>
    <pubDate>Thu May 22 15:50:59 UTC 2014</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch yamt-pagecache on 2014-05-22 15:50:59 +0000</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.1.12.1</description>
    <pubDate>Sat Mar 23 15:42:40 UTC 2013</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>resync from head</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.1.6.2</description>
    <pubDate>Sun Jun 23 06:28:28 UTC 2013</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>file Makefile was added on branch tls-maxphys on 2013-06-23 06:28:28 +0000</title>
    <description>/src/external/bsd/pdisk/bin/Makefile - 1.1.6.1</description>
    <pubDate>Sat Mar 23 15:42:40 UTC 2013</pubDate>
    <dc:creator>tls</dc:creator>
</item>
</channel></rss>

