<?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.sbin/rpc.bootparamd/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.sbin/rpc.bootparamd/Makefile - 1.27</description>
    <pubDate>Sat Jun 03 09:09:22 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.sbin/rpc.bootparamd/Makefile - 1.26</description>
    <pubDate>Sun Oct 13 07:28:20 UTC 2019</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.25.76;<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.sbin/rpc.bootparamd/Makefile - 1.25</description>
    <pubDate>Mon May 28 00:06:39 UTC 2007</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>Need to -I${RPC_XDIR} now, since we don't generate the .h file<br/>locally anymore.</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.24</description>
    <pubDate>Mon Jan 06 02:26:53 UTC 2003</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Use &lt;bsd.rpc.mk&gt;</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.23</description>
    <pubDate>Sun Jan 05 19:24:07 UTC 2003</pubDate>
    <dc:creator>sommerfeld</dc:creator>
</item>

<item>
    <title>Add a simple test to see if the whoami functionality works.</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.22</description>
    <pubDate>Wed Sep 11 18:19:42 UTC 2002</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Split the notion of building Hesiod, Kerberos, S/key, and YP<br/>infrastructure and using that infrastructure in programs.<br/><br/>	* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building<br/>	  of the infratsructure (libraries, support programs, etc.)<br/><br/>	* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control<br/>	  building of support for using the corresponding API<br/>	  in various libraries/programs that can use it.<br/><br/>As discussed on tech-toolchain.</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.21</description>
    <pubDate>Fri Mar 22 18:10:25 UTC 2002</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Move CLEANFILES up so it is actually used.  Noted by Bernd Ernesti.</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.20</description>
    <pubDate>Sat Feb 02 17:11:38 UTC 2002</pubDate>
    <dc:creator>tv</dc:creator>
</item>

<item>
    <title>Make sure DESTDIR is set before using it in a dependency.</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.19</description>
    <pubDate>Thu Jan 31 15:16:21 UTC 2002</pubDate>
    <dc:creator>tv</dc:creator>
</item>

<item>
    <title>${RPCGEN}, not hard-coded rpcgen</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.18</description>
    <pubDate>Tue Jul 25 06:29:46 UTC 2000</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>Make the rpcsvc dependencies work a bit better.</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.17</description>
    <pubDate>Mon Jun 12 01:57:25 UTC 2000</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>branches:  1.16.6;<br/>Use pidfile(3).</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.16</description>
    <pubDate>Sun Jun 06 02:47:47 UTC 1999</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>use CPPFLAGS instead of CFLAGS</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.15</description>
    <pubDate>Sat Oct 25 06:58:36 UTC 1997</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.14.2;<br/>WARNSify; generate ansi c code with rpcgen, cleanup manpage</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.14</description>
    <pubDate>Fri Oct 17 15:59:05 UTC 1997</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Back out BUILDDIR and NOINSTALL changes.</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.13</description>
    <pubDate>Sat May 31 21:22:15 UTC 1997</pubDate>
    <dc:creator>cjs</dc:creator>
</item>

<item>
    <title>These updates to the build allow building against include files<br/>and libs in the object tree, if you use a separate object tree,<br/>while maintaining backward compatability with other build methods.<br/>See the notes in src/share/mk/bsd.README for full details. Note<br/>that the `make includes' target now only installs the include files<br/>in the build directory (if you use one--otherwise they go in DESTDIR<br/>just like before); `make install' will install include files in<br/>DESTDIR.</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.12</description>
    <pubDate>Mon May 26 03:59:47 UTC 1997</pubDate>
    <dc:creator>cjs</dc:creator>
</item>

<item>
    <title>RCS id police.</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.11</description>
    <pubDate>Fri Aug 30 20:10:25 UTC 1996</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Conform to rpcgen generated names and prototypes.<br/>The server-side worker routines now have "_svc" appended to avoid<br/>conflict with client-side prototypes.</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.10</description>
    <pubDate>Sat Jun 24 15:03:49 UTC 1995</pubDate>
    <dc:creator>pk</dc:creator>
</item>

<item>
    <title>fix typo</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.9</description>
    <pubDate>Wed Apr 12 05:19:51 UTC 1995</pubDate>
    <dc:creator>jtc</dc:creator>
</item>

<item>
    <title>Install manpage as both bootparamd(8) and rpc.bootparamd(8).<br/>Changed manpage so both bootparamd and rpc.bootparamd are mentioned in NAME<br/>section.</title>
    <description>/src/usr.sbin/rpc.bootparamd/Makefile - 1.8</description>
    <pubDate>Wed Apr 12 00:53:09 UTC 1995</pubDate>
    <dc:creator>jtc</dc:creator>
</item>
</channel></rss>

