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

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

            List of files:
            /src/usr.sbin/hyperv/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>67bc8c8b9e69bc53221a9bd914e418d81d6cdc7d - Merge ^/head r308491 through r308841.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#67bc8c8b9e69bc53221a9bd914e418d81d6cdc7d</link>
        <description>Merge ^/head r308491 through r308841.

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Sat, 19 Nov 2016 16:05:55 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>168fce73b59d6023cab45d063a452551a1f2103e - hyperv/vss: Add driver and tools for VSS</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#168fce73b59d6023cab45d063a452551a1f2103e</link>
        <description>hyperv/vss: Add driver and tools for VSSVSS stands for &quot;Volume Shadow Copy Service&quot;.  Unlike virtual machinesnapshot, it only takes snapshot for the virtual disks, so bothfilesystem and applications have to aware of it, and cooperate thewhole VSS process.This driver exposes two device files to the userland:    /dev/hv_fsvss_dev    Normally userland programs should _not_ mess with this device file.    It is currently used by the hv_vss_daemon(8), which freezes and    thaws the filesystem.  NOTE: currently only UFS is supported, if    the system mounts _any_ other filesystems, the hv_vss_daemon(8)    will veto the VSS process.    If hv_vss_daemon(8) was disabled, then this device file must be    opened, and proper ioctls must be issued to keep the VSS working.    /dev/hv_appvss_dev    Userland application can opened this device file to receive the    VSS freeze notification, hold the VSS for a while (mainly to flush    application data to filesystem), release the VSS process, and    receive the VSS thaw notification i.e. applications can run again.    The VSS will still work, even if this device file is not opened.    However, only filesystem consistency is promised, if this device    file is not opened or is not operated properly.hv_vss_daemon(8) is started by devd(8) by default.  It can be disabledby editting /etc/devd/hyperv.conf.Submitted by:	Hongjiang Zhang &lt;honzhan microsoft com&gt;Reviewed by:	kib, mckusickMFC after:	3 weeksSponsored by:	MicrosoftDifferential Revision:	https://reviews.freebsd.org/D8224

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Tue, 15 Nov 2016 02:36:12 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Wed, 19 Nov 2014 01:07:58 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ce4b357402c3cd0cba264a15c06b6fd00591088 - Sync to HEAD@r272516.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#1ce4b357402c3cd0cba264a15c06b6fd00591088</link>
        <description>Sync to HEAD@r272516.

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Sat, 04 Oct 2014 12:42:37 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4e27d36d38f4c3b12bcc1855c5d41527d08d1ce0 - IFC @r271694</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#4e27d36d38f4c3b12bcc1855c5d41527d08d1ce0</link>
        <description>IFC @r271694

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Wed, 17 Sep 2014 18:46:51 +0000</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e72055b7feba695a760d45f01f0f8268b1cb4a74 - Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#e72055b7feba695a760d45f01f0f8268b1cb4a74</link>
        <description>Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,many thanks for their continued support of FreeBSD.While I&apos;m there, also implement a new build knob, WITHOUT_HYPERV todisable building and installing of the HyperV utilities when necessary.The HyperV utilities are only built for i386 and amd64 targets.This is a stable/10 candidate for inclusion with 10.1-RELEASE.Submitted by:	Wei Hu &lt;weh microsoft com&gt;MFC after:	1 week

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Sat, 13 Sep 2014 02:15:31 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67bc8c8b9e69bc53221a9bd914e418d81d6cdc7d - Merge ^/head r308491 through r308841.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#67bc8c8b9e69bc53221a9bd914e418d81d6cdc7d</link>
        <description>Merge ^/head r308491 through r308841.

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Sat, 19 Nov 2016 16:05:55 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>168fce73b59d6023cab45d063a452551a1f2103e - hyperv/vss: Add driver and tools for VSS</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#168fce73b59d6023cab45d063a452551a1f2103e</link>
        <description>hyperv/vss: Add driver and tools for VSSVSS stands for &quot;Volume Shadow Copy Service&quot;.  Unlike virtual machinesnapshot, it only takes snapshot for the virtual disks, so bothfilesystem and applications have to aware of it, and cooperate thewhole VSS process.This driver exposes two device files to the userland:    /dev/hv_fsvss_dev    Normally userland programs should _not_ mess with this device file.    It is currently used by the hv_vss_daemon(8), which freezes and    thaws the filesystem.  NOTE: currently only UFS is supported, if    the system mounts _any_ other filesystems, the hv_vss_daemon(8)    will veto the VSS process.    If hv_vss_daemon(8) was disabled, then this device file must be    opened, and proper ioctls must be issued to keep the VSS working.    /dev/hv_appvss_dev    Userland application can opened this device file to receive the    VSS freeze notification, hold the VSS for a while (mainly to flush    application data to filesystem), release the VSS process, and    receive the VSS thaw notification i.e. applications can run again.    The VSS will still work, even if this device file is not opened.    However, only filesystem consistency is promised, if this device    file is not opened or is not operated properly.hv_vss_daemon(8) is started by devd(8) by default.  It can be disabledby editting /etc/devd/hyperv.conf.Submitted by:	Hongjiang Zhang &lt;honzhan microsoft com&gt;Reviewed by:	kib, mckusickMFC after:	3 weeksSponsored by:	MicrosoftDifferential Revision:	https://reviews.freebsd.org/D8224

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Tue, 15 Nov 2016 02:36:12 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9268022b74279434ed6300244e3f977e56a8ceb5 - Merge from head@274682</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#9268022b74279434ed6300244e3f977e56a8ceb5</link>
        <description>Merge from head@274682

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Wed, 19 Nov 2014 01:07:58 +0000</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1ce4b357402c3cd0cba264a15c06b6fd00591088 - Sync to HEAD@r272516.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#1ce4b357402c3cd0cba264a15c06b6fd00591088</link>
        <description>Sync to HEAD@r272516.

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Sat, 04 Oct 2014 12:42:37 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4e27d36d38f4c3b12bcc1855c5d41527d08d1ce0 - IFC @r271694</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#4e27d36d38f4c3b12bcc1855c5d41527d08d1ce0</link>
        <description>IFC @r271694

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Wed, 17 Sep 2014 18:46:51 +0000</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e72055b7feba695a760d45f01f0f8268b1cb4a74 - Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#e72055b7feba695a760d45f01f0f8268b1cb4a74</link>
        <description>Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,many thanks for their continued support of FreeBSD.While I&apos;m there, also implement a new build knob, WITHOUT_HYPERV todisable building and installing of the HyperV utilities when necessary.The HyperV utilities are only built for i386 and amd64 targets.This is a stable/10 candidate for inclusion with 10.1-RELEASE.Submitted by:	Wei Hu &lt;weh microsoft com&gt;MFC after:	1 week

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Sat, 13 Sep 2014 02:15:31 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@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/usr.sbin/hyperv/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/usr.sbin/hyperv/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/usr.sbin/hyperv/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /src/usr.sbin/hyperv/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>67bc8c8b9e69bc53221a9bd914e418d81d6cdc7d - Merge ^/head r308491 through r308841.</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#67bc8c8b9e69bc53221a9bd914e418d81d6cdc7d</link>
        <description>Merge ^/head r308491 through r308841.

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Sat, 19 Nov 2016 16:05:55 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>168fce73b59d6023cab45d063a452551a1f2103e - hyperv/vss: Add driver and tools for VSS</title>
        <link>http://opengrok.net:8080/history/src/usr.sbin/hyperv/Makefile#168fce73b59d6023cab45d063a452551a1f2103e</link>
        <description>hyperv/vss: Add driver and tools for VSSVSS stands for &quot;Volume Shadow Copy Service&quot;.  Unlike virtual machinesnapshot, it only takes snapshot for the virtual disks, so bothfilesystem and applications have to aware of it, and cooperate thewhole VSS process.This driver exposes two device files to the userland:    /dev/hv_fsvss_dev    Normally userland programs should _not_ mess with this device file.    It is currently used by the hv_vss_daemon(8), which freezes and    thaws the filesystem.  NOTE: currently only UFS is supported, if    the system mounts _any_ other filesystems, the hv_vss_daemon(8)    will veto the VSS process.    If hv_vss_daemon(8) was disabled, then this device file must be    opened, and proper ioctls must be issued to keep the VSS working.    /dev/hv_appvss_dev    Userland application can opened this device file to receive the    VSS freeze notification, hold the VSS for a while (mainly to flush    application data to filesystem), release the VSS process, and    receive the VSS thaw notification i.e. applications can run again.    The VSS will still work, even if this device file is not opened.    However, only filesystem consistency is promised, if this device    file is not opened or is not operated properly.hv_vss_daemon(8) is started by devd(8) by default.  It can be disabledby editting /etc/devd/hyperv.conf.Submitted by:	Hongjiang Zhang &lt;honzhan microsoft com&gt;Reviewed by:	kib, mckusickMFC after:	3 weeksSponsored by:	MicrosoftDifferential Revision:	https://reviews.freebsd.org/D8224

            List of files:
            /src/usr.sbin/hyperv/Makefile</description>
        <pubDate>Tue, 15 Nov 2016 02:36:12 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
