<?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>e9ac41698b2f322d55ccf9da50a3596edb2c1800 - Remove residual blank line at start of Makefile</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/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/lib/libdevdctl/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/lib/libdevdctl/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/lib/libdevdctl/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>52f2b0387712205309467bf6673b3e0dab8e173c - libdevdctl: update deprecated deprecation warning comment</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#52f2b0387712205309467bf6673b3e0dab8e173c</link>
        <description>libdevdctl: update deprecated deprecation warning commentThe comment indicated -Wno-deprecated-declarations was used to avoidwarnings about deprecated auto_ptr and various deprecated functionobjects from &lt;functional&gt;.  libdevdctl (now) does not use auto_ptr,so don&apos;t mention it in the comment.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Tue, 29 Nov 2022 19:44:15 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38c0ca1481ac10422d20aa985735e44aa87fc0b5 - Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#38c0ca1481ac10422d20aa985735e44aa87fc0b5</link>
        <description>Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp9.0.0 final release r372316.Release notes for llvm, clang, lld and libc++ 9.0.0 are available here:https://releases.llvm.org/9.0.0/docs/ReleaseNotes.htmlhttps://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.htmlhttps://releases.llvm.org/9.0.0/tools/lld/docs/ReleaseNotes.htmlhttps://releases.llvm.org/9.0.0/projects/libcxx/docs/ReleaseNotes.htmlPR:		240629MFC after:	1 month

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Wed, 09 Oct 2019 17:06:56 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c3f47a727372086b41ef9ce06eb1f1eb83a67d3 - Another round of attempting to squelch -Wdeprecated-declarations, which</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#2c3f47a727372086b41ef9ce06eb1f1eb83a67d3</link>
        <description>Another round of attempting to squelch -Wdeprecated-declarations, whichhas become very trigger-happy with libc++ 9.0.0.It does not help that gcc&apos;s implementation of this warning is even moretrigger-happy, in the sense that it already warns on the declarationitself, not when you are using it.  This is very annoying with our useof -Wsystem-headers.  That should really be disabled for gcc.

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Tue, 17 Sep 2019 06:07:08 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23e2b4d9b18cfe9aa9c50c5a63e922b592f23c4e - Instead of disabling gcc&apos;s deprecated declaration warnings about e.g.</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#23e2b4d9b18cfe9aa9c50c5a63e922b592f23c4e</link>
        <description>Instead of disabling gcc&apos;s deprecated declaration warnings about e.g.std::auto_ptr in a whole bunch of individual Makefiles, make the warningglobally non-fatal instead.  This is similar to what was done to manymore non-fatal warnings from newer gcc versions.

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Sat, 14 Sep 2019 19:16:28 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e008cf3eb58f57efc484c8aaef1fbc9f8f146036 - Silence gcc warnings in libdevdctl about deprecated std::auto_ptr, and</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#e008cf3eb58f57efc484c8aaef1fbc9f8f146036</link>
        <description>Silence gcc warnings in libdevdctl about deprecated std::auto_ptr, andvarious function objects from &lt;functional&gt;.

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Mon, 09 Sep 2019 19:56:20 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@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/lib/libdevdctl/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/lib/libdevdctl/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/lib/libdevdctl/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/lib/libdevdctl/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>52f2b0387712205309467bf6673b3e0dab8e173c - libdevdctl: update deprecated deprecation warning comment</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#52f2b0387712205309467bf6673b3e0dab8e173c</link>
        <description>libdevdctl: update deprecated deprecation warning commentThe comment indicated -Wno-deprecated-declarations was used to avoidwarnings about deprecated auto_ptr and various deprecated functionobjects from &lt;functional&gt;.  libdevdctl (now) does not use auto_ptr,so don&apos;t mention it in the comment.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Tue, 29 Nov 2022 19:44:15 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38c0ca1481ac10422d20aa985735e44aa87fc0b5 - Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#38c0ca1481ac10422d20aa985735e44aa87fc0b5</link>
        <description>Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp9.0.0 final release r372316.Release notes for llvm, clang, lld and libc++ 9.0.0 are available here:https://releases.llvm.org/9.0.0/docs/ReleaseNotes.htmlhttps://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.htmlhttps://releases.llvm.org/9.0.0/tools/lld/docs/ReleaseNotes.htmlhttps://releases.llvm.org/9.0.0/projects/libcxx/docs/ReleaseNotes.htmlPR:		240629MFC after:	1 month

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Wed, 09 Oct 2019 17:06:56 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2c3f47a727372086b41ef9ce06eb1f1eb83a67d3 - Another round of attempting to squelch -Wdeprecated-declarations, which</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#2c3f47a727372086b41ef9ce06eb1f1eb83a67d3</link>
        <description>Another round of attempting to squelch -Wdeprecated-declarations, whichhas become very trigger-happy with libc++ 9.0.0.It does not help that gcc&apos;s implementation of this warning is even moretrigger-happy, in the sense that it already warns on the declarationitself, not when you are using it.  This is very annoying with our useof -Wsystem-headers.  That should really be disabled for gcc.

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Tue, 17 Sep 2019 06:07:08 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23e2b4d9b18cfe9aa9c50c5a63e922b592f23c4e - Instead of disabling gcc&apos;s deprecated declaration warnings about e.g.</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#23e2b4d9b18cfe9aa9c50c5a63e922b592f23c4e</link>
        <description>Instead of disabling gcc&apos;s deprecated declaration warnings about e.g.std::auto_ptr in a whole bunch of individual Makefiles, make the warningglobally non-fatal instead.  This is similar to what was done to manymore non-fatal warnings from newer gcc versions.

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Sat, 14 Sep 2019 19:16:28 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e008cf3eb58f57efc484c8aaef1fbc9f8f146036 - Silence gcc warnings in libdevdctl about deprecated std::auto_ptr, and</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#e008cf3eb58f57efc484c8aaef1fbc9f8f146036</link>
        <description>Silence gcc warnings in libdevdctl about deprecated std::auto_ptr, andvarious function objects from &lt;functional&gt;.

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Mon, 09 Sep 2019 19:56:20 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a0c41d5d7d4e9770ef6f5d56f893efc8f18ab7c - zfsd(8), the ZFS fault management daemon</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#7a0c41d5d7d4e9770ef6f5d56f893efc8f18ab7c</link>
        <description>zfsd(8), the ZFS fault management daemonAdd zfsd, which deals with hard drive faults in ZFS pools. It manageshotspares and replements in drive slots that publish physical paths.cddl/usr.sbin/zfsd	Add zfsd(8) and its unit testscddl/usr.sbin/Makefile	Add zfsd to the buildlib/libdevdctl	A C++ library that helps devd clients process eventslib/Makefileshare/mk/bsd.libnames.mkshare/mk/src.libnames.mk	Add libdevdctl to the build. It&apos;s a private library, unusable by	out-of-tree software.etc/defaults/rc.conf	By default, set zfsd_enable to NOetc/mtree/BSD.include.dist	Add a directory for libdevdctl&apos;s include filesetc/mtree/BSD.tests.dist	Add a directory for zfsd&apos;s unit testsetc/mtree/BSD.var.dist	Add /var/db/zfsd/cases, where zfsd stores case files while it&apos;s shut	down.etc/rc.d/Makefileetc/rc.d/zfsd	Add zfsd&apos;s rc scriptsys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev.c	Fix the resource.fs.zfs.statechange message. It had a number of	problems:	It was only being emitted on a transition to the HEALTHY state.	That made it impossible for zfsd to take actions based on drives	getting sicker.	It compared the new state to vdev_prevstate, which is the state that	the vdev had the last time it was opened.  That doesn&apos;t make sense,	because a vdev can change state multiple times without being	reopened.	vdev_set_state contains logic that will change the device&apos;s new	state based on various conditions.  However, the statechange event	was being posted _before_ that logic took effect.  Now it&apos;s being	posted after.Submitted by:	gibbs, asomers, mav, allanjudeReviewed by:	mav, delphijRelnotes:	yesSponsored by:	Spectra Logic Corp, iX SystemsDifferential Revision:	https://reviews.freebsd.org/D6564

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Sat, 28 May 2016 17:43:40 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7a0c41d5d7d4e9770ef6f5d56f893efc8f18ab7c - zfsd(8), the ZFS fault management daemon</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#7a0c41d5d7d4e9770ef6f5d56f893efc8f18ab7c</link>
        <description>zfsd(8), the ZFS fault management daemonAdd zfsd, which deals with hard drive faults in ZFS pools. It manageshotspares and replements in drive slots that publish physical paths.cddl/usr.sbin/zfsd	Add zfsd(8) and its unit testscddl/usr.sbin/Makefile	Add zfsd to the buildlib/libdevdctl	A C++ library that helps devd clients process eventslib/Makefileshare/mk/bsd.libnames.mkshare/mk/src.libnames.mk	Add libdevdctl to the build. It&apos;s a private library, unusable by	out-of-tree software.etc/defaults/rc.conf	By default, set zfsd_enable to NOetc/mtree/BSD.include.dist	Add a directory for libdevdctl&apos;s include filesetc/mtree/BSD.tests.dist	Add a directory for zfsd&apos;s unit testsetc/mtree/BSD.var.dist	Add /var/db/zfsd/cases, where zfsd stores case files while it&apos;s shut	down.etc/rc.d/Makefileetc/rc.d/zfsd	Add zfsd&apos;s rc scriptsys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev.c	Fix the resource.fs.zfs.statechange message. It had a number of	problems:	It was only being emitted on a transition to the HEALTHY state.	That made it impossible for zfsd to take actions based on drives	getting sicker.	It compared the new state to vdev_prevstate, which is the state that	the vdev had the last time it was opened.  That doesn&apos;t make sense,	because a vdev can change state multiple times without being	reopened.	vdev_set_state contains logic that will change the device&apos;s new	state based on various conditions.  However, the statechange event	was being posted _before_ that logic took effect.  Now it&apos;s being	posted after.Submitted by:	gibbs, asomers, mav, allanjudeReviewed by:	mav, delphijRelnotes:	yesSponsored by:	Spectra Logic Corp, iX SystemsDifferential Revision:	https://reviews.freebsd.org/D6564

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Sat, 28 May 2016 17:43:40 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@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/lib/libdevdctl/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/lib/libdevdctl/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/lib/libdevdctl/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/lib/libdevdctl/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>52f2b0387712205309467bf6673b3e0dab8e173c - libdevdctl: update deprecated deprecation warning comment</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#52f2b0387712205309467bf6673b3e0dab8e173c</link>
        <description>libdevdctl: update deprecated deprecation warning commentThe comment indicated -Wno-deprecated-declarations was used to avoidwarnings about deprecated auto_ptr and various deprecated functionobjects from &lt;functional&gt;.  libdevdctl (now) does not use auto_ptr,so don&apos;t mention it in the comment.Sponsored by:	The FreeBSD Foundation

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Tue, 29 Nov 2022 19:44:15 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38c0ca1481ac10422d20aa985735e44aa87fc0b5 - Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/Makefile#38c0ca1481ac10422d20aa985735e44aa87fc0b5</link>
        <description>Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp9.0.0 final release r372316.Release notes for llvm, clang, lld and libc++ 9.0.0 are available here:https://releases.llvm.org/9.0.0/docs/ReleaseNotes.htmlhttps://releases.llvm.org/9.0.0/tools/clang/docs/ReleaseNotes.htmlhttps://releases.llvm.org/9.0.0/tools/lld/docs/ReleaseNotes.htmlhttps://releases.llvm.org/9.0.0/projects/libcxx/docs/ReleaseNotes.htmlPR:		240629MFC after:	1 month

            List of files:
            /src/lib/libdevdctl/Makefile</description>
        <pubDate>Wed, 09 Oct 2019 17:06:56 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
