<?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/usr.bin/rup/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/usr.bin/rup/Makefile - 1.10</description>
    <pubDate>Sat Jun 03 09:09:18 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/usr.bin/rup/Makefile - 1.9</description>
    <pubDate>Sun Oct 13 07:28:16 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.8.46;<br/>Enable WARNS=4 by default for usr.bin, except for:<br/>	awk  bdes  checknr  compile_et  error  gss  hxtool  kgetcred  kinit<br/>	klist  ldd  less  lex  locale  login  m4  man  menuc  mk_cmds<br/>	mklocale  msgc  openssl  rpcgen  rpcinfo  sdiff  spell  ssh<br/>	string2key  telnet  tn3270  verify_krb5_conf  xlint</title>
    <description>/src/usr.bin/rup/Makefile - 1.8</description>
    <pubDate>Tue Apr 14 22:15:25 UTC 2009</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.7.20;<br/>Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the<br/>FORTIFY_SOURCE feature of libssp, thus checking the size of arguments to<br/>various string and memory copy and set functions (as well as a few system<br/>calls and other miscellany) where known at function entry.  RedHat has<br/>evidently built all "core system packages" with this option for some time.<br/><br/>This option should be used at the top of Makefiles (or Makefile.inc where<br/>this is used for subdirectories) but after any setting of LIB.<br/><br/>This is only useful for userland code, and cannot be used in libc or in<br/>any code which includes the libc internals, because it overrides certain<br/>libc functions with macros.  Some effort has been made to make USE_FORT=yes<br/>work correctly for a full-system build by having the bsd.sys.mk logic<br/>disable the feature where it should not be used (libc, libssp iteself,<br/>the kernel) but no attempt has been made to build the entire system with<br/>USE_FORT and doing so will doubtless expose numerous bugs and misfeatures.<br/><br/>Adjust the system build so that all programs and libraries that are setuid,<br/>directly handle network data (including serial comm data), perform<br/>authentication, or appear likely to have (or have a history of having)<br/>data-driven bugs (e.g. file(1)) are built with USE_FORT=yes by default,<br/>with the exception of libc, which cannot use USE_FORT and thus uses<br/>only USE_SSP by default.  Tested on i386 with no ill results; USE_FORT=no<br/>per-directory or in a system build will disable if desired.</title>
    <description>/src/usr.bin/rup/Makefile - 1.7</description>
    <pubDate>Mon May 28 00:06:30 UTC 2007</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>From Liam Foy:<br/>- Print uptime in secs if uptime is less than 1 minute<br/>- If at least one call to onehost() fails, return one (allows for external error detection)<br/>- Avoid leaks, use clnt_destroy (from OpenBSD)<br/>- err(3) cleans<br/>From me:<br/>- lint cleanups<br/>- more KNF</title>
    <description>/src/usr.bin/rup/Makefile - 1.6</description>
    <pubDate>Sun Aug 07 16:01:45 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>RCS id police.</title>
    <description>/src/usr.bin/rup/Makefile - 1.5</description>
    <pubDate>Fri Sep 27 01:46:08 UTC 1996</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>specify man pages the new way.</title>
    <description>/src/usr.bin/rup/Makefile - 1.4</description>
    <pubDate>Thu Dec 22 00:30:45 UTC 1994</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>Add RCS identifiers, remove some completely useless RCS logs and patchkit<br/>headers, and a few other insignificant changes.</title>
    <description>/src/usr.bin/rup/Makefile - 1.3</description>
    <pubDate>Mon Aug 02 17:55:38 UTC 1993</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>No need to link with -lrpc</title>
    <description>/src/usr.bin/rup/Makefile - 1.2</description>
    <pubDate>Fri Jun 04 14:53:53 UTC 1993</pubDate>
    <dc:creator>brezak</dc:creator>
</item>

<item>
    <title>Add rup and rusers. Changes to rwall</title>
    <description>/src/usr.bin/rup/Makefile - 1.1</description>
    <pubDate>Thu Jun 03 19:32:28 UTC 1993</pubDate>
    <dc:creator>brezak</dc:creator>
</item>

<item>
    <title>Sync with HEAD.<br/><br/>Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html</title>
    <description>/src/usr.bin/rup/Makefile - 1.7.20.1</description>
    <pubDate>Wed May 13 19:20:03 UTC 2009</pubDate>
    <dc:creator>jym</dc:creator>
</item>

<item>
    <title>Mostly merge changes from HEAD upto 20200411</title>
    <description>/src/usr.bin/rup/Makefile - 1.8.46.1</description>
    <pubDate>Mon Apr 13 08:05:46 UTC 2020</pubDate>
    <dc:creator>martin</dc:creator>
</item>
</channel></rss>

