<?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>cda23fc36d22bfa9d57d1a57c0daaeeb86bac94f - Move mntopts(3) suppport into libutil</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/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:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Tue, 22 Apr 2025 23:50:19 +0200</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/sbin/fsck/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>906c312bbf7493ccbcce883936d67e5c66a9c3c2 - Document the mntopts(3) functions.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/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:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Sun, 15 Jan 2023 19:20:48 +0100</pubDate>
        <dc:creator>Kirk McKusick &lt;mckusick@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/sbin/fsck/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/sbin/fsck/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>406d87b1c3c9fb02dc1256f4e634c0fc71a22799 - Explicitly add more files to the &apos;runtime&apos; package.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#406d87b1c3c9fb02dc1256f4e634c0fc71a22799</link>
        <description>Explicitly add more files to the &apos;runtime&apos; package.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Tue, 09 Feb 2016 21:19:31 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /freebsd/sbin/fsck/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>4e27d36d38f4c3b12bcc1855c5d41527d08d1ce0 - IFC @r271694</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#4e27d36d38f4c3b12bcc1855c5d41527d08d1ce0</link>
        <description>IFC @r271694

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Wed, 17 Sep 2014 20:46:51 +0200</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>246e7a2b6494cd991b08ac669ed761ecea0cc98c - IFC @r269962</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#246e7a2b6494cd991b08ac669ed761ecea0cc98c</link>
        <description>IFC @r269962Submitted by:	Anish Gupta (akgupt3@gmail.com)

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Tue, 02 Sep 2014 06:22:42 +0200</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>832fd78087f260a74a902974646f22338f0bea44 - Sync to HEAD@r270409.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#832fd78087f260a74a902974646f22338f0bea44</link>
        <description>Sync to HEAD@r270409.

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Sat, 23 Aug 2014 16:58:31 +0200</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5608fd23c27fa1e8ee595d7b678cbfd35d657fbe - Revert r267233 for now. PIE support needs to be reworked.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#5608fd23c27fa1e8ee595d7b678cbfd35d657fbe</link>
        <description>Revert r267233 for now. PIE support needs to be reworked.1. 50+% of NO_PIE use is fixed by adding -fPIC to INTERNALLIB and other   build-only utility libraries.2. Another 40% is fixed by generating _pic.a variants of various libraries.3. Some of the NO_PIE use is a bit absurd as it is disabling PIE (and ASLR)   where it never would work anyhow, such as csu or loader. This suggests   there may be better ways of adding support to the tree. Many of these   cases can be fixed such that -fPIE will work but there is really no   reason to have it in those cases.4. Some of the uses are working around hacks done to some Makefiles that are   really building libraries but have been using bsd.prog.mk because the code   is cleaner. Had they been using bsd.lib.mk then NO_PIE would not have   been needed.We likely do want to enable PIE by default (opt-out) for non-tree consumers(such as ports). For in-tree though we probably want to only enable PIE(opt-in) for common attack targets such as remote service daemons and setuidutilities. This is also a great performance compromise since ASLR is expectedto reduce performance. As such it does not make sense to enable it in allutilities such as ls(1) that have little benefit to having it enabled.Reported by:	kib

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Tue, 19 Aug 2014 17:04:32 +0200</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee7b0571c2c18bdec848ed2044223cc88db29bd8 - Merge head from 7/28</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#ee7b0571c2c18bdec848ed2044223cc88db29bd8</link>
        <description>Merge head from 7/28

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Tue, 19 Aug 2014 08:50:54 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>864c53ead899f7838cd2e1cca3b485a4a82f5cdc - In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#864c53ead899f7838cd2e1cca3b485a4a82f5cdc</link>
        <description>In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.This is currently an opt-in build flag. Once ASLR support is ready and stableit should changed to opt-out and be enabled by default along with ASLR.Each application Makefile uses opt-out to ensure that ASLR will be enabled bydefault in new directories when the system is compiled with PIE/ASLR. [2]Mark known build failures as NO_PIE for now.The only known runtime failure was rtld.[1] http://www.bsdcan.org/2014/schedule/events/452.en.htmlSubmitted by:		Shawn Webb &lt;lattera@gmail.com&gt;Discussed between:	des@ and Shawn Webb [2]

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Sun, 08 Jun 2014 19:29:31 +0200</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfe30d02adda7c3b5c76156ac52d50d8cab325d9 - Merge fresh head.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#cfe30d02adda7c3b5c76156ac52d50d8cab325d9</link>
        <description>Merge fresh head.

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Wed, 19 Jun 2013 13:36:13 +0200</pubDate>
        <dc:creator>Gleb Smirnoff &lt;glebius@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>300675f6fc464ea902932e6ee4aa2ac98e3f3c34 - MFC</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#300675f6fc464ea902932e6ee4aa2ac98e3f3c34</link>
        <description>MFC

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Tue, 27 Nov 2012 21:22:36 +0100</pubDate>
        <dc:creator>Alexander Motin &lt;mav@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a10c6f5544ccbab911d786d4b50d50cabd6bb5ab - IFC @ r242684</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#a10c6f5544ccbab911d786d4b50d50cabd6bb5ab</link>
        <description>IFC @ r242684

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Sun, 11 Nov 2012 04:26:14 +0100</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23090366f729c56cab62de74c7a51792357e98a9 - Sync from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#23090366f729c56cab62de74c7a51792357e98a9</link>
        <description>Sync from head

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Sun, 04 Nov 2012 03:52:03 +0100</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bbc4438c9bd4b0294a8c5ce5253e3ffe3189cf9 - Make fsck and fsck_msdosfs WARNS=6 clean</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#3bbc4438c9bd4b0294a8c5ce5253e3ffe3189cf9</link>
        <description>Make fsck and fsck_msdosfs WARNS=6 clean- sprinkle const- add volatile qualifier to avoid vfork clobberingInspired by:	NetBSDPR:		bin/139802Reviewed by:	ed

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Sun, 21 Oct 2012 14:01:19 +0200</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>feeac7d216508e4df0212cce98e84a0d1a422e3b - Bump WARNS level and add a &apos;?&apos; to WARNS=.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#feeac7d216508e4df0212cce98e84a0d1a422e3b</link>
        <description>Bump WARNS level and add a &apos;?&apos; to WARNS=.

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Wed, 29 Oct 2003 17:10:17 +0100</pubDate>
        <dc:creator>Tom Rhodes &lt;trhodes@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2d68bf45bfd846af100054ea94cdce64e298eb01 - Default to WARNS=2.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#2d68bf45bfd846af100054ea94cdce64e298eb01</link>
        <description>Default to WARNS=2.Binary builds that cannot handle this must explicitly set WARNS=0.Reviewed by:	mike

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Tue, 04 Dec 2001 03:19:58 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0a5779d45bf5cbb474e004524b8788e796db914c - - Backout botched attempt to introduce MANSECT feature.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/sbin/fsck/Makefile#0a5779d45bf5cbb474e004524b8788e796db914c</link>
        <description>- Backout botched attempt to introduce MANSECT feature.- MAN[1-9] -&gt; MAN.

            List of files:
            /freebsd/sbin/fsck/Makefile</description>
        <pubDate>Mon, 26 Mar 2001 16:33:27 +0200</pubDate>
        <dc:creator>Ruslan Ermilov &lt;ru@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
