<?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/mountd/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/mountd/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/source/history/netbsd-src/usr.sbin/mountd/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/mountd/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>ce8e11958976f537858bba8d95c24f73d2e8bcc9 - Split out get_net function so that it is easily testable. Restore</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#ce8e11958976f537858bba8d95c24f73d2e8bcc9</link>
        <description>Split out get_net function so that it is easily testable. Restorefunctionality where 1.2.3/24 -&gt; 1.2.3.0/24 not 1.2.0.3/24 now thatgetaddrinfo(3) parses old-style incomplete dotted quads as oldstyle addresses.

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Wed, 23 Dec 2015 16:19:49 +0000</pubDate>
        <dc:creator>christos &lt;christos@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/mountd/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/mountd/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>646e6960b280719904f56d66b77a03480f49255b - blank line</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#646e6960b280719904f56d66b77a03480f49255b</link>
        <description>blank line

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Fri, 16 May 2003 14:53:55 +0000</pubDate>
        <dc:creator>itojun &lt;itojun@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>221d636e59893a38a48cb92683074ddcd3f7277d - PR/15692: Love: specify ipsec policy for mountd.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#221d636e59893a38a48cb92683074ddcd3f7277d</link>
        <description>PR/15692: Love: specify ipsec policy for mountd.

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Sat, 21 Sep 2002 20:35:00 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11cf3e1970a0b6d941085ebfdf7c9cf64cf68007 - - KNF, remove extraneous casts</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#11cf3e1970a0b6d941085ebfdf7c9cf64cf68007</link>
        <description>- KNF, remove extraneous casts- split up parsing code- centralize malloc checking- use fparseln.

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Thu, 29 Oct 1998 12:57:02 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5bf267d9096d2679cea06dfdac5978207559056 - enable WARNS=1 by default, but disable in unclean 3rd party code</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#f5bf267d9096d2679cea06dfdac5978207559056</link>
        <description>enable WARNS=1 by default, but disable in unclean 3rd party code

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Sat, 18 Oct 1997 06:42:25 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77735b9c46bc6f95a3debcb3512b4975681e2f6e - update for WARNS?=1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#77735b9c46bc6f95a3debcb3512b4975681e2f6e</link>
        <description>update for WARNS?=1check getopt() against -1 not EOF

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Thu, 28 Aug 1997 08:09:53 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>be685755481fa442a88e53ecf11873fb1f0e6860 - don&apos;t build netgroup(5) here.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#be685755481fa442a88e53ecf11873fb1f0e6860</link>
        <description>don&apos;t build netgroup(5) here.

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Thu, 11 May 1995 23:15:05 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0114e805cee953f6d604ea8f30b6171d04e55c94 - convert to new RCS Id conventions; reduce my headache</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#0114e805cee953f6d604ea8f30b6171d04e55c94</link>
        <description>convert to new RCS Id conventions; reduce my headache

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Sat, 18 Mar 1995 14:54:19 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>06e2955ff1522de07ae49018318849daa823be4a - specify man pages the new way.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#06e2955ff1522de07ae49018318849daa823be4a</link>
        <description>specify man pages the new way.

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Thu, 22 Dec 1994 10:44:04 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>625a6892f74fe1f4439bca81633bbd018c4e5739 - Update from 4.4-Lite, with local changes.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#625a6892f74fe1f4439bca81633bbd018c4e5739</link>
        <description>Update from 4.4-Lite, with local changes.

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Wed, 08 Jun 1994 19:27:32 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5123f7879d7f65f0e8eb4517c8e82fedc43689d1 - don&apos;t need -lutil</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#5123f7879d7f65f0e8eb4517c8e82fedc43689d1</link>
        <description>don&apos;t need -lutil

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Fri, 28 Jan 1994 00:36:28 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f69e02fc8e6d33b1b17156af413c0354e279a33c - no more librpc</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#f69e02fc8e6d33b1b17156af413c0354e279a33c</link>
        <description>no more librpc

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Fri, 08 Oct 1993 02:28:39 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cda4f8f6ee55684e8d311b86c99ea59191e6b74f - Add RCS identifiers.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#cda4f8f6ee55684e8d311b86c99ea59191e6b74f</link>
        <description>Add RCS identifiers.

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Sun, 01 Aug 1993 05:37:30 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>53d8b825f0df8cd76b7794942765faac80d037ed - Add some library dependencies.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#53d8b825f0df8cd76b7794942765faac80d037ed</link>
        <description>Add some library dependencies.

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Tue, 15 Jun 1993 23:13:33 +0000</pubDate>
        <dc:creator>mycroft &lt;mycroft@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e17cdf070be91f2658d01586699566945ee20ce2 - added -DNFSSERVER to makefile.  another point for glass.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#e17cdf070be91f2658d01586699566945ee20ce2</link>
        <description>added -DNFSSERVER to makefile.  another point for glass.

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Mon, 12 Apr 1993 19:31:40 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>06be60083da5f9fd03f177f6462fe69ffc22827a - changed &quot;Id&quot; to &quot;Header&quot; for rcsids</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#06be60083da5f9fd03f177f6462fe69ffc22827a</link>
        <description>changed &quot;Id&quot; to &quot;Header&quot; for rcsids

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Tue, 23 Mar 1993 00:22:59 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>346aa5dd485ab164126cc46e3ce7cec5dd18505a - added rcs ids to all files</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/usr.sbin/mountd/Makefile#346aa5dd485ab164126cc46e3ce7cec5dd18505a</link>
        <description>added rcs ids to all files

            List of files:
            /netbsd-src/usr.sbin/mountd/Makefile</description>
        <pubDate>Mon, 22 Mar 1993 08:04:00 +0000</pubDate>
        <dc:creator>cgd &lt;cgd@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
