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

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

            List of files:
            /src/lib/libdevdctl/tests/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>9b3ece1c2eb92a881cb2553271e123382bfe31c1 - MFhead@r313243</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/tests/Makefile#9b3ece1c2eb92a881cb2553271e123382bfe31c1</link>
        <description>MFhead@r313243

            List of files:
            /src/lib/libdevdctl/tests/Makefile</description>
        <pubDate>Sat, 04 Feb 2017 18:06:09 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4aa656aa587a4bad15e15bf45e149e176c22293 - Merge ^/head r312309 through r312623.</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/tests/Makefile#a4aa656aa587a4bad15e15bf45e149e176c22293</link>
        <description>Merge ^/head r312309 through r312623.

            List of files:
            /src/lib/libdevdctl/tests/Makefile</description>
        <pubDate>Sun, 22 Jan 2017 16:05:13 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e28f65a45230fa377e7daa6aa15a40b686e34a8c - Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/tests/Makefile#e28f65a45230fa377e7daa6aa15a40b686e34a8c</link>
        <description>Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etcMFC after:	3 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /src/lib/libdevdctl/tests/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:55:14 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@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/tests/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/tests/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>9b3ece1c2eb92a881cb2553271e123382bfe31c1 - MFhead@r313243</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/tests/Makefile#9b3ece1c2eb92a881cb2553271e123382bfe31c1</link>
        <description>MFhead@r313243

            List of files:
            /src/lib/libdevdctl/tests/Makefile</description>
        <pubDate>Sat, 04 Feb 2017 18:06:09 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4aa656aa587a4bad15e15bf45e149e176c22293 - Merge ^/head r312309 through r312623.</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/tests/Makefile#a4aa656aa587a4bad15e15bf45e149e176c22293</link>
        <description>Merge ^/head r312309 through r312623.

            List of files:
            /src/lib/libdevdctl/tests/Makefile</description>
        <pubDate>Sun, 22 Jan 2017 16:05:13 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e28f65a45230fa377e7daa6aa15a40b686e34a8c - Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/tests/Makefile#e28f65a45230fa377e7daa6aa15a40b686e34a8c</link>
        <description>Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etcMFC after:	3 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /src/lib/libdevdctl/tests/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:55:14 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@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/tests/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/tests/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/tests/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/tests/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/tests/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/lib/libdevdctl/tests/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>9b3ece1c2eb92a881cb2553271e123382bfe31c1 - MFhead@r313243</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/tests/Makefile#9b3ece1c2eb92a881cb2553271e123382bfe31c1</link>
        <description>MFhead@r313243

            List of files:
            /src/lib/libdevdctl/tests/Makefile</description>
        <pubDate>Sat, 04 Feb 2017 18:06:09 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4aa656aa587a4bad15e15bf45e149e176c22293 - Merge ^/head r312309 through r312623.</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/tests/Makefile#a4aa656aa587a4bad15e15bf45e149e176c22293</link>
        <description>Merge ^/head r312309 through r312623.

            List of files:
            /src/lib/libdevdctl/tests/Makefile</description>
        <pubDate>Sun, 22 Jan 2017 16:05:13 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e28f65a45230fa377e7daa6aa15a40b686e34a8c - Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc</title>
        <link>http://opengrok.net:8080/history/src/lib/libdevdctl/tests/Makefile#e28f65a45230fa377e7daa6aa15a40b686e34a8c</link>
        <description>Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etcMFC after:	3 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /src/lib/libdevdctl/tests/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:55:14 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@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/tests/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/tests/Makefile</description>
        <pubDate>Sat, 28 May 2016 17:43:40 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
