<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#e9ac41698b2f322d55ccf9da50a3596edb2c1800</link>
        <description>Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I&apos;ll just run the command on the branches)Sponsored by: Netflix

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 06:46:32 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>90aea514c6249118e880d75972d063362f4bf492 - bin: Remove ancient SCCS tags.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#90aea514c6249118e880d75972d063362f4bf492</link>
        <description>bin: Remove ancient SCCS tags.Remove ancient SCCS tags from the tree, automated scripting, with twominor fixup to keep things compiling. All the common forms in the treewere removed with a perl script.Sponsored by:		Netflix

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 18:21:37 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0fd4a32c4f7ab5eb008ab08a1a13cb20d4b30d2 - bin/df: allow -t option to be used together with -l</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#f0fd4a32c4f7ab5eb008ab08a1a13cb20d4b30d2</link>
        <description>bin/df: allow -t option to be used together with -lThe df command provides a -l option to exclude all non-local filesystems and a -t option with a (positive or negative) list of filesystem types to display.This commit adds support for a combination of -l and -t. If both arespecified, the parameter list of the -t option is applied on top ofthe selection of &#246;ocal file systems (independently of the order ofthe -l and -t options).E.g., &quot;df -t noprocfs,sysfs -l&quot; will select all local file systemsexcept those of type procfs and sysfs.PR:		260921Approved by:	impRelnotes:	yesMFC after:	1 monthDifferential Revision:	https://reviews.freebsd.org/D33748

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Thu, 10 Feb 2022 21:09:34 +0100</pubDate>
        <dc:creator>Stefan E&#223;er &lt;se@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1740c2dbb628ba657d5eb185cdd8fe20d959555f - df: Remove support for mounting devices</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#1740c2dbb628ba657d5eb185cdd8fe20d959555f</link>
        <description>df: Remove support for mounting devicesThis was marked deprecated in r329092, over two and a half years ago.This functionality is also buggy per PR 237368.PR:		237368Reviewed by:	brooks, cem, emaste, impDifferential Revision:	https://reviews.freebsd.org/D27197

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Fri, 13 Nov 2020 17:47:42 +0100</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>caf42d812634461f3196797f55f320c03c49b019 - bin: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#caf42d812634461f3196797f55f320c03c49b019</link>
        <description>bin: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputMFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 12:31:08 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3ffd35307077b69e8e71772d0e2603f8ffbc4804 - Merge ^/head r309817 through r310168.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#3ffd35307077b69e8e71772d0e2603f8ffbc4804</link>
        <description>Merge ^/head r309817 through r310168.

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Fri, 16 Dec 2016 19:38:31 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>facc3cb0ff89079cca9ce320be9954ee349ad979 - Use nmount(2) rather than the obsolete mount(2).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#facc3cb0ff89079cca9ce320be9954ee349ad979</link>
        <description>Use nmount(2) rather than the obsolete mount(2).Reviewed by:	cemMFC after:	1 weekSponsored by:	DARPA, AFRLDifferential Revision:	https://reviews.freebsd.org/D8513

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Wed, 14 Dec 2016 22:30:44 +0100</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>176d3efd2b8fb2824b75a95036bec4d543d548b6 - Put the undocumented df feature of mounting filesystems from device nodes</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#176d3efd2b8fb2824b75a95036bec4d543d548b6</link>
        <description>Put the undocumented df feature of mounting filesystems from device nodesunder an ifdef.  Leave enabled.Reviewed by:	cemMFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D8513

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Wed, 14 Dec 2016 22:11:42 +0100</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 09:45:30 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac2875fa16f0a3747b0e3f249814c4297605be61 - Explicitly add unmarked bin/ binaries to the runtime package.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#ac2875fa16f0a3747b0e3f249814c4297605be61</link>
        <description>Explicitly add unmarked bin/ binaries to the runtime package.Note: tcsh(1) has a MK_TCSH=no test, so this should be a separatepackage, which requires pre-install/post-install scripts, to beadded later.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 17:58:50 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Wed, 27 May 2015 03:19:58 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 17:15:12 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 22:29:24 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf - MFHead @ r275232</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf</link>
        <description>MFHead @ r275232

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Sat, 29 Nov 2014 06:28:40 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f - r274961 through r275075</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#2c97f721e7032f8c0e1d19a6b8887bd2af8cfa0f</link>
        <description>r274961 through r275075

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 22:43:01 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12cd1730ee44a04d5137368d62233dc38c7ce233 - Convert bin/ to LIBADD, reduce overlinking allow to build all components as</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#12cd1730ee44a04d5137368d62233dc38c7ce233</link>
        <description>Convert bin/ to LIBADD, reduce overlinking allow to build all components asstatic

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 12:15:40 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Wed, 19 Nov 2014 02:07:58 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a9413f6ca0c534957978b294aaab4bdb1f1b984f - Sync to HEAD@r274297.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#a9413f6ca0c534957978b294aaab4bdb1f1b984f</link>
        <description>Sync to HEAD@r274297.

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Sat, 08 Nov 2014 19:13:35 +0100</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6ff8745aa6a15b074cf89bcf96acf61f34d7da3 - Convert to use libxo.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/bin/df/Makefile#b6ff8745aa6a15b074cf89bcf96acf61f34d7da3</link>
        <description>Convert to use libxo.Obtained from:  Phil Shafer &lt;phil@juniper.net&gt;Sponsored by:   Juniper Networks, Inc.

            List of files:
            /freebsd/bin/df/Makefile</description>
        <pubDate>Fri, 07 Nov 2014 04:03:25 +0100</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
