<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/hyperv, branch releng/11.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-02-23T07:11:48Z</updated>
<entry>
<title>Fix multiple vulnerabilities of OpenSSL. [SA-17:02]</title>
<updated>2017-02-23T07:11:48Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2017-02-23T07:11:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c612d5e6c5ad019c1a142e43e9ab4c6359d1ef84'/>
<id>urn:sha1:c612d5e6c5ad019c1a142e43e9ab4c6359d1ef84</id>
<content type='text'>
Fix system hang when booting when PCI-express HotPlug is enabled.
[EN-17:01]

Fix NIS master updates are not pushed to NIS slave. [EN-17:02]

Fix compatibility with Hyper-V/storage after KB3172614 or
KB3179574. [EN-17:03]

Make makewhatis output reproducible. [EN-17:04]

Approved by:	so
</content>
</entry>
<entry>
<title>MFC r303414,r303415,r303417:</title>
<updated>2016-08-02T20:56:00Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2016-08-02T20:56:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=653cfd1cdf695936a0cef1332e49679233b06ed6'/>
<id>urn:sha1:653cfd1cdf695936a0cef1332e49679233b06ed6</id>
<content type='text'>
  r303414:
    opt_random.h was removed in r287558 for opt_global.h
  r303415:
    opt_apic.h is only used on i386.
  r303417:
    opt_bdg.h was removed in r150636.

Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>hyperv: Move machine dependent bits into machine dependent files.</title>
<updated>2016-06-06T05:55:37Z</updated>
<author>
<name>Sepherosa Ziehau</name>
<email>sephe@FreeBSD.org</email>
</author>
<published>2016-06-06T05:55:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d8bf51683df44682472147db21b02ba7a831f671'/>
<id>urn:sha1:d8bf51683df44682472147db21b02ba7a831f671</id>
<content type='text'>
MFC after:	1 week
Sponsored by:	Microsoft OSTC
Differential Revision:	https://reviews.freebsd.org/D6701
</content>
</entry>
<entry>
<title>hyperv: Rename some cleaned up/almost cleaned up files</title>
<updated>2016-06-01T09:20:52Z</updated>
<author>
<name>Sepherosa Ziehau</name>
<email>sephe@FreeBSD.org</email>
</author>
<published>2016-06-01T09:20:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7bb4816a083c233b49ade84cecd74b37f072ebf'/>
<id>urn:sha1:b7bb4816a083c233b49ade84cecd74b37f072ebf</id>
<content type='text'>
MFC after:	1 week
Sponsored by:	Microsoft OSTC
</content>
</entry>
<entry>
<title>hyperv: Add helpers for busdma(9) operation</title>
<updated>2016-05-23T06:35:11Z</updated>
<author>
<name>Sepherosa Ziehau</name>
<email>sephe@FreeBSD.org</email>
</author>
<published>2016-05-23T06:35:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7e118515caa04e48cd36432cabc70adcb098fa3e'/>
<id>urn:sha1:7e118515caa04e48cd36432cabc70adcb098fa3e</id>
<content type='text'>
MFC after:	1 week
Sponsored by:	Microsoft OSTC
Differential Revision:	https://reviews.freebsd.org/D6443
</content>
</entry>
<entry>
<title>hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbus</title>
<updated>2016-04-15T02:20:18Z</updated>
<author>
<name>Sepherosa Ziehau</name>
<email>sephe@FreeBSD.org</email>
</author>
<published>2016-04-15T02:20:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0c29fe6db8a9154dd9f1dec774ed32d82e08cd8b'/>
<id>urn:sha1:0c29fe6db8a9154dd9f1dec774ed32d82e08cd8b</id>
<content type='text'>
Submitted by:	Jun Su &lt;junsu microsoft com&gt;
Reviewed by:	jhb, kib, sephe
Sponsored by:	Microsoft OSTC
Differential Revision:	https://reviews.freebsd.org/D5910
</content>
</entry>
<entry>
<title>hyperv/utils: Code rearrange and cleanup</title>
<updated>2016-02-24T05:01:18Z</updated>
<author>
<name>Sepherosa Ziehau</name>
<email>sephe@FreeBSD.org</email>
</author>
<published>2016-02-24T05:01:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0bc2abddc8d4abb89a210f2bb113e9e7c2d4ce18'/>
<id>urn:sha1:0bc2abddc8d4abb89a210f2bb113e9e7c2d4ce18</id>
<content type='text'>
Split heartbeat, shutdown and timesync out of utils code
and 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 week
Sponsored by:	Microsoft OSTC
Differential Revision:	https://reviews.freebsd.org/D5216
</content>
</entry>
<entry>
<title>Unbreak `make depend` with sys/modules/hyperv/vmbus after r293870</title>
<updated>2016-01-14T05:02:33Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2016-01-14T05:02:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8d5bab80eaf23a54ec5b78dec1cf07f5e8d1d569'/>
<id>urn:sha1:8d5bab80eaf23a54ec5b78dec1cf07f5e8d1d569</id>
<content type='text'>
Pointyhat to: sephe
</content>
</entry>
<entry>
<title>hyperv: implement an event timer</title>
<updated>2016-01-14T03:05:10Z</updated>
<author>
<name>Sepherosa Ziehau</name>
<email>sephe@FreeBSD.org</email>
</author>
<published>2016-01-14T03:05:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=99781cb3536aa8b07839c1b9aa14d10cf9b6681d'/>
<id>urn:sha1:99781cb3536aa8b07839c1b9aa14d10cf9b6681d</id>
<content type='text'>
Submitted by:		Howard Su &lt;howard0su@gmail.com&gt;
Reviewed by:		delphij, royger, adrian
Approved by:		adrian (mentor)
Sponsored by:		Microsoft OSTC
Differential Revision:	https://reviews.freebsd.org/D4676
</content>
</entry>
<entry>
<title>- Fix `make depend` in sys/modules</title>
<updated>2015-06-30T19:35:14Z</updated>
<author>
<name>Li-Wen Hsu</name>
<email>lwhsu@FreeBSD.org</email>
</author>
<published>2015-06-30T19:35:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4889014996586753bd53e5852eabb4778c2b5241'/>
<id>urn:sha1:4889014996586753bd53e5852eabb4778c2b5241</id>
<content type='text'>
Differential Revision:	https://reviews.freebsd.org/D2951
Approved by:	delphij
</content>
</entry>
</feed>
