<?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/lib/libisns/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<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/lib/libisns/Makefile - 1.8</description>
    <pubDate>Sat Jun 03 09:09:10 UTC 2023</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Move libisns to /lib to allow /sbin/iscsid to work without /usr being<br/>mounted.</title>
    <description>/src/lib/libisns/Makefile - 1.7</description>
    <pubDate>Sun Jul 31 00:40:35 UTC 2022</pubDate>
    <dc:creator>mlelstv</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/lib/libisns/Makefile - 1.6</description>
    <pubDate>Sun Oct 13 07:28:10 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.5.26;<br/>If a library needs a symbol from another library, pull that library in<br/>explicitly, even if the DT_NEEDED closure would normally already ensure<br/>the presence.</title>
    <description>/src/lib/libisns/Makefile - 1.5</description>
    <pubDate>Wed Sep 11 23:04:10 UTC 2013</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>branches:  1.4.2;<br/>These directories default to WARNS?=5</title>
    <description>/src/lib/libisns/Makefile - 1.4</description>
    <pubDate>Wed Mar 21 05:37:42 UTC 2012</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>branches:  1.3.2;<br/>fix gcc aliasing issues.</title>
    <description>/src/lib/libisns/Makefile - 1.3</description>
    <pubDate>Wed Aug 17 10:08:43 UTC 2011</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>add some XXX'd -Wno-foo if HAVE_GCC &gt;= 45.<br/><br/>XXX: someone should look at these.</title>
    <description>/src/lib/libisns/Makefile - 1.2</description>
    <pubDate>Tue Jun 21 02:32:55 UTC 2011</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/lib/libisns/Makefile - 1.1</description>
    <pubDate>Sun Jan 16 01:22:50 UTC 2011</pubDate>
    <dc:creator>agc</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.4;<br/>Initial import of libisns, contributed to the NetBSD Foundation by<br/>Wasabi Systems, Inc.<br/><br/>libisns(3) is an implementation of the iSNS protocol as defined in<br/>IETF RFC 4171, exporting an API that simplifies Internet Storage Name<br/>Service (iSNS) client implementations.</title>
    <description>/src/lib/libisns/Makefile - 1.1.1.1</description>
    <pubDate>Sun Jan 16 01:22:50 UTC 2011</pubDate>
    <dc:creator>agc</dc:creator>
</item>

<item>
    <title>Catchup with rmind-uvmplock merge.</title>
    <description>/src/lib/libisns/Makefile - 1.1.1.1.4.1</description>
    <pubDate>Thu Jun 23 14:18:38 UTC 2011</pubDate>
    <dc:creator>cherry</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/lib/libisns/Makefile - 1.3.2.2</description>
    <pubDate>Thu May 22 11:36:56 UTC 2014</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>sync with head</title>
    <description>/src/lib/libisns/Makefile - 1.3.2.1</description>
    <pubDate>Tue Apr 17 00:05:28 UTC 2012</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>Rebase to HEAD as of a few days ago.</title>
    <description>/src/lib/libisns/Makefile - 1.4.2.1</description>
    <pubDate>Wed Aug 20 00:02:17 UTC 2014</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>Mostly merge changes from HEAD upto 20200411</title>
    <description>/src/lib/libisns/Makefile - 1.5.26.1</description>
    <pubDate>Mon Apr 13 08:03:13 UTC 2020</pubDate>
    <dc:creator>martin</dc:creator>
</item>
</channel></rss>

