<?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 2015</copyright>
    <generator>Java</generator><item>
        <title>031beb4e - sys: Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#031beb4e</link>
        <description>sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/sys/modules/hyperv/utilities/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:54:58 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9729f076 - arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final)</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#9729f076</link>
        <description>arm64: Hyper-V: enablement for ARM64 in Hyper-V (Part 3, final)This is the last part for ARM64 Hyper-V enablement. This includescommone files and make file changes to enable the ARM64 FreeBSDguest on Hyper-V. With this patch, it should be able to buildthe ARM64 image and install it on Hyper-V.Reviewed by:	emaste, andrew, whuTested by:	Souradeep Chakrabarti &lt;schakrabarti@microsoft.com&gt;Sponsored by:	MicrosoftDifferential Revision:	https://reviews.freebsd.org/D36744

            List of files:
            /freebsd-14.2/sys/modules/hyperv/utilities/Makefile</description>
        <pubDate>Thu, 27 Oct 2022 13:46:08 +0000</pubDate>
        <dc:creator>Souradeep Chakrabarti &lt;schakrabarti@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>193d9e76 - sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#193d9e76</link>
        <description>sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with:	`cd sys/modules; make ALL_MODULES=` on amd64MFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/sys/modules/hyperv/utilities/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 10:10:17 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5c072c8e - hyperv/ic: Rename cleaned up files.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#5c072c8e</link>
        <description>hyperv/ic: Rename cleaned up files.MFC after:	1 weekSponsored by:	MicrosoftDifferential Revision:	https://reviews.freebsd.org/D8850

            List of files:
            /freebsd-14.2/sys/modules/hyperv/utilities/Makefile</description>
        <pubDate>Tue, 20 Dec 2016 09:46:14 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ff08654 - hyperv/ic: Rname cleaned up file.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#9ff08654</link>
        <description>hyperv/ic: Rname cleaned up file.MFC after:	1 weekSponsored by:	MicrosoftDifferential Revision:	https://reviews.freebsd.org/D8848

            List of files:
            /freebsd-14.2/sys/modules/hyperv/utilities/Makefile</description>
        <pubDate>Tue, 20 Dec 2016 07:14:24 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>168fce73 - hyperv/vss: Add driver and tools for VSS</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#168fce73</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:
            /freebsd-14.2/sys/modules/hyperv/utilities/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>884d26c8 - hyperv/vmbus: Add vmbus method for GUID base device probing.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#884d26c8</link>
        <description>hyperv/vmbus: Add vmbus method for GUID base device probing.Reduce the exposure of hv_device.MFC after:	1 weekSponsored by:	Microsoft OSTCDifferential Revision:	https://reviews.freebsd.org/D7024

            List of files:
            /freebsd-14.2/sys/modules/hyperv/utilities/Makefile</description>
        <pubDate>Wed, 13 Jul 2016 05:01:12 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0bc2abdd - hyperv/utils: Code rearrange and cleanup</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#0bc2abdd</link>
        <description>hyperv/utils: Code rearrange and cleanupSplit heartbeat, shutdown and timesync out of utils codeand name them properly.Submitted by:	Jun Su &lt;junsu microsoft com&gt;Reviewed by:	adrian, sephe, Hongjiang Zhang &lt;honzhan microsoft com&gt;MFC after:	1 weekSponsored by:	Microsoft OSTCDifferential Revision:	https://reviews.freebsd.org/D5216

            List of files:
            /freebsd-14.2/sys/modules/hyperv/utilities/Makefile</description>
        <pubDate>Wed, 24 Feb 2016 05:01:18 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e72055b7 - Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#e72055b7</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:
            /freebsd-14.2/sys/modules/hyperv/utilities/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>2d0d1686 - Fix make depend, apply a bit of style.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#2d0d1686</link>
        <description>Fix make depend, apply a bit of style.Approved by:	re (marius)Reviewed by:	grehan

            List of files:
            /freebsd-14.2/sys/modules/hyperv/utilities/Makefile</description>
        <pubDate>Sat, 28 Sep 2013 07:04:03 +0000</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ee2dc6f - Revert the kvp code - there&apos;s still some work that</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#2ee2dc6f</link>
        <description>Revert the kvp code - there&apos;s still some work thatneeds to be done for that.Discussed with:	Microsoft hyper-v devs

            List of files:
            /freebsd-14.2/sys/modules/hyperv/utilities/Makefile</description>
        <pubDate>Mon, 09 Sep 2013 19:27:44 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d940bfec - Latest update from Microsoft.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#d940bfec</link>
        <description>Latest update from Microsoft.Obtained from:	Microsoft Hyper-v dev team

            List of files:
            /freebsd-14.2/sys/modules/hyperv/utilities/Makefile</description>
        <pubDate>Mon, 09 Sep 2013 08:07:46 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc759c19 - Microsoft have changed their policy on how the hyper-v code will</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#cc759c19</link>
        <description>Microsoft have changed their policy on how the hyper-v code willbe pulled into FreeBSD. From now, FreeBSD will be considered theupstream repo.First step: move the drivers away from the contrib area and intothe base system.A follow-on commit will include the drivers in the amd64 GENERIC kernel.

            List of files:
            /freebsd-14.2/sys/modules/hyperv/utilities/Makefile</description>
        <pubDate>Wed, 17 Jul 2013 06:30:23 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7d99ab9f - make glue to hook up the hyperv kmods to the build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#7d99ab9f</link>
        <description>make glue to hook up the hyperv kmods to the build.Modified from the original Microsoft versions to pullcode/headers in from the sys/contrib/dev directory.

            List of files:
            /freebsd-14.2/sys/modules/hyperv/utilities/Makefile</description>
        <pubDate>Sat, 15 Jun 2013 06:21:17 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e5548b5c - Initial import of the Microsoft HyperV &apos;enlightened&apos; drivers.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/sys/modules/hyperv/utilities/Makefile#e5548b5c</link>
        <description>Initial import of the Microsoft HyperV &apos;enlightened&apos; drivers.From https://github.com/FreeBSDonHyper-V/VendorBranchForFreeBSDonHyper-Vrev:   99eaa0ddb0485c9d76046664100f6beb1a0a0c58

            List of files:
            /freebsd-14.2/sys/modules/hyperv/utilities/Makefile</description>
        <pubDate>Fri, 03 May 2013 02:03:36 +0000</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
