<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share, branch release/11.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F11.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F11.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2017-07-13T17:05:57Z</updated>
<entry>
<title>MFS11 320921:</title>
<updated>2017-07-13T17:05:57Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2017-07-13T17:05:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9a04452fe21d20a6e7f64f3485760837d0e70249'/>
<id>urn:sha1:9a04452fe21d20a6e7f64f3485760837d0e70249</id>
<content type='text'>
Add deprecation notices for various device drivers removed in 12.0.

Approved by:	re (kib)
</content>
</entry>
<entry>
<title>MFS11 r320870:</title>
<updated>2017-07-10T12:52:18Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2017-07-10T12:52:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a13bfad642f53f851895527de970cc00ee1ddf7'/>
<id>urn:sha1:4a13bfad642f53f851895527de970cc00ee1ddf7</id>
<content type='text'>
 MFC r320785:
 Connect ena(4) to the build.

Approved by:	re (kib)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MF11 r320731,320749,320759: Add Amazon Elastic Network Adapter driver</title>
<updated>2017-07-07T00:34:51Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2017-07-07T00:34:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3b047388c24ec1185b28863e5e57fc67af92639c'/>
<id>urn:sha1:3b047388c24ec1185b28863e5e57fc67af92639c</id>
<content type='text'>
and turn it on in EC2 AMI builds

Approved by:	re (gjb)
Relnotes:	FreeBSD now supports "next generation" Enhanced Networking
		in the Amazon EC2 cloud
Sponsored by:	Amazon.com Inc. (original work)
</content>
</entry>
<entry>
<title>MFC r320174,r320204:</title>
<updated>2017-06-23T20:38:21Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-06-23T20:38:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=47c75a732f4d4c1cc97695c1e002f7ef3dc3326c'/>
<id>urn:sha1:47c75a732f4d4c1cc97695c1e002f7ef3dc3326c</id>
<content type='text'>
  r320174:
    Fix 'make clean all' to work again.
  r320204:
    Fix various 'make *clean *all *install' combinations.

PR:		219819
Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC r319861:</title>
<updated>2017-06-23T20:25:58Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-06-23T20:25:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3574d9cb6cb639354cf6433af56a4ddccf044aa5'/>
<id>urn:sha1:3574d9cb6cb639354cf6433af56a4ddccf044aa5</id>
<content type='text'>
  META_MODE: NO_FILEMON should imply nofilemon.

Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC r319862,r319996,r320030:</title>
<updated>2017-06-23T20:07:56Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-06-23T20:07:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=430fcfb5f3dcd1b2b1a38523d44aa5426ad4ac89'/>
<id>urn:sha1:430fcfb5f3dcd1b2b1a38523d44aa5426ad4ac89</id>
<content type='text'>
  r319862:
    META_MODE: Show .ERROR_CMD in error.
  r319996:
    WITH_META_MODE: Don't try showing command if .ERROR_META_FILE is empty.
  r320030:
    WITH_META_MODE: End each ERROR_CMD CMD line with ';'.

Approved by:	re (gjb, marius)
</content>
</entry>
<entry>
<title>MFC r320012,r320028,r320061,r320118:</title>
<updated>2017-06-23T19:44:20Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-06-23T19:44:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ba75da0d28fcf81b520769f471963fc06dc91f7'/>
<id>urn:sha1:5ba75da0d28fcf81b520769f471963fc06dc91f7</id>
<content type='text'>
  r320012:
    Fix LIBAMU location to fix 'stale .depend' rebuilds in usr.sbin/amd.
  r320028:
    Fix more incorrect library directories fix 'stale .depend' rebuilds.
  r320061:
    Fix Makefiles which override LIBDIR to not add incorrect dependencies into
    .depend.
  r320118:
    Follow-up r320061: Need to respect make.conf/env LIBDIR overrides.

Approved by:	re (gjb)
</content>
</entry>
<entry>
<title>MFC r318765:</title>
<updated>2017-06-11T02:04:39Z</updated>
<author>
<name>Allan Jude</name>
<email>allanjude@FreeBSD.org</email>
</author>
<published>2017-06-11T02:04:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=68c019041cdfb42a2b1d43956b6171cea8f3470e'/>
<id>urn:sha1:68c019041cdfb42a2b1d43956b6171cea8f3470e</id>
<content type='text'>
	Allow cpuset_{get,set}affinity in capabilities mode

Approved by:	re (marius)
</content>
</entry>
<entry>
<title>MFC r318781:</title>
<updated>2017-06-07T11:30:28Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2017-06-07T11:30:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7d0e4687696981e5b83b69f1816ceb6f7992faf1'/>
<id>urn:sha1:7d0e4687696981e5b83b69f1816ceb6f7992faf1</id>
<content type='text'>
Add BIT_OR2(), BIT_AND2(), BIT_NAND2(), BIT_XOR() and BIT_XOR2().

Approved by:	re (marius)
</content>
</entry>
<entry>
<title>MFC r319076:</title>
<updated>2017-06-06T17:27:41Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2017-06-06T17:27:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a70046ec30f4bab4a704b8502a60ab4b1f803f7a'/>
<id>urn:sha1:a70046ec30f4bab4a704b8502a60ab4b1f803f7a</id>
<content type='text'>
Declutter rctl(8) by moving kernel build instructions into newly
created rctl(4).

Approved by:	re (gjb)
</content>
</entry>
</feed>
