<?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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rup/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.bin/rup/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/usr.bin/rup/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.bin/rup/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>c1ceae17f0d6ad69167715e05c1487f89f8571bc - Enable WARNS=4 by default for usr.bin, except for:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rup/Makefile#c1ceae17f0d6ad69167715e05c1487f89f8571bc</link>
        <description>Enable WARNS=4 by default for usr.bin, except for:	awk  bdes  checknr  compile_et  error  gss  hxtool  kgetcred  kinit	klist  ldd  less  lex  locale  login  m4  man  menuc  mk_cmds	mklocale  msgc  openssl  rpcgen  rpcinfo  sdiff  spell  ssh	string2key  telnet  tn3270  verify_krb5_conf  xlint

            List of files:
            /netbsd-src/usr.bin/rup/Makefile</description>
        <pubDate>Tue, 14 Apr 2009 22:15:16 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@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/history/netbsd-src/usr.bin/rup/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.bin/rup/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>9eb4baf4793194dcf456e74115681e6d31954f58 - From Liam Foy:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rup/Makefile#9eb4baf4793194dcf456e74115681e6d31954f58</link>
        <description>From Liam Foy:- Print uptime in secs if uptime is less than 1 minute- If at least one call to onehost() fails, return one (allows for external error detection)- Avoid leaks, use clnt_destroy (from OpenBSD)- err(3) cleansFrom me:- lint cleanups- more KNF

            List of files:
            /netbsd-src/usr.bin/rup/Makefile</description>
        <pubDate>Sun, 07 Aug 2005 16:01:45 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>19f013a504f75723118b913c2838f6eb72ece031 - RCS id police.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rup/Makefile#19f013a504f75723118b913c2838f6eb72ece031</link>
        <description>RCS id police.

            List of files:
            /netbsd-src/usr.bin/rup/Makefile</description>
        <pubDate>Fri, 27 Sep 1996 01:46:08 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e97520947daaa2729243e68c1b25587b6e2a895 - specify man pages the new way.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rup/Makefile#9e97520947daaa2729243e68c1b25587b6e2a895</link>
        <description>specify man pages the new way.

            List of files:
            /netbsd-src/usr.bin/rup/Makefile</description>
        <pubDate>Thu, 22 Dec 1994 12:30:38 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aee4b07b8a049bdc57cefcbb82bebeb6f341859a - Add RCS identifiers, remove some completely useless RCS logs and patchkit</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rup/Makefile#aee4b07b8a049bdc57cefcbb82bebeb6f341859a</link>
        <description>Add RCS identifiers, remove some completely useless RCS logs and patchkitheaders, and a few other insignificant changes.

            List of files:
            /netbsd-src/usr.bin/rup/Makefile</description>
        <pubDate>Mon, 02 Aug 1993 17:48:44 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>db60ef9d46ce4122d123c90983b282772b10a0da - No need to link with -lrpc</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rup/Makefile#db60ef9d46ce4122d123c90983b282772b10a0da</link>
        <description>No need to link with -lrpc

            List of files:
            /netbsd-src/usr.bin/rup/Makefile</description>
        <pubDate>Fri, 04 Jun 1993 14:53:53 +0000</pubDate>
        <dc:creator>brezak &lt;brezak@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5f2b367636580bd42706be4685d9fcd68d168bef - Add rup and rusers. Changes to rwall</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/usr.bin/rup/Makefile#5f2b367636580bd42706be4685d9fcd68d168bef</link>
        <description>Add rup and rusers. Changes to rwall

            List of files:
            /netbsd-src/usr.bin/rup/Makefile</description>
        <pubDate>Thu, 03 Jun 1993 19:32:26 +0000</pubDate>
        <dc:creator>brezak &lt;brezak@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
