<?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/sbin/mount_nfs/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Extend CPPFLAGS, don't replace it</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.24</description>
    <pubDate>Sun Apr 10 16:47:05 UTC 2011</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>Remove no longer used -DNFS.</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.23</description>
    <pubDate>Fri Mar 05 19:53:37 UTC 2010</pubDate>
    <dc:creator>pooka</dc:creator>
</item>

<item>
    <title>Convert mount_nfs to the mount_foo_parseargs() format.  No functional<br/>change.</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.22</description>
    <pubDate>Thu Oct 16 09:12:54 UTC 2008</pubDate>
    <dc:creator>pooka</dc:creator>
</item>

<item>
    <title>branches:  1.21.12;<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/sbin/mount_nfs/Makefile - 1.21</description>
    <pubDate>Mon May 28 00:06:23 UTC 2007</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>Remove Kerberos4/NFSKERB settings.</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.20</description>
    <pubDate>Thu Mar 23 23:53:23 UTC 2006</pubDate>
    <dc:creator>wiz</dc:creator>
</item>

<item>
    <title>whitespace.</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.19</description>
    <pubDate>Sat Jan 21 10:55:56 UTC 2006</pubDate>
    <dc:creator>yamt</dc:creator>
</item>

<item>
    <title>Use the rpc code from sys/lib/libsa to determine the root file handle.<br/>Saves the code from depending on the xdr functions.<br/>Tested on i386 and IPv4, may need tweaking for IPv6 and using TCP for the<br/>portmap/mount functions.</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.18</description>
    <pubDate>Sat Jan 21 10:32:23 UTC 2006</pubDate>
    <dc:creator>dsl</dc:creator>
</item>

<item>
    <title>Move WARNS=3 to the Makefile.inc, and add a little const to the remaining<br/>programs that did not compile before.</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.17</description>
    <pubDate>Mon Jun 27 01:00:06 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Split getnfsargs() out into its own file, it drags in 70kB of rpc code.<br/>I might manage to write a version that doesn't pull in all the crud.<br/>(Which will give a load of space in the install floppy images)</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.16</description>
    <pubDate>Sun May 15 21:18:34 UTC 2005</pubDate>
    <dc:creator>dsl</dc:creator>
</item>

<item>
    <title>Only compile in IPv6 support if ${USE_INET6} != "no"<br/><br/>MKINET6 is for providing IPv6 infrastructure.<br/>USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.15</description>
    <pubDate>Mon Jan 10 02:58:59 UTC 2005</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>PR/1472: David Carrel: Add option to specify the nfs port.<br/>This was not done, I added the functionality to be able to parse<br/>port=num in the options. While I was there, I added this for all<br/>the other numeric options: rsize, wsize etc.</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.14</description>
    <pubDate>Fri Apr 11 17:39:09 UTC 2003</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>move getmntopts(3) to libutil, build and install also it's manpage<br/>bump libutil minor<br/>adjust individual mount_*/Makefile to use libutil getmntopts(3)</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.13</description>
    <pubDate>Sat Mar 22 00:44:00 UTC 2003</pubDate>
    <dc:creator>jdolecek</dc:creator>
</item>

<item>
    <title>MNT_GETARGS support</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.12</description>
    <pubDate>Sat Sep 21 18:43:36 UTC 2002</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.11</description>
    <pubDate>Mon Aug 19 10:16:57 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>CFLAGS-&gt;CPPFLAGS</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.10</description>
    <pubDate>Fri Oct 10 19:50:38 UTC 1997</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>back to using mount/getmntopts.c since mount is now post lite-2</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.9</description>
    <pubDate>Tue Sep 16 00:31:11 UTC 1997</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Back out the .PATH.c changes.  The .depend problem (and others)<br/>will be fixed using the new .NOPATH make feature instead.</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.8</description>
    <pubDate>Thu May 08 21:11:23 UTC 1997</pubDate>
    <dc:creator>gwr</dc:creator>
</item>

<item>
    <title>Use .PATH.c: ...</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.7</description>
    <pubDate>Tue May 06 20:45:14 UTC 1997</pubDate>
    <dc:creator>gwr</dc:creator>
</item>

<item>
    <title>it's a shame, but since we have no kernel support for kerb NFS (which may or may not be worth having, in the form available to us) this is how I'm closing PR #2469.</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.6</description>
    <pubDate>Thu Jan 09 09:43:51 UTC 1997</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>Bring in NFSv3 code by Rick Macklem (from Lite2).</title>
    <description>/src/sbin/mount_nfs/Makefile - 1.5</description>
    <pubDate>Sun Feb 18 11:59:09 UTC 1996</pubDate>
    <dc:creator>fvdl</dc:creator>
</item>
</channel></rss>

