<?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>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nfslockd/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/nfslockd/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nfslockd/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sys/modules/nfslockd/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aeaed508 - Move most of the 15 variations on generating opt_inet.h and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nfslockd/Makefile#aeaed508</link>
        <description>Move most of the 15 variations on generating opt_inet.h andopt_inet6.h into kmod.mk by forcing almost everybody to eat the samedogfood. While at it, consolidate the opt_bpf.h and opt_mroute.htargets here too.

            List of files:
            /freebsd-14.2/sys/modules/nfslockd/Makefile</description>
        <pubDate>Mon, 04 Aug 2014 22:37:02 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fe1fb20 - MFC: revision 197730</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nfslockd/Makefile#8fe1fb20</link>
        <description>MFC: revision 197730  unifdef NFSCLIENT because the nlm depends on the nfsclient even if NFSCLIENT  is not defined.  Now the nfslockd module works with the nfsclient module.  Reviewed by:	kibApproved by:	re (kensmith)

            List of files:
            /freebsd-14.2/sys/modules/nfslockd/Makefile</description>
        <pubDate>Wed, 07 Oct 2009 14:14:05 +0000</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d1ed2a5 - MFC: revision 197535</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nfslockd/Makefile#4d1ed2a5</link>
        <description>MFC: revision 197535  Add &apos;#define NFSCLIENT&apos; into opt_nfs.h if the NFSCLIENT variable is 1  (the default is 1).  This makes the nfslockd module works for NFS client.  Reviewed by:	dfrApproved by:	re (kib)

            List of files:
            /freebsd-14.2/sys/modules/nfslockd/Makefile</description>
        <pubDate>Thu, 01 Oct 2009 14:42:55 +0000</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>057b3c8c - unifdef NFSCLIENT because the nlm depends on the nfsclient even if NFSCLIENT</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nfslockd/Makefile#057b3c8c</link>
        <description>unifdef NFSCLIENT because the nlm depends on the nfsclient even if NFSCLIENTis not defined.Now the nfslockd module works with the nfsclient module.Reviewed by:	kibMFC after:	3 days

            List of files:
            /freebsd-14.2/sys/modules/nfslockd/Makefile</description>
        <pubDate>Sat, 03 Oct 2009 12:22:12 +0000</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e8c2bc2b - Add &apos;#define NFSCLIENT&apos; into opt_nfs.h if the NFSCLIENT variable is 1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nfslockd/Makefile#e8c2bc2b</link>
        <description>Add &apos;#define NFSCLIENT&apos; into opt_nfs.h if the NFSCLIENT variable is 1(the default is 1).This makes the nfslockd module works for NFS client.Reviewed by:	dfrMFC after:	3 days

            List of files:
            /freebsd-14.2/sys/modules/nfslockd/Makefile</description>
        <pubDate>Sun, 27 Sep 2009 13:24:34 +0000</pubDate>
        <dc:creator>Yoshihiro Takahashi &lt;nyan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5469167 - Unbreak the build by creating opt_nfs.h</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nfslockd/Makefile#a5469167</link>
        <description>Unbreak the build by creating opt_nfs.h

            List of files:
            /freebsd-14.2/sys/modules/nfslockd/Makefile</description>
        <pubDate>Thu, 31 Jul 2008 02:13:36 +0000</pubDate>
        <dc:creator>Paul Saab &lt;ps@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c675522f - Re-implement the client side of rpc.lockd in the kernel. This implementation</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nfslockd/Makefile#c675522f</link>
        <description>Re-implement the client side of rpc.lockd in the kernel. This implementationprovides the correct semantics for flock(2) style locks which are used by thelockf(1) command line tool and the pidfile(3) library. It also implementsrecovery from server restarts and ensures that dirty cache blocks are writtento the server before obtaining locks (allowing multiple clients to use filelocking to safely share data).Sponsored by:	Isilon SystemsPR:		94256MFC after:	2 weeks

            List of files:
            /freebsd-14.2/sys/modules/nfslockd/Makefile</description>
        <pubDate>Thu, 26 Jun 2008 10:21:54 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b0d16d3 - Add nfslockd and krpc modules.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nfslockd/Makefile#6b0d16d3</link>
        <description>Add nfslockd and krpc modules.

            List of files:
            /freebsd-14.2/sys/modules/nfslockd/Makefile</description>
        <pubDate>Thu, 27 Mar 2008 11:55:03 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
