<?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>cda23fc36d22bfa9d57d1a57c0daaeeb86bac94f - Move mntopts(3) suppport into libutil</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/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/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/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/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>51e16cb8fc536913f490ac6bc9c17e92ebd0411b - sbin: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/Makefile#51e16cb8fc536913f490ac6bc9c17e92ebd0411b</link>
        <description>sbin: 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:
            /src/sbin/mount/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 17:21:37 +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/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sbin/mount/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>906c312bbf7493ccbcce883936d67e5c66a9c3c2 - Document the mntopts(3) functions.</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/Makefile#906c312bbf7493ccbcce883936d67e5c66a9c3c2</link>
        <description>Document the mntopts(3) functions.The mntopts(3) functions support operations associated with a mountpoint. The main purpose of this commit is to document the mntopts(3)functions that now appear in 18 utilities in the base system. Seemntopts(3) for the documentation details.The getmntopts() function appeared in 4.4BSD. The build_iovec(),build_iovec_argf(), free_iovec(), checkpath(), and rmslashes()functions were added with nmount(8) in FreeBSD 5.0. The getmntpoint()and chkdoreload() functions are being added in this commit.These functions should be in a library but for historic reasons arein a file in the sources for the mount(8) program. Thus, to accessthem the following lines need to be added to the Makefile of theprogram wanting to use them:SRCS+= getmntopts.cMOUNT= ${SRCTOP}/sbin/mountCFLAGS+= -I${MOUNT}.PATH: ${MOUNT}Once these changes have been MFC&apos;ed to 13 they may be made intoa library.Reviewed by:  kib, gbeMFC after:    2 weeksSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D37907

            List of files:
            /src/sbin/mount/Makefile</description>
        <pubDate>Sun, 15 Jan 2023 18:20:48 +0000</pubDate>
        <dc:creator>Kirk McKusick &lt;mckusick@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e725ee7eb672a8501600552283d3d08a2f7b6847 - mount: add libxo(3) support</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/Makefile#e725ee7eb672a8501600552283d3d08a2f7b6847</link>
        <description>mount: add libxo(3) supportAdds --libxo to mount(8).Differential Revision:	https://reviews.freebsd.org/D30341

            List of files:
            /src/sbin/mount/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 20:51:30 +0000</pubDate>
        <dc:creator>Cameron Katri &lt;me@cameronkatri.com&gt;</dc:creator>
    </item>
<item>
        <title>cda23fc36d22bfa9d57d1a57c0daaeeb86bac94f - Move mntopts(3) suppport into libutil</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/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/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/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/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>51e16cb8fc536913f490ac6bc9c17e92ebd0411b - sbin: Remove ancient SCCS tags.</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/Makefile#51e16cb8fc536913f490ac6bc9c17e92ebd0411b</link>
        <description>sbin: 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:
            /src/sbin/mount/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 17:21:37 +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/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/sbin/mount/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>906c312bbf7493ccbcce883936d67e5c66a9c3c2 - Document the mntopts(3) functions.</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/Makefile#906c312bbf7493ccbcce883936d67e5c66a9c3c2</link>
        <description>Document the mntopts(3) functions.The mntopts(3) functions support operations associated with a mountpoint. The main purpose of this commit is to document the mntopts(3)functions that now appear in 18 utilities in the base system. Seemntopts(3) for the documentation details.The getmntopts() function appeared in 4.4BSD. The build_iovec(),build_iovec_argf(), free_iovec(), checkpath(), and rmslashes()functions were added with nmount(8) in FreeBSD 5.0. The getmntpoint()and chkdoreload() functions are being added in this commit.These functions should be in a library but for historic reasons arein a file in the sources for the mount(8) program. Thus, to accessthem the following lines need to be added to the Makefile of theprogram wanting to use them:SRCS+= getmntopts.cMOUNT= ${SRCTOP}/sbin/mountCFLAGS+= -I${MOUNT}.PATH: ${MOUNT}Once these changes have been MFC&apos;ed to 13 they may be made intoa library.Reviewed by:  kib, gbeMFC after:    2 weeksSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D37907

            List of files:
            /src/sbin/mount/Makefile</description>
        <pubDate>Sun, 15 Jan 2023 18:20:48 +0000</pubDate>
        <dc:creator>Kirk McKusick &lt;mckusick@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e725ee7eb672a8501600552283d3d08a2f7b6847 - mount: add libxo(3) support</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/Makefile#e725ee7eb672a8501600552283d3d08a2f7b6847</link>
        <description>mount: add libxo(3) supportAdds --libxo to mount(8).Differential Revision:	https://reviews.freebsd.org/D30341

            List of files:
            /src/sbin/mount/Makefile</description>
        <pubDate>Thu, 23 Sep 2021 20:51:30 +0000</pubDate>
        <dc:creator>Cameron Katri &lt;me@cameronkatri.com&gt;</dc:creator>
    </item>
<item>
        <title>a773cead9f95e0f76bfa8c2228b6ab28a25e8fa1 - Merge ^/head r318964 through r319164.</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/Makefile#a773cead9f95e0f76bfa8c2228b6ab28a25e8fa1</link>
        <description>Merge ^/head r318964 through r319164.

            List of files:
            /src/sbin/mount/Makefile</description>
        <pubDate>Mon, 29 May 2017 22:25:33 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b2d5e4fc2e1385879cd08b71948ac8255671109 - Move mount.conf(8) to mount.conf(5); it&apos;s a kernel configuration file</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/Makefile#5b2d5e4fc2e1385879cd08b71948ac8255671109</link>
        <description>Move mount.conf(8) to mount.conf(5); it&apos;s a kernel configuration fileand not an administrative utility.MFC after:	2 weeks

            List of files:
            /src/sbin/mount/Makefile</description>
        <pubDate>Sun, 28 May 2017 18:07:53 +0000</pubDate>
        <dc:creator>Edward Tomasz Napierala &lt;trasz@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/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/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/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/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>98e0ffaefb0f241cda3a72395d3be04192ae0d47 - Merge sync of head</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/Makefile#98e0ffaefb0f241cda3a72395d3be04192ae0d47</link>
        <description>Merge sync of head

            List of files:
            /src/sbin/mount/Makefile</description>
        <pubDate>Wed, 27 May 2015 01:19:58 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d899be7d43d8df9cb485af5705e2724165a461c7 - Reintegrate head: r274132-r277384</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/Makefile#d899be7d43d8df9cb485af5705e2724165a461c7</link>
        <description>Reintegrate head: r274132-r277384Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/sbin/mount/Makefile</description>
        <pubDate>Mon, 19 Jan 2015 16:15:12 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17 - Reintegrate head revisions r273096-r277147</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/Makefile#8f0ea33f2bbf3a6aa80235f0a02fa5f2780c2b17</link>
        <description>Reintegrate head revisions r273096-r277147Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/sbin/mount/Makefile</description>
        <pubDate>Tue, 13 Jan 2015 21:29:24 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf - MFHead @ r275232</title>
        <link>http://opengrok.net:8080/history/src/sbin/mount/Makefile#840e70929b3bc0bfdbccfd8d8626d6e2f29ddbcf</link>
        <description>MFHead @ r275232

            List of files:
            /src/sbin/mount/Makefile</description>
        <pubDate>Sat, 29 Nov 2014 05:28:40 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
