<?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/nullfs/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/nullfs/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/nullfs/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/nullfs/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>17d6c636 - Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#17d6c636</link>
        <description>Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.Not objected to by:	-current

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Fri, 11 Jan 2002 15:49:02 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>99d300a1 - - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#99d300a1</link>
        <description>- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file  systems were repo-copied from sys/miscfs to sys/fs.- Renamed the following file systems and their modules:  fdesc -&gt; fdescfs, portal -&gt; portalfs, union -&gt; unionfs.- Renamed corresponding kernel options:  FDESC -&gt; FDESCFS, PORTAL -&gt; PORTALFS, UNION -&gt; UNIONFS.- Install header files for the above file systems.- Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland  Makefiles.

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Wed, 23 May 2001 09:42:29 +0000</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c68159a6 - Use a consistent style and one much closer to the rest of /usr/src</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#c68159a6</link>
        <description>Use a consistent style and one much closer to the rest of /usr/src

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Sat, 06 Jan 2001 14:00:42 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b2fbe6f - Rename the loadable nullfs kernel module: null -&gt; nullfs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#1b2fbe6f</link>
        <description>Rename the loadable nullfs kernel module: null -&gt; nullfs

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Fri, 28 Jul 2000 11:54:09 +0000</pubDate>
        <dc:creator>Sheldon Hearn &lt;sheldonh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64db83a8 - Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead of</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#64db83a8</link>
        <description>Use .include &lt;bsd.kmod.mk&gt; to get to ../../*/conf/kmod.mk instead ofencoding the relative path.

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Sat, 27 May 2000 01:14:33 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>56ca3996 - Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#56ca3996</link>
        <description>Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.This means that the kernel can be totally self contained now and is notdependent on the last buildworld to update /usr/share/mk.  This mightalso make it easier to build 5.x kernels on 4.0 boxes etc, assuminggensetdefs and config(8) are updated.

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Thu, 04 May 2000 12:08:52 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5aa0913 - Bring these more into line with other modules that have .h files generated</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#a5aa0913</link>
        <description>Bring these more into line with other modules that have .h files generatedon the fly.

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Sun, 12 Dec 1999 16:47:33 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dd6898f6 - Don&apos;t generate opt_debug_nullfs.h.  It is no longer necessary.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#dd6898f6</link>
        <description>Don&apos;t generate opt_debug_nullfs.h.  It is no longer necessary.Removed bogus definition of NULLFS

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Sat, 04 Sep 1999 12:40:07 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3aac50f - $Id$ -&gt; $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#c3aac50f</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Sat, 28 Aug 1999 01:08:13 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a654d072 - Sample initial set of kld-ified modules.  Not all have been completely</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#a654d072</link>
        <description>Sample initial set of kld-ified modules.  Not all have been completelyconverted yet.  These are more of a starting point.  This is NOT connectedto the parent Makefile.OK&apos;ed by jkh (who is ever so patiently waiting)

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Fri, 16 Oct 1998 04:30:52 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ccf5ba74 - Back out opt_diagnostic.h changes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#ccf5ba74</link>
        <description>Back out opt_diagnostic.h changes.

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Fri, 06 Feb 1998 23:54:27 +0000</pubDate>
        <dc:creator>Eivind Eklund &lt;eivind@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8e734a64 - Make the LKMs handle DIAGNOSTIC as a new-style option.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#8e734a64</link>
        <description>Make the LKMs handle DIAGNOSTIC as a new-style option.

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Wed, 04 Feb 1998 21:56:39 +0000</pubDate>
        <dc:creator>Eivind Eklund &lt;eivind@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d889d1c - Fixed breakage from converting NULLFS_DEBUG to a new-style option.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#4d889d1c</link>
        <description>Fixed breakage from converting NULLFS_DEBUG to a new-style option.

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Sun, 01 Feb 1998 17:34:11 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4a0f765f - Revert $FreeBSD$ back to $Id$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#4a0f765f</link>
        <description>Revert $FreeBSD$ back to $Id$

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Sat, 22 Feb 1997 12:49:29 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#1130b656</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Tue, 14 Jan 1997 07:20:47 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4b1e44f1 - Build LKMs for all ``easy&apos;&apos; filesystems.  (lfs can be done, but it&apos;s more</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/nullfs/Makefile#4b1e44f1</link>
        <description>Build LKMs for all ``easy&apos;&apos; filesystems.  (lfs can be done, but it&apos;s morework; ditto NFS and it&apos;s even more work.)

            List of files:
            /freebsd-14.2/sys/modules/nullfs/Makefile</description>
        <pubDate>Wed, 21 Sep 1994 23:27:16 +0000</pubDate>
        <dc:creator>Garrett Wollman &lt;wollman@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
