<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>23401aeb15cec75fc215550b032aa898d2e62455 - Replace last few remaining MAN[1-8] with MAN</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#23401aeb15cec75fc215550b032aa898d2e62455</link>
        <description>Replace last few remaining MAN[1-8] with MANReviewed by:	ivyDifferential Revision:	https://reviews.freebsd.org/D51530

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Sat, 26 Jul 2025 10:00:02 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cda23fc36d22bfa9d57d1a57c0daaeeb86bac94f - Move mntopts(3) suppport into libutil</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#cda23fc36d22bfa9d57d1a57c0daaeeb86bac94f</link>
        <description>Move mntopts(3) suppport into libutilMany programs use this functionality so it should be available centrallyrather than compiled into each program independently.  This has themodest downside of adding libutil dependencies to some mount_&lt;foo&gt;programs, but many (plus mount(8)) already have those depndencies sothis shouldn&apos;t be a major imposition.In commit 906c312bbf74, Kirk said this could be done once the change wasmerged to FreeBSD 13.  That happened in commit 668dfa016698 in 2023.While here perform related tidying including removing SRCS where theonly entry is ${PROG}.c rendering it unnecessary.Reviewed by:	olce, dim, emasteDifferential Revision:	https://reviews.freebsd.org/D49951

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Tue, 22 Apr 2025 21:50:19 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/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:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</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://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sbin/mount_fusefs/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>23401aeb15cec75fc215550b032aa898d2e62455 - Replace last few remaining MAN[1-8] with MAN</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#23401aeb15cec75fc215550b032aa898d2e62455</link>
        <description>Replace last few remaining MAN[1-8] with MANReviewed by:	ivyDifferential Revision:	https://reviews.freebsd.org/D51530

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Sat, 26 Jul 2025 10:00:02 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cda23fc36d22bfa9d57d1a57c0daaeeb86bac94f - Move mntopts(3) suppport into libutil</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#cda23fc36d22bfa9d57d1a57c0daaeeb86bac94f</link>
        <description>Move mntopts(3) suppport into libutilMany programs use this functionality so it should be available centrallyrather than compiled into each program independently.  This has themodest downside of adding libutil dependencies to some mount_&lt;foo&gt;programs, but many (plus mount(8)) already have those depndencies sothis shouldn&apos;t be a major imposition.In commit 906c312bbf74, Kirk said this could be done once the change wasmerged to FreeBSD 13.  That happened in commit 668dfa016698 in 2023.While here perform related tidying including removing SRCS where theonly entry is ${PROG}.c rendering it unnecessary.Reviewed by:	olce, dim, emasteDifferential Revision:	https://reviews.freebsd.org/D49951

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Tue, 22 Apr 2025 21:50:19 +0000</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/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:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 04:46:32 +0000</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://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sbin/mount_fusefs/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>22289a8c3d45efcf5671750a0ceffb1296455bab - sbin: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#22289a8c3d45efcf5671750a0ceffb1296455bab</link>
        <description>sbin: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputMFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:33:01 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/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:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 07:45:30 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>406d87b1c3c9fb02dc1256f4e634c0fc71a22799 - Explicitly add more files to the &apos;runtime&apos; package.</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#406d87b1c3c9fb02dc1256f4e634c0fc71a22799</link>
        <description>Explicitly add more files to the &apos;runtime&apos; package.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 20:19:31 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6cec9cad762b6476313fb1f8e931a1647822db6b - MFC @ r266724</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#6cec9cad762b6476313fb1f8e931a1647822db6b</link>
        <description>MFC @ r266724An SVM update will follow this.

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Tue, 03 Jun 2014 02:34:21 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b8f08459569bf0faa21473e5cec2491e95c9349 - Merge head</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#3b8f08459569bf0faa21473e5cec2491e95c9349</link>
        <description>Merge head

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Mon, 28 Apr 2014 07:50:45 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7 - IFC @264767</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#84e51a1b679bececc13cbe3cd3cb9b7d461b9fe7</link>
        <description>IFC @264767

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Wed, 23 Apr 2014 21:52:43 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b8951c5625e9898313403445aec2975ac680742 - In tree makefile shouldn&apos;t be setting policy piecemeal. Don&apos;t set</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#0b8951c5625e9898313403445aec2975ac680742</link>
        <description>In tree makefile shouldn&apos;t be setting policy piecemeal. Don&apos;t setNO_MANCOMPRESS here.

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Sun, 13 Apr 2014 05:22:22 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfe30d02adda7c3b5c76156ac52d50d8cab325d9 - Merge fresh head.</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#cfe30d02adda7c3b5c76156ac52d50d8cab325d9</link>
        <description>Merge fresh head.

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Wed, 19 Jun 2013 11:36:13 +0000</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>300675f6fc464ea902932e6ee4aa2ac98e3f3c34 - MFC</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#300675f6fc464ea902932e6ee4aa2ac98e3f3c34</link>
        <description>MFC

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Tue, 27 Nov 2012 20:22:36 +0000</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a10c6f5544ccbab911d786d4b50d50cabd6bb5ab - IFC @ r242684</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#a10c6f5544ccbab911d786d4b50d50cabd6bb5ab</link>
        <description>IFC @ r242684

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Sun, 11 Nov 2012 03:26:14 +0000</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23090366f729c56cab62de74c7a51792357e98a9 - Sync from head</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#23090366f729c56cab62de74c7a51792357e98a9</link>
        <description>Sync from head

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Sun, 04 Nov 2012 02:52:03 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5fe580195f54892e4d3d0e878b011d5c71460a66 - Import a FreeBSD port of the FUSE Linux module.</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount_fusefs/Makefile#5fe580195f54892e4d3d0e878b011d5c71460a66</link>
        <description>Import a FreeBSD port of the FUSE Linux module.This has been developed during 2 summer of code mandates and being revivedby gnn recently.The functionality in this commit mirrors entirely content of fusefs-kmodport, which doesn&apos;t need to be installed anymore for -CURRENT setups.In order to get some sparse technical notes, please refer to:http://lists.freebsd.org/pipermail/freebsd-fs/2012-March/013876.htmlor to the project branch:svn://svn.freebsd.org/base/projects/fuse/which also contains granular history of changes happened during portrefinements. This commit does not came from the branch reintegrationitself because it seems svn is not behaving properly for this functionalyat the moment.Partly Sponsored by:		Google, Summer of Code program 2005, 2011Originally submitted by:	ilya, Csaba Henk &lt;csaba-ml AT creo DOT hu &gt;In collabouration with:		phoTested by:			flo, gnn, Gustau Perez,				Kevin Oberman &lt;rkoberman AT gmail DOT com&gt;MFC after:			2 months

            List of files:
            /src/sbin/mount_fusefs/Makefile</description>
        <pubDate>Sat, 13 Oct 2012 23:54:26 +0000</pubDate>
        <dc:creator>Attilio Rao &lt;attilio@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
