<?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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/ipwctl/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/usr.sbin/ipwctl/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/source/history/netbsd-src/usr.sbin/ipwctl/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/usr.sbin/ipwctl/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>d877c4c3c02304002c0642d7f34a58d07138d6a9 - Enable WARNS=4 by default, except for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/ipwctl/Makefile#d877c4c3c02304002c0642d7f34a58d07138d6a9</link>
        <description>Enable WARNS=4 by default, except for:	cpuctl  dumplfs  hprop  ipf  iprop-log  kadmin  kcm  kdc  kdigest	kimpersonate  kstash  ktutil  makefs  ndbootd  ntp  pppd  quot	racoon  racoonctl  rtadvd  sntp  sup  tcpdchk  tcpdmatch  tcpdump	traceroute  traceroute6  user  veriexecgen  wsmoused  zic(Mostly third-party applications)

            List of files:
            /netbsd-src/usr.sbin/ipwctl/Makefile</description>
        <pubDate>Wed, 22 Apr 2009 15:23:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>515e52158b68d17ead4719b168982c7f61185111 - Convert more MACHINE tests to MACHINE_ARCH</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/ipwctl/Makefile#515e52158b68d17ead4719b168982c7f61185111</link>
        <description>Convert more MACHINE tests to MACHINE_ARCH

            List of files:
            /netbsd-src/usr.sbin/ipwctl/Makefile</description>
        <pubDate>Sat, 14 Feb 2009 13:50:50 +0000</pubDate>
        <dc:creator>abs &lt;abs@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b97cb66e62304ac8cf66dd059831f36f53383112 - - KNF</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/ipwctl/Makefile#b97cb66e62304ac8cf66dd059831f36f53383112</link>
        <description>- KNF- Fix mmap call arguments and return value.- Sprinkle const

            List of files:
            /netbsd-src/usr.sbin/ipwctl/Makefile</description>
        <pubDate>Sun, 03 Apr 2005 17:27:15 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b561b425f0307f45cca4eb0ed969f6b592e5936 - only build ipwctl on i386; it is not much use elsewhere</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/ipwctl/Makefile#1b561b425f0307f45cca4eb0ed969f6b592e5936</link>
        <description>only build ipwctl on i386; it is not much use elsewhere

            List of files:
            /netbsd-src/usr.sbin/ipwctl/Makefile</description>
        <pubDate>Mon, 23 Aug 2004 13:51:05 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a13de4f0f5bd33c961e4208e6458ff88c9a22a4e - Move ipw(4) from usr.sbin/ipwctl to share/man/man4.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/ipwctl/Makefile#a13de4f0f5bd33c961e4208e6458ff88c9a22a4e</link>
        <description>Move ipw(4) from usr.sbin/ipwctl to share/man/man4.

            List of files:
            /netbsd-src/usr.sbin/ipwctl/Makefile</description>
        <pubDate>Mon, 23 Aug 2004 13:25:40 +0000</pubDate>
        <dc:creator>wiz &lt;wiz@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ef381d40a555ad56522c3d73aa504bf5fed123fe - NetBSD RCSID &amp; style tweaks</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/ipwctl/Makefile#ef381d40a555ad56522c3d73aa504bf5fed123fe</link>
        <description>NetBSD RCSID &amp; style tweaks

            List of files:
            /netbsd-src/usr.sbin/ipwctl/Makefile</description>
        <pubDate>Mon, 23 Aug 2004 11:54:28 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b1227d86190352a4c7831fb46fa7d0918aa45cc6 - ipwctl(8) - configure Intel(R) PRO/Wireless 2100 (ipw(4)) network adapter</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/ipwctl/Makefile#b1227d86190352a4c7831fb46fa7d0918aa45cc6</link>
        <description>ipwctl(8) - configure Intel(R) PRO/Wireless 2100 (ipw(4)) network adapterWritten by Damien Bergamini, from http://damien.bergamini.free.fr/ipw/

            List of files:
            /netbsd-src/usr.sbin/ipwctl/Makefile</description>
        <pubDate>Mon, 23 Aug 2004 11:45:37 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
