<?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/rbootd/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/rbootd/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>e371117863707264453fe4aa8533ac8a83bd07b5 - Make build with WARNS=5.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#e371117863707264453fe4aa8533ac8a83bd07b5</link>
        <description>Make build with WARNS=5.

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Sat, 03 Sep 2022 07:45:08 +0000</pubDate>
        <dc:creator>tsutsui &lt;tsutsui@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/rbootd/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/rbootd/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>9edf9a04578e6c31927228eead02aa9d08d450ee - Remove many HAVE_GCC || HAVE_PCC conditionals as the options also apply</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#9edf9a04578e6c31927228eead02aa9d08d450ee</link>
        <description>Remove many HAVE_GCC || HAVE_PCC conditionals as the options also applyto Clang. Add a few cases of HAVE_LLVM for -fno-strict-aliasing.

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Fri, 10 Aug 2012 12:10:27 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>75e42fa7da3375c4e9eb19f0f41f75ab22e8e064 - remove most of the remaining HAVE_GCC tests that are always true in</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#75e42fa7da3375c4e9eb19f0f41f75ab22e8e064</link>
        <description>remove most of the remaining HAVE_GCC tests that are always true inthe modern world.

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Mon, 20 Jun 2011 07:43:56 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3c9a95916d32f68650603ebdaa88991d82096b93 - Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#3c9a95916d32f68650603ebdaa88991d82096b93</link>
        <description>Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC.

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Fri, 29 Aug 2008 00:02:21 +0000</pubDate>
        <dc:creator>gmcgarry &lt;gmcgarry@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4147a3c54a369fdf2775e8a91ce4916614e21d3b - Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#4147a3c54a369fdf2775e8a91ce4916614e21d3b</link>
        <description>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on theFORTIFY_SOURCE feature of libssp, thus checking the size of arguments tovarious string and memory copy and set functions (as well as a few systemcalls and other miscellany) where known at function entry.  RedHat hasevidently built all &quot;core system packages&quot; with this option for some time.This option should be used at the top of Makefiles (or Makefile.inc wherethis is used for subdirectories) but after any setting of LIB.This is only useful for userland code, and cannot be used in libc or inany code which includes the libc internals, because it overrides certainlibc functions with macros.  Some effort has been made to make USE_FORT=yeswork correctly for a full-system build by having the bsd.sys.mk logicdisable the feature where it should not be used (libc, libssp iteself,the kernel) but no attempt has been made to build the entire system withUSE_FORT and doing so will doubtless expose numerous bugs and misfeatures.Adjust the system build so that all programs and libraries that are setuid,directly handle network data (including serial comm data), performauthentication, or appear likely to have (or have a history of having)data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,with the exception of libc, which cannot use USE_FORT and thus usesonly USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=noper-directory or in a system build will disable if desired.

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Mon, 28 May 2007 12:06:17 +0000</pubDate>
        <dc:creator>tls &lt;tls@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f1fc6cc861e6ef5e7b8d44b9c20c22f929c53b0 - use -fno-strict-aliasing for utils.c with GCC4</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#8f1fc6cc861e6ef5e7b8d44b9c20c22f929c53b0</link>
        <description>use -fno-strict-aliasing for utils.c with GCC4

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Thu, 11 May 2006 07:19:33 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d25769c013314ee9ac82e4b48cf17f2fb93eeb49 - assume presense of getifaddrs(3).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#d25769c013314ee9ac82e4b48cf17f2fb93eeb49</link>
        <description>assume presense of getifaddrs(3).

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Thu, 15 May 2003 14:50:02 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9c5139f22acad52db60c99315a2cd1fc05ff8c6 - use getifaddrs, not SIOCGIFCONF.  (should use pcap_lookupdev instead...)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#e9c5139f22acad52db60c99315a2cd1fc05ff8c6</link>
        <description>use getifaddrs, not SIOCGIFCONF.  (should use pcap_lookupdev instead...)

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Thu, 13 Apr 2000 08:52:44 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56c5efa33516ae742252dcdfecbba050f113005b - Use pidfile(3).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#56c5efa33516ae742252dcdfecbba050f113005b</link>
        <description>Use pidfile(3).

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Sun, 06 Jun 1999 02:52:16 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0f8d5f560c2b764ffa036a5f70de1f43621db5a - minor .Nm cleanup</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#d0f8d5f560c2b764ffa036a5f70de1f43621db5a</link>
        <description>minor .Nm cleanup

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Fri, 17 Oct 1997 12:49:57 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4902da1c969db870f25938d0241f15af0914b950 - Fix compiler warnings, build with WARNS.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#4902da1c969db870f25938d0241f15af0914b950</link>
        <description>Fix compiler warnings, build with WARNS.

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Mon, 28 Jul 1997 05:39:16 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6799ca3972621a01c6db426c21e3aeb3a5c600f6 - Use new-style RCS ids.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#6799ca3972621a01c6db426c21e3aeb3a5c600f6</link>
        <description>Use new-style RCS ids.

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Mon, 21 Aug 1995 17:05:08 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d8806814a633a3d69f738362e0b8b6612a4fa49e - specify man pages the new way.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#d8806814a633a3d69f738362e0b8b6612a4fa49e</link>
        <description>specify man pages the new way.

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Thu, 22 Dec 1994 11:32:57 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c26eaebf4f995447536a4851e88476c884e9ad9f - rbootd for booting HP workstations from 4.4BSD/Utah.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#c26eaebf4f995447536a4851e88476c884e9ad9f</link>
        <description>rbootd for booting HP workstations from 4.4BSD/Utah.

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Tue, 11 Jan 1994 16:41:19 +0000</pubDate>
        <dc:creator>brezak &lt;brezak@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e05cab76da15cf17d86a96d4725326229b2a824c - Original version from 4.4BSD/Utah.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/rbootd/Makefile#e05cab76da15cf17d86a96d4725326229b2a824c</link>
        <description>Original version from 4.4BSD/Utah.

            List of files:
            /netbsd-src/usr.sbin/rbootd/Makefile</description>
        <pubDate>Tue, 11 Jan 1994 15:43:38 +0000</pubDate>
        <dc:creator>brezak &lt;brezak@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
