svn commit: r338689 - head/contrib/llvm/lib/CodeGen

2018-09-14 Thread Dimitry Andric
Author: dim Date: Fri Sep 14 19:25:23 2018 New Revision: 338689 URL: https://svnweb.freebsd.org/changeset/base/338689 Log: Pull in r335365 from upstream llvm trunk (by Krzysztof Parzyszek): Initialize LiveRegs once in BranchFolder::mergeCommonTails This should fix '(TRI && "LivePhysR

Re: svn commit: r338684 - head/sbin/geom/core

2018-09-14 Thread Conrad Meyer
Thanks! On Fri, Sep 14, 2018 at 8:29 AM, Edward Tomasz Napierala wrote: > Author: trasz > Date: Fri Sep 14 15:29:45 2018 > New Revision: 338684 > URL: https://svnweb.freebsd.org/changeset/base/338684 > > Log: > Add the "-t" option to geom(8) utility, to display geoms hierarchy. > Sample outpu

svn commit: r338688 - head/sbin/reboot

2018-09-14 Thread Eric van Gyzen
Author: vangyzen Date: Fri Sep 14 18:12:30 2018 New Revision: 338688 URL: https://svnweb.freebsd.org/changeset/base/338688 Log: Fix "fasthalt" to halt instead of reboot fasthalt has behaved like reboot, instead of like halt, since r228408 (2011, 10.0-RELEASE). Fix it. One wonders if any

svn commit: r338687 - in head/sys: dev/cpuctl x86/include x86/x86

2018-09-14 Thread Mark Johnston
Author: markj Date: Fri Sep 14 17:04:36 2018 New Revision: 338687 URL: https://svnweb.freebsd.org/changeset/base/338687 Log: Log a message after a successful boot-time microcode update. Reviewed by: kib Approved by: re (delphij) Sponsored by: The FreeBSD Foundation Differential Revi

Re: svn commit: r338050 - in head: . stand

2018-09-14 Thread Alexey Dokuchaev
On Sun, Aug 19, 2018 at 02:26:33PM +, Kyle Evans wrote: > New Revision: 338050 > URL: https://svnweb.freebsd.org/changeset/base/338050 > > Log: > stand: Flip the default interpreter to Lua > > After years in the making, lualoader is ready to make its debut. Both > flavors of loader ar

svn commit: r338685 - head/sys/arm64/conf

2018-09-14 Thread Bjoern A. Zeeb
Author: bz Date: Fri Sep 14 15:46:31 2018 New Revision: 338685 URL: https://svnweb.freebsd.org/changeset/base/338685 Log: Set ident for GENERIC-MMCCAM to not announce itself as GENERIC anymore. Reviewed by: andrew Approved by: re (gjb) Modified: head/sys/arm64/conf/GENERIC-MMCCAM

svn commit: r338684 - head/sbin/geom/core

2018-09-14 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Sep 14 15:29:45 2018 New Revision: 338684 URL: https://svnweb.freebsd.org/changeset/base/338684 Log: Add the "-t" option to geom(8) utility, to display geoms hierarchy. Sample output: % geom -t Geom Class Provider da0 DISK da

svn commit: r338683 - head/sys/amd64/amd64

2018-09-14 Thread Mateusz Guzik
Author: mjg Date: Fri Sep 14 15:29:35 2018 New Revision: 338683 URL: https://svnweb.freebsd.org/changeset/base/338683 Log: amd64: implement pagezero_erms Intel docs claim such a memset (rep stosb + 4096 bytes) is special-cased by microarchs. They also switched Linux to use it for this p

svn commit: r338682 - in head: contrib/llvm/tools/lld/ELF usr.bin/clang/lld

2018-09-14 Thread Ed Maste
Author: emaste Date: Fri Sep 14 15:15:16 2018 New Revision: 338682 URL: https://svnweb.freebsd.org/changeset/base/338682 Log: lld: add -z interpose support -z interpose sets the DF_1_INTERPOSE flag, marking the object as an interposer. Committed upstream as LLVM r342239. PR:

svn commit: r338679 - head/lib/libusb

2018-09-14 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 14 13:41:37 2018 New Revision: 338679 URL: https://svnweb.freebsd.org/changeset/base/338679 Log: Improve LibUSB debugging by simultaneously allowing both function and transfer prints. Make sure the debug level comes from the correct USB context. Found by: