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

            List of files:
            /freebsd-14.2/bin/df/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>f0fd4a32 - bin/df: allow -t option to be used together with -l</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#f0fd4a32</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-14.2/bin/df/Makefile</description>
        <pubDate>Thu, 10 Feb 2022 20:09:34 +0000</pubDate>
        <dc:creator>Stefan E&#223;er &lt;se@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1740c2db - df: Remove support for mounting devices</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#1740c2db</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-14.2/bin/df/Makefile</description>
        <pubDate>Fri, 13 Nov 2020 16:47:42 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>caf42d81 - bin: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#caf42d81</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-14.2/bin/df/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:31:08 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>facc3cb0 - Use nmount(2) rather than the obsolete mount(2).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#facc3cb0</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-14.2/bin/df/Makefile</description>
        <pubDate>Wed, 14 Dec 2016 21:30:44 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>176d3efd - Put the undocumented df feature of mounting filesystems from device nodes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#176d3efd</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-14.2/bin/df/Makefile</description>
        <pubDate>Wed, 14 Dec 2016 21:11:42 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ac2875fa - Explicitly add unmarked bin/ binaries to the runtime package.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#ac2875fa</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-14.2/bin/df/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 16:58:50 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12cd1730 - Convert bin/ to LIBADD, reduce overlinking allow to build all components as</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#12cd1730</link>
        <description>Convert bin/ to LIBADD, reduce overlinking allow to build all components asstatic

            List of files:
            /freebsd-14.2/bin/df/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 11:15:40 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b6ff8745 - Convert to use libxo.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#b6ff8745</link>
        <description>Convert to use libxo.Obtained from:  Phil Shafer &lt;phil@juniper.net&gt;Sponsored by:   Juniper Networks, Inc.

            List of files:
            /freebsd-14.2/bin/df/Makefile</description>
        <pubDate>Fri, 07 Nov 2014 03:03:25 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>478290db - Check in first src/tests snapshot from NetBSD anoncvs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#478290db</link>
        <description>Check in first src/tests snapshot from NetBSD anoncvsSources were obtained like so:% export CVSROOT=&quot;anoncvs@anoncvs.NetBSD.org:/cvsroot&quot;% cvs -z9 co -D &quot;09/30/2014 20:45&quot; -P src/tests% mv src/tests/* tests/dist/.&apos;*CVS*&apos; has been added to svn:ignore to ease updating periodically fromupstreamSome line ending issues had to be resolved with test outputs and scriptsvia dos2unix and by deleting the eol-style property set in usr.bin/sortDiscussed with: rpauloSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/bin/df/Makefile</description>
        <pubDate>Wed, 01 Oct 2014 04:07:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d3940bb - Use humanize_number(3) to format sizes into a human readable form.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#7d3940bb</link>
        <description>Use humanize_number(3) to format sizes into a human readable form.

            List of files:
            /freebsd-14.2/bin/df/Makefile</description>
        <pubDate>Mon, 24 May 2004 22:22:29 +0000</pubDate>
        <dc:creator>Pawel Jakub Dawidek &lt;pjd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>076419d2 - Add -c option simular to du(1).</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#076419d2</link>
        <description>Add -c option simular to du(1).PR:		19635Submitted by:	cyrille.lefevre@laposte.net

            List of files:
            /freebsd-14.2/bin/df/Makefile</description>
        <pubDate>Sun, 18 Apr 2004 20:56:31 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eac4bdcc - Get this area compiling with the highest WARNS= that it works with.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#eac4bdcc</link>
        <description>Get this area compiling with the highest WARNS= that it works with.Obsolete WFORMAT= junk also removed where possible.OK&apos;ed by:	obrienTested on:	sparc64, alpha, i386

            List of files:
            /freebsd-14.2/bin/df/Makefile</description>
        <pubDate>Fri, 13 Jun 2003 07:04:02 +0000</pubDate>
        <dc:creator>Mark Murray &lt;markm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>532aff98 - Remove the private code for reading UFS superblocks, this does not belong</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#532aff98</link>
        <description>Remove the private code for reading UFS superblocks, this does not belongin df(1) when we have multiple filesystem types, and the complications ofhandling UFS2 pushes this over the edge.Use the .../mount/extern.h to get prototypes of the functions weborrow from there.  Constify things to match.  (why aren&apos;t thesefunctions in a lib anyway ?)Make everything static and set WARNS?=5.The way the &quot;df diskdevice&quot; thing works for unmounted diskdevicesis not very general.Sponsored by: DARPA &amp; NAI Labs.

            List of files:
            /freebsd-14.2/bin/df/Makefile</description>
        <pubDate>Sun, 12 May 2002 19:24:09 +0000</pubDate>
        <dc:creator>Poul-Henning Kamp &lt;phk@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a7482907 - Default to WARNS=2.  Binary builds that cannot handle this must explicitly</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#a7482907</link>
        <description>Default to WARNS=2.  Binary builds that cannot handle this must explicitlyset WARNS=0.Reviewed by:	mike

            List of files:
            /freebsd-14.2/bin/df/Makefile</description>
        <pubDate>Tue, 04 Dec 2001 01:57:47 +0000</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>982f5d88 - WARNS= -&gt; WARNS?=</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#982f5d88</link>
        <description>WARNS= -&gt; WARNS?=Submitted by:	Mike Barcroft &lt;mike@q9media.com&gt;

            List of files:
            /freebsd-14.2/bin/df/Makefile</description>
        <pubDate>Fri, 22 Jun 2001 21:38:30 +0000</pubDate>
        <dc:creator>Dima Dorfman &lt;dd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a95a13bb - BDECFLAGS cleanup (modulo long long issues).  Add WARNS.  Tested on alpha.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#a95a13bb</link>
        <description>BDECFLAGS cleanup (modulo long long issues).  Add WARNS.  Tested on alpha.Reviewed by:	the great man himself (except alpha cleanups)

            List of files:
            /freebsd-14.2/bin/df/Makefile</description>
        <pubDate>Sun, 20 May 2001 04:12:30 +0000</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e78527c4 - GC some dead code relating to running df on unmounted block devices,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#e78527c4</link>
        <description>GC some dead code relating to running df on unmounted block devices,and remove the setgid operator bit from the installed binary: if you wantto view free disk space on an unmounted device, you should have readpermissions to access it.Reviewed by:	phk

            List of files:
            /freebsd-14.2/bin/df/Makefile</description>
        <pubDate>Tue, 08 May 2001 06:58:25 +0000</pubDate>
        <dc:creator>Kris Kennaway &lt;kris@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5ebae837 - Fixed LDADD.  Using ${LIBM} instead of -lm gave the wrong libm in most</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#5ebae837</link>
        <description>Fixed LDADD.  Using ${LIBM} instead of -lm gave the wrong libm in mostcases and broke the world in some cases.Fixed some style bugs (the usual ones for DPADD and LDADD, misplacementof DPADD and LDADD, and misplacement of $FreeBSD$).

            List of files:
            /freebsd-14.2/bin/df/Makefile</description>
        <pubDate>Mon, 27 Mar 2000 14:53:26 +0000</pubDate>
        <dc:creator>Bruce Evans &lt;bde@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dd6d33e8 - add human readable output (-h and -H)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/bin/df/Makefile#dd6d33e8</link>
        <description>add human readable output (-h and -H)Obtained from:	parts of human readable code from OpenBSDReviewed by:	obrienadd POSIX, byte and megabyte block size ouput flagsPR:		13579 (POSIX flag)Submitted by:	Mike Meyer &lt;mwm@phone.net&gt;

            List of files:
            /freebsd-14.2/bin/df/Makefile</description>
        <pubDate>Wed, 15 Dec 1999 03:44:09 +0000</pubDate>
        <dc:creator>Michael Haro &lt;mharo@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
