<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools, branch releng/12.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-11-22T18:59:05Z</updated>
<entry>
<title>MF12 r340697: Introduce src.conf knob to build userland with retpoline</title>
<updated>2018-11-22T18:59:05Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-11-22T18:59:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=29acfe3f53719b418f942eec93e9165b112f4868'/>
<id>urn:sha1:29acfe3f53719b418f942eec93e9165b112f4868</id>
<content type='text'>
MFC r339511: Introduce src.conf knob to build userland with retpoline

WITH_RETPOLINE enables -mretpoline vulnerability mitigation in userland
for CVE-2017-5715.

MFC r340099: libcompat: disable retpoline when building build tools

These are built with the host toolchain which may not support retpoline.
While here, move the MK_ overrides to a separate line and sort them
alphabetically to support future changes.

MFC r340650: Avoid retpolineplt with static linking

Statically linked binaries linked with -zretpolineplt crash at startup
as lld produces a broken PLT.

MFC r340652: rescue: set NO_SHARED in Makefile

The rescue binary is built statically via the Makefile generated by
crunchgen, but that does not trigger other shared/static logic in
bsd.prog.mk - in particular

PR:		233336
Reported by:	Peter Malcom (r339511), Charlie Li (r340652)
Approved by:	re (kib)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>MFC r339685</title>
<updated>2018-10-30T14:25:16Z</updated>
<author>
<name>Vincenzo Maffione</name>
<email>vmaffione@FreeBSD.org</email>
</author>
<published>2018-10-30T14:25:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f97f4e0b8f6c1199af3295ed19ea0b392ebff6e7'/>
<id>urn:sha1:f97f4e0b8f6c1199af3295ed19ea0b392ebff6e7</id>
<content type='text'>
netmap: add man page for the vale-ctl program

Added man page for vale-ctl program.
Small fixes to vale-ctl, including the support for -m option
(to specify the netmap memory allocator id).

Approved by:	re (rgrimes)
</content>
</entry>
<entry>
<title>MFC r339659:</title>
<updated>2018-10-30T10:01:15Z</updated>
<author>
<name>Vincenzo Maffione</name>
<email>vmaffione@FreeBSD.org</email>
</author>
<published>2018-10-30T10:01:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=95ff7e4bb5f8680711a42303e3221c9ea9f34455'/>
<id>urn:sha1:95ff7e4bb5f8680711a42303e3221c9ea9f34455</id>
<content type='text'>
netmap: add man page for the bridge program

Added bridge(8).
Also, minor fixes to the netmap "bridge" application:
 - indentation fixes and code cleanup
 - better usage description
 - better processing of netmap flags

Approved by:	re (rgrimes)
</content>
</entry>
<entry>
<title>MFC r339489:</title>
<updated>2018-10-27T21:17:01Z</updated>
<author>
<name>Yuri Pankov</name>
<email>yuripv@FreeBSD.org</email>
</author>
<published>2018-10-27T21:17:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a8c491e712d0079e7d8ad72378aad82d7a9378f'/>
<id>urn:sha1:0a8c491e712d0079e7d8ad72378aad82d7a9378f</id>
<content type='text'>
Add -b/-l options to localedef(1) to specify output endianness and use
it appropriately when building share/ctypedef and share/colldef.

This makes the resulting locale data in EL-&gt;EB (amd64-&gt;powerpc64) cross
build and in the native EB build match.  Revert the changes done to libc
in r308170 as they are no longer needed.

PR:             231965
Reviewed by:    bapt, emaste, sbruno, 0mp
Approved by:    re (gjb), kib (mentor)
Differential Revision:  https://reviews.freebsd.org/D17603
</content>
</entry>
<entry>
<title>Restore some of the ctype definitions reported in the PR from pre-CLDR</title>
<updated>2018-10-11T18:30:12Z</updated>
<author>
<name>Yuri Pankov</name>
<email>yuripv@FreeBSD.org</email>
</author>
<published>2018-10-11T18:30:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=98fc0505155575df4170c863107153df2a751a13'/>
<id>urn:sha1:98fc0505155575df4170c863107153df2a751a13</id>
<content type='text'>
data, namely 0xE000-0xF8FF private use area, and 0xFF00-0xFFF half- and
fullwidth punctuation.

While here, update tools/tools/locale/README based on my experience
rebuilding the locale data.

PR:		225692
Reviewed by:	bapt, cem (previous version)
Approved by:	re (gjb), kib (mentor)
Differential Revision:	https://reviews.freebsd.org/D17471
</content>
</entry>
<entry>
<title>Do not remove ld man page if lld is enabled and binutils is not</title>
<updated>2018-09-25T18:54:18Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-09-25T18:54:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=25569cea2b73e0a1e91a36807ffa2c053e5cf6b3'/>
<id>urn:sha1:25569cea2b73e0a1e91a36807ffa2c053e5cf6b3</id>
<content type='text'>
Reported by:	Mark Millard
Approved by:	re (gjb)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Only enable HyperV support by default on x86.</title>
<updated>2018-09-18T16:06:24Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2018-09-18T16:06:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5b87c94a46afc739a4bd56625b5a6be10e6cd657'/>
<id>urn:sha1:5b87c94a46afc739a4bd56625b5a6be10e6cd657</id>
<content type='text'>
Without this we get spurious output during boot as we try to run
nonexistant HyperV scripts on non-x86 models.

Reviewed by:	kib
Approved by:	re (gjb)
Differential Revision:	https://reviews.freebsd.org/D17211
</content>
</entry>
<entry>
<title>Add WITHOUT_REPRODUCIBLE_BUILD description</title>
<updated>2018-09-13T14:53:42Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-09-13T14:53:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e6f0c1bba2ecb4b0aba897bca22232d1a04139ed'/>
<id>urn:sha1:e6f0c1bba2ecb4b0aba897bca22232d1a04139ed</id>
<content type='text'>
Approved by:	re (gjb)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Remove strings from OptionalObsoleteFiles.inc</title>
<updated>2018-09-07T23:12:17Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-09-07T23:12:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3efdd5800f6d4e55f72e6cfde6e8727f001683db'/>
<id>urn:sha1:3efdd5800f6d4e55f72e6cfde6e8727f001683db</id>
<content type='text'>
Since r326030 strings is installed unconditionally so should not be
removed when WITHOUT_TOOLCHAIN is set.

Reported by:	Dan McGregor
Approved by:	re (kib)
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
<entry>
<title>Increase size of working imgfile from 250MB to 4GB</title>
<updated>2018-09-07T15:52:20Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>2018-09-07T15:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5b029767e23f89e39bb6acc639ba2ffee49895fd'/>
<id>urn:sha1:5b029767e23f89e39bb6acc639ba2ffee49895fd</id>
<content type='text'>
Submitted by:	dexter
Approved by:	re(gjb), phk (mentor)
MFC after:	3 days
</content>
</entry>
</feed>
