<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>081fb644 - pkgbase: Create a FreeBSD-nfs package</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#081fb644</link>
        <description>pkgbase: Create a FreeBSD-nfs packageAnd move all the nfs related commands there.Reviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D30754Sponsored by:	Diablotin Systems

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Sat, 19 Jun 2021 15:49:50 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c99b67a7 - Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#c99b67a7</link>
        <description>Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Since buildenv exports SYSROOT all of these uses will now look inWORLDTMP by default.sys/boot/efi/loader/Makefile        A LIBSTAND hack is no longer required for buildenv.MFC after:	2 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Mon, 19 Jun 2017 20:47:24 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f826cc01 - Use .ALLSRC instead of RPCSRC</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#f826cc01</link>
        <description>Use .ALLSRC instead of RPCSRCThis is a trivial simplification in the Makefile, meant to serve asa good example for what to do with rules like this.MFC after:	1 weekSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Wed, 01 Mar 2017 04:12:24 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e486a7e - rpc.locked does not need to link to libutil</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#1e486a7e</link>
        <description>rpc.locked does not need to link to libutil

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Thu, 09 Apr 2015 21:48:17 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5e0a19bd - Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#5e0a19bd</link>
        <description>Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorset via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp.MFC after:	1 week

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Tue, 07 Feb 2012 09:27:07 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>091c4c86 - rpc.lockd(8) WARNS cleanup</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#091c4c86</link>
        <description>rpc.lockd(8) WARNS cleanup- Provide function prototype for nlm_syscall- Don&apos;t assign a variable from the stack to a global var[1]- Remove unused varsFound by:	clang static analyser [1]Reviewed by:	dfr

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Mon, 20 Dec 2010 21:12:18 +0000</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>71ccf092 - The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#71ccf092</link>
        <description>The last big commit: let usr.sbin/ use WARNS=6 by default.

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 11:07:44 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>75e40e46 - Make this compile cleanly.  It passes WARNS=2, but I haven&apos;t checked</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#75e40e46</link>
        <description>Make this compile cleanly.  It passes WARNS=2, but I haven&apos;t checkedit is so on more platforms.

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Sun, 26 Oct 2003 06:10:44 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>052238b1 - style.Makefile(5)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#052238b1</link>
        <description>style.Makefile(5)

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Fri, 04 Apr 2003 17:49:21 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3af9aed6 - WARNS from 3 to 4. still some warnings about assigning const char * to</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#3af9aed6</link>
        <description>WARNS from 3 to 4. still some warnings about assigning const char * tochar *, but we&apos;ll fix those later.

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Fri, 22 Mar 2002 19:50:58 +0000</pubDate>
        <dc:creator>Alfred Perlstein &lt;alfred@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4bc47ba - Bring code to WARNS=3 level.  Mostly fix unused variables.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#c4bc47ba</link>
        <description>Bring code to WARNS=3 level.  Mostly fix unused variables.

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Thu, 21 Mar 2002 23:05:13 +0000</pubDate>
        <dc:creator>Alfred Perlstein &lt;alfred@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2663693c - Turn on NO_WERROR and set WARNS to 1.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#2663693c</link>
        <description>Turn on NO_WERROR and set WARNS to 1.Fix the WARNS 1 warnings except unused variables.Add prototype for log_netobj().Don&apos;t compare signed/unsigned.Cast u_int64_t to &apos;unsigned long long&apos; and print using %llu.Fix constness of string arrays.Use a cast to avoid an unused parameter in a signal handler.alarm(2) can&apos;t fail, so don&apos;t check for it.ANSI&apos;ify some functions.

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Tue, 13 Nov 2001 11:24:23 +0000</pubDate>
        <dc:creator>Alfred Perlstein &lt;alfred@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90e655ea - Perform a major cleanup of the usr.sbin Makefiles.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#90e655ea</link>
        <description>Perform a major cleanup of the usr.sbin Makefiles.These are not perfectly in agreement with each other style-wise, but theyare orders of orders of magnitude more consistent style-wise than before.

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Fri, 20 Jul 2001 06:20:32 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5f8568ec - Fix compiling without -O, some dead code was using non-existant functions,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#5f8568ec</link>
        <description>Fix compiling without -O, some dead code was using non-existant functions,make the code not automatically dead but actually use the debug levelin order to determine if output is needed.  Fix non-existant from_addr()by #define&apos;ing it to inet_ntoa().Remove hardcoded -g from Makefile.Reported by: &quot;John W. De Boskey&quot; &lt;jwd@bsdwins.com&gt;Tested by: &quot;John W. De Boskey&quot; &lt;jwd@bsdwins.com&gt;

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Wed, 25 Apr 2001 18:40:38 +0000</pubDate>
        <dc:creator>Alfred Perlstein &lt;alfred@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>603c8667 - Implement client side NFS locks.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#603c8667</link>
        <description>Implement client side NFS locks.Obtained from: BSD/osImport Ok&apos;d by: mckusick, jkh, motd on builder.freebsd.org

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Tue, 17 Apr 2001 20:45:23 +0000</pubDate>
        <dc:creator>Alfred Perlstein &lt;alfred@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345e52e7 - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#345e52e7</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 14:42:20 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c73e22c3 - Set the default manual section for usr.sbin/ to 8.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#c73e22c3</link>
        <description>Set the default manual section for usr.sbin/ to 8.

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Tue, 20 Mar 2001 18:17:26 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8360efbd - Bring in a hybrid of SunSoft&apos;s transport-independent RPC (TI-RPC) and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/usr.sbin/rpc.lockd/Makefile#8360efbd</link>
        <description>Bring in a hybrid of SunSoft&apos;s transport-independent RPC (TI-RPC) andassociated changes that had to happen to make this possible as well asbugs fixed along the way.  Bring in required TLI library routines to support this.  Since we don&apos;t support TLI we&apos;ve essentially copied what NetBSD  has done, adding a thin layer to emulate direct the TLI calls  into BSD socket calls.  This is mostly from Sun&apos;s tirpc release that was made in 1994,  however some fixes were backported from the 1999 release (supposedly  only made available after this porting effort was underway).  The submitter has agreed to continue on and bring us up to the  1999 release.  Several key features are introduced with this update:    Client calls are thread safe. (1999 code has server side thread    safe)    Updated, a more modern interface.  Many userland updates were done to bring the code up to par with  the recent RPC API.  There is an update to the pthreads library, a function  pthread_main_np() was added to emulate a function of Sun&apos;s threads  library.  While we&apos;re at it, bring in NetBSD&apos;s lockd, it&apos;s been far too  long of a wait.  New rpcbind(8) replaces portmap(8) (supporting communication over  an authenticated Unix-domain socket, and by default only allowing  set and unset requests over that channel). It&apos;s much more secure  than the old portmapper.  Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded  to support TI-RPC and to support IPV6.  Umount(8) is also fixed to unmount pathnames longer than 80 chars,  which are currently truncated by the Kernel statfs structure.Submitted by: Martin Blapp &lt;mb@imp.ch&gt;Manpage review: ruSecure RPC implemented by: wpaul

            List of files:
            /freebsd-14.2/usr.sbin/rpc.lockd/Makefile</description>
        <pubDate>Mon, 19 Mar 2001 12:50:13 +0000</pubDate>
        <dc:creator>Alfred Perlstein &lt;alfred@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
