Re: svn commit: r335690 - head/sys/kern

2018-06-27 Thread Devin Teske
> On Jun 27, 2018, at 7:35 PM, Warner Losh wrote: > > > > On Wed, Jun 27, 2018 at 8:14 PM, Devin Teske > wrote: > >> On Jun 27, 2018, at 6:58 PM, Warner Losh > > wrote: >> >> >> >> On Wed, Jun 27, 2018 at 7:49 PM, Devin Teske >

Re: svn commit: r335746 - head/bin/sh

2018-06-27 Thread Bruce Evans
On Wed, 27 Jun 2018, Bryan Drewery wrote: Log: Stop building intermediate .o files. These are not used to link the final tool anymore. At some point in the past the suffix rules changed to not link these in. The original reason for this in r19176 is unclear but seems to be related to mkde

svn commit: r335757 - head/sbin/ifconfig

2018-06-27 Thread Kyle Evans
Author: kevans Date: Thu Jun 28 03:37:15 2018 New Revision: 335757 URL: https://svnweb.freebsd.org/changeset/base/335757 Log: ifconfig(8): Attempt to render non-printable sequences w/ UTF-8 Environment Currently ifconfig(8) only prints the hex representation of ssid names with non-ASCII c

Re: svn commit: r335690 - head/sys/kern

2018-06-27 Thread Warner Losh
On Wed, Jun 27, 2018 at 8:14 PM, Devin Teske wrote: > > On Jun 27, 2018, at 6:58 PM, Warner Losh wrote: > > > > On Wed, Jun 27, 2018 at 7:49 PM, Devin Teske wrote: > >> >> On Jun 27, 2018, at 5:59 PM, Warner Losh wrote: >> >> >> >> On Wed, Jun 27, 2018 at 5:52 PM, Gleb Smirnoff >> wrote: >> >

Re: svn commit: r335690 - head/sys/kern

2018-06-27 Thread Devin Teske
> On Jun 27, 2018, at 6:58 PM, Warner Losh wrote: > > > > On Wed, Jun 27, 2018 at 7:49 PM, Devin Teske > wrote: > >> On Jun 27, 2018, at 5:59 PM, Warner Losh > > wrote: >> >> >> >> On Wed, Jun 27, 2018 at 5:52 PM, Gleb Smirnoff >

Re: svn commit: r335690 - head/sys/kern

2018-06-27 Thread Warner Losh
On Wed, Jun 27, 2018 at 7:49 PM, Devin Teske wrote: > > On Jun 27, 2018, at 5:59 PM, Warner Losh wrote: > > > > On Wed, Jun 27, 2018 at 5:52 PM, Gleb Smirnoff > wrote: > >> On Wed, Jun 27, 2018 at 04:11:09AM +, Warner Losh wrote: >> W> Author: imp >> W> Date: Wed Jun 27 04:11:09 2018 >> W>

Re: svn commit: r335690 - head/sys/kern

2018-06-27 Thread Devin Teske
> On Jun 27, 2018, at 5:59 PM, Warner Losh wrote: > > > > On Wed, Jun 27, 2018 at 5:52 PM, Gleb Smirnoff > wrote: > On Wed, Jun 27, 2018 at 04:11:09AM +, Warner Losh wrote: > W> Author: imp > W> Date: Wed Jun 27 04:11:09 2018 > W> New Revision: 335690 > W> URL

svn commit: r335756 - head/sbin/devd

2018-06-27 Thread Warner Losh
Author: imp Date: Thu Jun 28 01:45:53 2018 New Revision: 335756 URL: https://svnweb.freebsd.org/changeset/base/335756 Log: We're not, yet, at C++11 capable on all our plaforms. Use a possibly slower, but C++98 compatibe way to iterate through the string. Noticed by: g++ 4.2.1 and Mar

svn commit: r335755 - in stable/11/stand: common efi/loader i386/libi386 userboot/userboot

2018-06-27 Thread Kyle Evans
Author: kevans Date: Thu Jun 28 01:32:37 2018 New Revision: 335755 URL: https://svnweb.freebsd.org/changeset/base/335755 Log: MFC r334882, r334884-r334885: loader(8) boot flag <-> environment fixes r334882: stand: Consolidate checking for boot flags driven by environment vars e.g. bo

svn commit: r335754 - stable/11/stand/libsa

2018-06-27 Thread Kyle Evans
Author: kevans Date: Thu Jun 28 01:30:03 2018 New Revision: 335754 URL: https://svnweb.freebsd.org/changeset/base/335754 Log: MFC r334878: libsa(3): Correct statement about FS Write-support, name change - jhb implemented UFS write support a little over 16 years ago. - Update the library n

Re: svn commit: r335690 - head/sys/kern

2018-06-27 Thread Warner Losh
On Wed, Jun 27, 2018 at 5:52 PM, Gleb Smirnoff wrote: > On Wed, Jun 27, 2018 at 04:11:09AM +, Warner Losh wrote: > W> Author: imp > W> Date: Wed Jun 27 04:11:09 2018 > W> New Revision: 335690 > W> URL: https://svnweb.freebsd.org/changeset/base/335690 > W> > W> Log: > W> Fix devctl generatio

Re: svn commit: r335690 - head/sys/kern

2018-06-27 Thread Gleb Smirnoff
On Wed, Jun 27, 2018 at 04:11:09AM +, Warner Losh wrote: W> Author: imp W> Date: Wed Jun 27 04:11:09 2018 W> New Revision: 335690 W> URL: https://svnweb.freebsd.org/changeset/base/335690 W> W> Log: W> Fix devctl generation for core files. W> W> We have a problem with vn_fullpath_global

svn commit: r335753 - head/sbin/devd

2018-06-27 Thread Warner Losh
Author: imp Date: Wed Jun 27 23:44:37 2018 New Revision: 335753 URL: https://svnweb.freebsd.org/changeset/base/335753 Log: Safely quote all variable expansions. When expanding a variable set by a message from the kernel, safely quote all arguments expanded when creating a command line for

Re: svn commit: r335612 - head/sbin/dhclient

2018-06-27 Thread Philip Paeps
On 2018-06-25 11:40:48 (-0700), Xin LI wrote: On Sun, Jun 24, 2018 at 6:30 PM Eitan Adler wrote: Author: eadler Date: Mon Jun 25 01:29:54 2018 New Revision: 335612 URL: https://svnweb.freebsd.org/changeset/base/335612 Log: dhclient: recorrect __progname to getprogname() A more correct way

Re: svn commit: r335733 - in head: bin/csh gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus gnu/usr.bin/cc/cc_tools lib/libmagic lib/libpam/static_libpam lib/ncurses/ncurses share/syscons/scrnmaps stand/mips

2018-06-27 Thread Bryan Drewery
On 6/27/2018 4:05 PM, Dimitry Andric wrote: > On 27 Jun 2018, at 22:53, John Baldwin wrote: >> >> On 6/27/18 12:45 PM, Bryan Drewery wrote: >>> On 6/27/2018 12:35 PM, Dimitry Andric wrote: On 27 Jun 2018, at 21:29, Bryan Drewery wrote: > > Author: bdrewery > Date: Wed Jun 27 19:2

Re: svn commit: r335733 - in head: bin/csh gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus gnu/usr.bin/cc/cc_tools lib/libmagic lib/libpam/static_libpam lib/ncurses/ncurses share/syscons/scrnmaps stand/mips

2018-06-27 Thread Dimitry Andric
On 27 Jun 2018, at 22:53, John Baldwin wrote: > > On 6/27/18 12:45 PM, Bryan Drewery wrote: >> On 6/27/2018 12:35 PM, Dimitry Andric wrote: >>> On 27 Jun 2018, at 21:29, Bryan Drewery wrote: Author: bdrewery Date: Wed Jun 27 19:29:15 2018 New Revision: 335733 URL: https

Re: svn commit: r335744 - stable/10/sys/boot/forth

2018-06-27 Thread Kyle Evans
On Wed, Jun 27, 2018 at 6:00 PM, Devin Teske wrote: > > On Jun 27, 2018, at 2:58 PM, Kyle Evans wrote: > > On Wed, Jun 27, 2018 at 4:57 PM, Devin Teske wrote: > > > On Jun 27, 2018, at 2:24 PM, Kyle Evans wrote: > > On Wed, Jun 27, 2018 at 4:22 PM, Devin Teske wrote: > > Author: dteske > Date:

svn commit: r335752 - stable/11/tools/build/mk

2018-06-27 Thread Kyle Evans
Author: kevans Date: Wed Jun 27 23:02:18 2018 New Revision: 335752 URL: https://svnweb.freebsd.org/changeset/base/335752 Log: MFC r335467: Don't remove loader.conf(5) when built WITHOUT_FORTH The new stand/ structure installs loader.conf(5) and defaults/loader.conf regardless of interpret

Re: svn commit: r335744 - stable/10/sys/boot/forth

2018-06-27 Thread Devin Teske
> On Jun 27, 2018, at 2:58 PM, Kyle Evans wrote: > > On Wed, Jun 27, 2018 at 4:57 PM, Devin Teske > wrote: >> >> On Jun 27, 2018, at 2:24 PM, Kyle Evans wrote: >> >> On Wed, Jun 27, 2018 at 4:22 PM, Devin Teske wrote: >> >> Author: dteske >> Date: Wed Jun 27 21:

svn commit: r335751 - stable/11/etc/mtree

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 22:52:32 2018 New Revision: 335751 URL: https://svnweb.freebsd.org/changeset/base/335751 Log: MFC r330090: Add 'usr.bin/seq' to tests mtree after r330086 PR: 217149 Modified: stable/11/etc/mtree/BSD.tests.dist Directory Properties: sta

svn commit: r335750 - head

2018-06-27 Thread Devin Teske
Author: dteske Date: Wed Jun 27 22:15:50 2018 New Revision: 335750 URL: https://svnweb.freebsd.org/changeset/base/335750 Log: Fix typo in top-level Makefile Submitted by: Ben Widawsky MFC after:3 days X-MFC-to: stable/11 stable/10 Sponsored by: Smule, Inc. Differential Revi

svn commit: r335749 - head/sys/netinet

2018-06-27 Thread Gleb Smirnoff
Author: glebius Date: Wed Jun 27 22:01:59 2018 New Revision: 335749 URL: https://svnweb.freebsd.org/changeset/base/335749 Log: Check the inp_flags under inp lock. Looks like the race was hidden before, the conversion of tcbinfo to CK_LIST have uncovered it. Modified: head/sys/netinet/tcp_su

svn commit: r335748 - head/sys/kern

2018-06-27 Thread Gleb Smirnoff
Author: glebius Date: Wed Jun 27 22:00:50 2018 New Revision: 335748 URL: https://svnweb.freebsd.org/changeset/base/335748 Log: Correct r335242. Use unsigned cast instead of abs(). Using abs() gives incorrect result when ticks has already wrapped, and are about to reach the cr_ticks value (cr

Re: svn commit: r335744 - stable/10/sys/boot/forth

2018-06-27 Thread Kyle Evans
On Wed, Jun 27, 2018 at 4:57 PM, Devin Teske wrote: > > On Jun 27, 2018, at 2:24 PM, Kyle Evans wrote: > > On Wed, Jun 27, 2018 at 4:22 PM, Devin Teske wrote: > > Author: dteske > Date: Wed Jun 27 21:22:00 2018 > New Revision: 335744 > URL: https://svnweb.freebsd.org/changeset/base/335744 > > Lo

Re: svn commit: r335744 - stable/10/sys/boot/forth

2018-06-27 Thread Devin Teske
> On Jun 27, 2018, at 2:24 PM, Kyle Evans wrote: > > On Wed, Jun 27, 2018 at 4:22 PM, Devin Teske > wrote: >> Author: dteske >> Date: Wed Jun 27 21:22:00 2018 >> New Revision: 335744 >> URL: https://svnweb.freebsd.org/changeset/base/335744 >> >> Log: >> MFC r335607

svn commit: r335747 - head/share/mk

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 21:36:57 2018 New Revision: 335747 URL: https://svnweb.freebsd.org/changeset/base/335747 Log: LLVM_TARGET_ALL: Default LLVM_TARGET_ARM on for aarch64. This is needed for -m32 support which is used in the kernel cloudabi32 module. Tweak the style to mak

svn commit: r335746 - head/bin/sh

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 21:36:49 2018 New Revision: 335746 URL: https://svnweb.freebsd.org/changeset/base/335746 Log: Stop building intermediate .o files. These are not used to link the final tool anymore. At some point in the past the suffix rules changed to not link these in.

Re: svn commit: r335744 - stable/10/sys/boot/forth

2018-06-27 Thread Kyle Evans
On Wed, Jun 27, 2018 at 4:22 PM, Devin Teske wrote: > Author: dteske > Date: Wed Jun 27 21:22:00 2018 > New Revision: 335744 > URL: https://svnweb.freebsd.org/changeset/base/335744 > > Log: > MFC r335607: check-password.4th(8): Fix manual [in]accuracy > > SVN r280384 updated the maximum passwo

svn commit: r335745 - stable/11/sys/kern

2018-06-27 Thread Kyle Evans
Author: kevans Date: Wed Jun 27 21:22:48 2018 New Revision: 335745 URL: https://svnweb.freebsd.org/changeset/base/335745 Log: MFC r332395 (ian): Use explicit_bzero() when cleaning values out of the kenv Sometimes the values contain geli passphrases being communicated from loader(8) to the

svn commit: r335744 - stable/10/sys/boot/forth

2018-06-27 Thread Devin Teske
Author: dteske Date: Wed Jun 27 21:22:00 2018 New Revision: 335744 URL: https://svnweb.freebsd.org/changeset/base/335744 Log: MFC r335607: check-password.4th(8): Fix manual [in]accuracy SVN r280384 updated the maximum password length from 16 bytes to 255. The manual was not updated to ref

svn commit: r335743 - stable/11/sys/kern

2018-06-27 Thread Kyle Evans
Author: kevans Date: Wed Jun 27 21:13:20 2018 New Revision: 335743 URL: https://svnweb.freebsd.org/changeset/base/335743 Log: MFC r335458: Add debug.verbose_sysinit tunable for VERBOSE_SYSINIT VERBOSE_SYSINIT is currently an all-or-nothing option. debug.verbose_sysinit adds an option to h

svn commit: r335742 - stable/11/usr.bin/sort

2018-06-27 Thread Kyle Evans
Author: kevans Date: Wed Jun 27 21:11:28 2018 New Revision: 335742 URL: https://svnweb.freebsd.org/changeset/base/335742 Log: MFC r335404: sort(1): Fix -m when only implicit stdin is used for input Observe: printf "a\nb\nc\n" > /tmp/foo # Next command results in no output cat /tmp/

svn commit: r335741 - stable/11/share/man/man4

2018-06-27 Thread Kyle Evans
Author: kevans Date: Wed Jun 27 21:09:55 2018 New Revision: 335741 URL: https://svnweb.freebsd.org/changeset/base/335741 Log: MFC r333221: rsu(4) does not require legal.realtek.license_ack=1 The rsu firmware license check has been disabled since r292756. Changes rsu(4) since the license a

svn commit: r335740 - stable/11/lib/libc/sys

2018-06-27 Thread Kyle Evans
Author: kevans Date: Wed Jun 27 21:04:29 2018 New Revision: 335740 URL: https://svnweb.freebsd.org/changeset/base/335740 Log: MFC r333192: fcntl(2): Vaguely document that ENOTTY is possible + examples Modified: stable/11/lib/libc/sys/fcntl.2 Directory Properties: stable/11/ (props changed

svn commit: r335739 - in stable/11/usr.bin/seq: . tests

2018-06-27 Thread Kyle Evans
Author: kevans Date: Wed Jun 27 21:03:05 2018 New Revision: 335739 URL: https://svnweb.freebsd.org/changeset/base/335739 Log: MFC r330086, r333155: seq(1) improvements MFC r330086 (cem): seq(1): Consistently include 'last' for non-integers The source of error is a rounded increment bei

svn commit: r335738 - stable/11/usr.bin/cmp

2018-06-27 Thread Kyle Evans
Author: kevans Date: Wed Jun 27 21:00:09 2018 New Revision: 335738 URL: https://svnweb.freebsd.org/changeset/base/335738 Log: MFC r333157: cmp(1): Provide some long options These match GNU cmp(1) for compatibility where applicable. Future work might implement the -i option from GNU cmp

svn commit: r335737 - stable/11/usr.bin/uniq

2018-06-27 Thread Kyle Evans
Author: kevans Date: Wed Jun 27 20:55:49 2018 New Revision: 335737 URL: https://svnweb.freebsd.org/changeset/base/335737 Log: MFC r333156: uniq(1): Add some long options These match GNU uniq(1) where appropriate for compatibility's sake. While here, re-sort options alphabetically by th

svn commit: r335736 - stable/11/usr.bin/seq

2018-06-27 Thread Kyle Evans
Author: kevans Date: Wed Jun 27 20:54:12 2018 New Revision: 335736 URL: https://svnweb.freebsd.org/changeset/base/335736 Log: MFC r333122: seq(1): Provide some long options These match GNU seq(1) names where applicable for compatibility purposes. Modified: stable/11/usr.bin/seq/seq.1 s

Re: svn commit: r335733 - in head: bin/csh gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus gnu/usr.bin/cc/cc_tools lib/libmagic lib/libpam/static_libpam lib/ncurses/ncurses share/syscons/scrnmaps stand/mips

2018-06-27 Thread John Baldwin
On 6/27/18 12:45 PM, Bryan Drewery wrote: > On 6/27/2018 12:35 PM, Dimitry Andric wrote: >> On 27 Jun 2018, at 21:29, Bryan Drewery wrote: >>> >>> Author: bdrewery >>> Date: Wed Jun 27 19:29:15 2018 >>> New Revision: 335733 >>> URL: https://svnweb.freebsd.org/changeset/base/335733 >>> >>> Log: >>>

svn commit: r335735 - stable/11/stand/forth

2018-06-27 Thread Devin Teske
Author: dteske Date: Wed Jun 27 20:50:23 2018 New Revision: 335735 URL: https://svnweb.freebsd.org/changeset/base/335735 Log: MFC r335607: check-password.4th(8): Fix manual [in]accuracy SVN r280384 updated the maximum password length from 16 bytes to 255. The manual was not updated to ref

Re: svn commit: r335733 - in head: bin/csh gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus gnu/usr.bin/cc/cc_tools lib/libmagic lib/libpam/static_libpam lib/ncurses/ncurses share/syscons/scrnmaps stand/mips

2018-06-27 Thread Bryan Drewery
On 6/27/2018 12:35 PM, Dimitry Andric wrote: > On 27 Jun 2018, at 21:29, Bryan Drewery wrote: >> >> Author: bdrewery >> Date: Wed Jun 27 19:29:15 2018 >> New Revision: 335733 >> URL: https://svnweb.freebsd.org/changeset/base/335733 >> >> Log: >> Don't use CCACHE for linking. >> >> MFC after: 2

svn commit: r335734 - in stable: 10/contrib/amd/amq 11/contrib/amd/amq

2018-06-27 Thread Cy Schubert
Author: cy Date: Wed Jun 27 19:42:55 2018 New Revision: 335734 URL: https://svnweb.freebsd.org/changeset/base/335734 Log: MFC r335355: Fix amq -i timestamp segmentation violation. Modified: stable/10/contrib/amd/amq/amq.c Directory Properties: stable/10/ (props changed) Changes in o

svn commit: r335734 - in stable: 10/contrib/amd/amq 11/contrib/amd/amq

2018-06-27 Thread Cy Schubert
Author: cy Date: Wed Jun 27 19:42:55 2018 New Revision: 335734 URL: https://svnweb.freebsd.org/changeset/base/335734 Log: MFC r335355: Fix amq -i timestamp segmentation violation. Modified: stable/11/contrib/amd/amq/amq.c Directory Properties: stable/11/ (props changed) Changes in o

Re: svn commit: r335733 - in head: bin/csh gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus gnu/usr.bin/cc/cc_tools lib/libmagic lib/libpam/static_libpam lib/ncurses/ncurses share/syscons/scrnmaps stand/mips

2018-06-27 Thread Dimitry Andric
On 27 Jun 2018, at 21:29, Bryan Drewery wrote: > > Author: bdrewery > Date: Wed Jun 27 19:29:15 2018 > New Revision: 335733 > URL: https://svnweb.freebsd.org/changeset/base/335733 > > Log: > Don't use CCACHE for linking. > > MFC after: 2 weeks > Sponsored by:Dell EMC > > Modified:

svn commit: r335733 - in head: bin/csh gnu/usr.bin/cc/cc1 gnu/usr.bin/cc/cc1plus gnu/usr.bin/cc/cc_tools lib/libmagic lib/libpam/static_libpam lib/ncurses/ncurses share/syscons/scrnmaps stand/mips/...

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 19:29:15 2018 New Revision: 335733 URL: https://svnweb.freebsd.org/changeset/base/335733 Log: Don't use CCACHE for linking. MFC after:2 weeks Sponsored by: Dell EMC Modified: head/bin/csh/Makefile head/gnu/usr.bin/cc/cc1/Makefile head/gnu/usr.b

svn commit: r335732 - head/sbin/ifconfig

2018-06-27 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 27 19:28:37 2018 New Revision: 335732 URL: https://svnweb.freebsd.org/changeset/base/335732 Log: Fix description for the "autoconf" ifconfig(8) flag; it's an address property, not something you set for an interface. MFC after:2 weeks Modified: head/sbin/

svn commit: r335731 - vendor/lldb/lldb-release_601-r335540

2018-06-27 Thread Dimitry Andric
Author: dim Date: Wed Jun 27 19:15:17 2018 New Revision: 335731 URL: https://svnweb.freebsd.org/changeset/base/335731 Log: Tag lldb 6.0.1 release r335540. Added: vendor/lldb/lldb-release_601-r335540/ - copied from r335730, vendor/lldb/dist-release_60/

svn commit: r335726 - in vendor/libc++/dist-release_60: include src/support/runtime test/libcxx/debug/containers test/std/language.support/support.exception/uncaught

2018-06-27 Thread Dimitry Andric
Author: dim Date: Wed Jun 27 19:14:54 2018 New Revision: 335726 URL: https://svnweb.freebsd.org/changeset/base/335726 Log: Vendor import of libc++ 6.0.1 release r335540: https://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_601/final@335540 Modified: vendor/libc++/dist-release_60/include/li

svn commit: r335725 - vendor/compiler-rt/compiler-rt-release_601-r335540

2018-06-27 Thread Dimitry Andric
Author: dim Date: Wed Jun 27 19:14:48 2018 New Revision: 335725 URL: https://svnweb.freebsd.org/changeset/base/335725 Log: Tag compiler-rt 6.0.1 release r335540. Added: vendor/compiler-rt/compiler-rt-release_601-r335540/ - copied from r335724, vendor/compiler-rt/dist-release_60/

svn commit: r335730 - vendor/lldb/dist-release_60/cmake/modules

2018-06-27 Thread Dimitry Andric
Author: dim Date: Wed Jun 27 19:15:13 2018 New Revision: 335730 URL: https://svnweb.freebsd.org/changeset/base/335730 Log: Vendor import of lldb 6.0.1 release r335540: https://llvm.org/svn/llvm-project/lldb/tags/RELEASE_601/final@335540 Modified: vendor/lldb/dist-release_60/cmake/modules/LL

svn commit: r335729 - vendor/lld/lld-release_601-r335540

2018-06-27 Thread Dimitry Andric
Author: dim Date: Wed Jun 27 19:15:08 2018 New Revision: 335729 URL: https://svnweb.freebsd.org/changeset/base/335729 Log: Tag lld 6.0.1 release r335540. Added: vendor/lld/lld-release_601-r335540/ - copied from r335728, vendor/lld/dist-release_60/

svn commit: r335724 - vendor/compiler-rt/dist-release_60/lib/sanitizer_common

2018-06-27 Thread Dimitry Andric
Author: dim Date: Wed Jun 27 19:14:44 2018 New Revision: 335724 URL: https://svnweb.freebsd.org/changeset/base/335724 Log: Vendor import of compiler-rt 6.0.1 release r335540: https://llvm.org/svn/llvm-project/compiler-rt/tags/RELEASE_601/final@335540 Modified: vendor/compiler-rt/dist-relea

svn commit: r335727 - vendor/libc++/libc++-release_601-r335540

2018-06-27 Thread Dimitry Andric
Author: dim Date: Wed Jun 27 19:14:58 2018 New Revision: 335727 URL: https://svnweb.freebsd.org/changeset/base/335727 Log: Tag libc++ 6.0.1 release r335540. Added: vendor/libc++/libc++-release_601-r335540/ - copied from r335726, vendor/libc++/dist-release_60/

svn commit: r335728 - in vendor/lld/dist-release_60: COFF ELF ELF/Arch MinGW test/COFF test/ELF test/MinGW

2018-06-27 Thread Dimitry Andric
Author: dim Date: Wed Jun 27 19:15:02 2018 New Revision: 335728 URL: https://svnweb.freebsd.org/changeset/base/335728 Log: Vendor import of lld 6.0.1 release r335540: https://llvm.org/svn/llvm-project/lld/tags/RELEASE_601/final@335540 Modified: vendor/lld/dist-release_60/COFF/Config.h ven

svn commit: r335723 - vendor/clang/clang-release_601-r335540

2018-06-27 Thread Dimitry Andric
Author: dim Date: Wed Jun 27 19:14:40 2018 New Revision: 335723 URL: https://svnweb.freebsd.org/changeset/base/335723 Log: Tag clang 6.0.1 release r335540. Added: vendor/clang/clang-release_601-r335540/ - copied from r335722, vendor/clang/dist-release_60/

svn commit: r335721 - vendor/llvm/llvm-release_601-r335540

2018-06-27 Thread Dimitry Andric
Author: dim Date: Wed Jun 27 19:14:21 2018 New Revision: 335721 URL: https://svnweb.freebsd.org/changeset/base/335721 Log: Tag llvm 6.0.1 release r335540. Added: vendor/llvm/llvm-release_601-r335540/ - copied from r335720, vendor/llvm/dist-release_60/

svn commit: r335722 - in vendor/clang/dist-release_60: docs include/clang/Basic include/clang/Driver lib/AST lib/Basic lib/Basic/Targets lib/CodeGen lib/Driver lib/Driver/ToolChains lib/Driver/Tool...

2018-06-27 Thread Dimitry Andric
Author: dim Date: Wed Jun 27 19:14:32 2018 New Revision: 335722 URL: https://svnweb.freebsd.org/changeset/base/335722 Log: Vendor import of clang 6.0.1 release r335540: https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_601/final@335540 Added: vendor/clang/dist-release_60/test/CodeGen/ms_st

svn commit: r335720 - in vendor/llvm/dist-release_60: . include/llvm/CodeGen include/llvm/IR lib/Analysis lib/CodeGen lib/ExecutionEngine/RuntimeDyld lib/IR lib/MC lib/Support lib/Target/AArch64 li...

2018-06-27 Thread Dimitry Andric
Author: dim Date: Wed Jun 27 19:14:09 2018 New Revision: 335720 URL: https://svnweb.freebsd.org/changeset/base/335720 Log: Vendor import of llvm 6.0.1 release r335540: https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_601/final@335540 Added: vendor/llvm/dist-release_60/lib/Target/X86/X86F

svn commit: r335719 - in head: . release/packages

2018-06-27 Thread Brad Davis
Author: brd Date: Wed Jun 27 19:10:32 2018 New Revision: 335719 URL: https://svnweb.freebsd.org/changeset/base/335719 Log: Chase the pwd_mkdb endian changes. Approved by: bapt (mentor) Modified: head/Makefile.inc1 head/release/packages/generate-ucl.sh head/release/packages/runtime.u

Re: svn commit: r335718 - head/share/mk

2018-06-27 Thread Bryan Drewery
On 6/27/2018 11:43 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Wed Jun 27 18:43:34 2018 > New Revision: 335718 > URL: https://svnweb.freebsd.org/changeset/base/335718 > > Log: > Follow-up r335706: Fix LLVM_TARGET_ALL handling to use TARGET_ARCH. Oops, I meant to say TARGET here. I inten

svn commit: r335718 - head/share/mk

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 18:43:34 2018 New Revision: 335718 URL: https://svnweb.freebsd.org/changeset/base/335718 Log: Follow-up r335706: Fix LLVM_TARGET_ALL handling to use TARGET_ARCH. Pointyhat to: bdrewery MFC after:2 weeks X-MFC-with: r335706 Reported by: Mark Mil

svn commit: r335717 - in head: contrib/gcc gnu/usr.bin/cc gnu/usr.bin/cc/cc_tools

2018-06-27 Thread John Baldwin
Author: jhb Date: Wed Jun 27 18:14:33 2018 New Revision: 335717 URL: https://svnweb.freebsd.org/changeset/base/335717 Log: Fix GCC 4.2.1 to honor --sysroot for includes. - Change the C++ directory entries to honor --sysroot if it is set. - Don't define CROSS_INCLUDE_DIR for the cross comp

svn commit: r335716 - head/gnu/usr.bin/cc/cc_tools

2018-06-27 Thread John Baldwin
Author: jhb Date: Wed Jun 27 18:11:47 2018 New Revision: 335716 URL: https://svnweb.freebsd.org/changeset/base/335716 Log: Don't hardcode the TOOLS_PREFIX for the startfiles directories. GCC 4.2 prefixes these directories with --sysroot meaning that during buildworld they have a double sy

svn commit: r335715 - head/share/misc

2018-06-27 Thread Glen Barber
Author: gjb Date: Wed Jun 27 17:40:29 2018 New Revision: 335715 URL: https://svnweb.freebsd.org/changeset/base/335715 Log: Add FreeBSD 11.2. Sponsored by: The FreeBSD Foundation Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree =

Re: svn commit: r335708 - head

2018-06-27 Thread Ravi Pokala
-Original Message- From: on behalf of Bryan Drewery Date: 2018-06-27, Wednesday at 09:58 To: , , Subject: svn commit: r335708 - head > Author: bdrewery > Date: Wed Jun 27 16:57:59 2018 > New Revision: 335708 > URL: https://svnweb.freebsd.org/changeset/base/335708 > > Log: > tinderb

svn commit: r335714 - stable/11/release/doc/en_US.ISO8859-1/errata

2018-06-27 Thread Glen Barber
Author: gjb Date: Wed Jun 27 17:29:27 2018 New Revision: 335714 URL: https://svnweb.freebsd.org/changeset/base/335714 Log: Add an entry about an incorrectly-listed driver name in the 11.2 announcement. Sponsored by: The FreeBSD Foundation Modified: stable/11/release/doc/en_US.ISO8859-1

svn commit: r335713 - head/share/man/man5

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 17:18:12 2018 New Revision: 335713 URL: https://svnweb.freebsd.org/changeset/base/335713 Log: Regenerate Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r335712 - head/tools/build/options

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 17:13:36 2018 New Revision: 335712 URL: https://svnweb.freebsd.org/changeset/base/335712 Log: Push users towards LLVM_TARGET_ALL. MFC after:1 week Modified: head/tools/build/options/WITHOUT_LLVM_TARGET_AARCH64 head/tools/build/options/WITHOUT_LLVM_

svn commit: r335711 - in head: . share/mk

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:58:10 2018 New Revision: 335711 URL: https://svnweb.freebsd.org/changeset/base/335711 Log: tinderbox: Only build clang/lld once if needed. Need to handle LLD_BOOTSTRAP separately (for archs like i386). This would be much better off with an off-by-defau

svn commit: r335710 - head/share/mk

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:58:07 2018 New Revision: 335710 URL: https://svnweb.freebsd.org/changeset/base/335710 Log: CCACHE_BUILD: Don't try using ccache for compile-linking .c files. Without -c ccache just executes the real compiler. MFC after:2 weeks Sponsored by: De

svn commit: r335706 - in head: . share/mk tools/build/options

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:57:51 2018 New Revision: 335706 URL: https://svnweb.freebsd.org/changeset/base/335706 Log: Add LLVM_TARGET_ALL option. LLVM_TARGET_* will auto be set based on LLVM_TARGET_ALL and MK_CLANG. If LLVM_TARGET_ALL is disabled, during a cross-build, then S

svn commit: r335704 - head/lib/libc/tests/ssp

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:56:46 2018 New Revision: 335704 URL: https://svnweb.freebsd.org/changeset/base/335704 Log: Rework check for libclang_rt to see if the needed library exists. Currently libclang_rt is not provided for cross-building and as such is not connected to cross-

Re: svn commit: r335711 - in head: . share/mk

2018-06-27 Thread Bryan Drewery
On 6/27/2018 9:58 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Wed Jun 27 16:58:10 2018 > New Revision: 335711 > URL: https://svnweb.freebsd.org/changeset/base/335711 > > Log: > tinderbox: Only build clang/lld once if needed. > > Need to handle LLD_BOOTSTRAP separately (for archs lik

svn commit: r335709 - head/share/mk

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:58:03 2018 New Revision: 335709 URL: https://svnweb.freebsd.org/changeset/base/335709 Log: CCACHE_BUILD: Avoid ccache when looking up compiler metadata. MFC after:2 weeks Sponsored by: Dell EMC Modified: head/share/mk/bsd.compiler.mk Modified:

svn commit: r335708 - head

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:57:59 2018 New Revision: 335708 URL: https://svnweb.freebsd.org/changeset/base/335708 Log: tinderbox: Give details about kernel builds. This is a bit noisy now but it was silent before leading to wondering if it was doing anything. MFC after:1

svn commit: r335707 - in head: . tools/build/options

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:57:56 2018 New Revision: 335707 URL: https://svnweb.freebsd.org/changeset/base/335707 Log: Clang: Only build needed target for bootstrap compiler. This will disable the new LLVM_TARGET_ALL option which will only enable the required target. This on

svn commit: r335705 - head/share/mk

2018-06-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jun 27 16:57:47 2018 New Revision: 335705 URL: https://svnweb.freebsd.org/changeset/base/335705 Log: Use dependent options to auto enable _SUPPORT and CLANG_FULL options. MFC after:1 week Reviewed by: sbruno, dim Sponsored by: Dell EMC Differential Revi

svn commit: r335703 - head/tests/sys/audit

2018-06-27 Thread Alan Somers
Author: asomers Date: Wed Jun 27 15:28:09 2018 New Revision: 335703 URL: https://svnweb.freebsd.org/changeset/base/335703 Log: audit(4): fix Coverity issues Fix several incorrect buffer size arguments and a file descriptor leak. Submitted by: aniketp Reported by: Coverity CID:

svn commit: r335702 - in head/sys: compat/linux sys vm

2018-06-27 Thread Ed Maste
Author: emaste Date: Wed Jun 27 14:45:13 2018 New Revision: 335702 URL: https://svnweb.freebsd.org/changeset/base/335702 Log: Split kern_break from sys_break and use it in linuxulator Previously the linuxulator's linux_brk invoked the FreeBSD sys_break syscall implementation directly. In

svn commit: r335701 - head/sys/dev/cxgbe/cxgbei

2018-06-27 Thread Navdeep Parhar
Author: np Date: Wed Jun 27 14:29:13 2018 New Revision: 335701 URL: https://svnweb.freebsd.org/changeset/base/335701 Log: cxgbe/cxgbei: Fix harmful typo in the iSCSI offload driver. Reported by: gcc8 (via mmacy@) MFC after:3 days Sponsored by: Chelsio Communications Modified: he

Re: svn commit: r335681 - head/sbin/veriexecctl

2018-06-27 Thread Cy Schubert
In message <201806271405.w5re5rq0038...@slippy.cwsent.com>, Cy Schubert writes: > In message <201806262319.w5qnjtqd030...@repo.freebsd.org>, "Stephen J. > Kiernan" > writes: > > Author: stevek > > Date: Tue Jun 26 23:19:55 2018 > > New Revision: 335681 > > URL: https://svnweb.freebsd.org/changes

Re: svn commit: r335681 - head/sbin/veriexecctl

2018-06-27 Thread Cy Schubert
In message <201806262319.w5qnjtqd030...@repo.freebsd.org>, "Stephen J. Kiernan" writes: > Author: stevek > Date: Tue Jun 26 23:19:55 2018 > New Revision: 335681 > URL: https://svnweb.freebsd.org/changeset/base/335681 > > Log: > Revert r335402 > > While useful as an example, veriexecctl, as

Re: svn commit: r335690 - head/sys/kern

2018-06-27 Thread Shawn Webb
On Wed, Jun 27, 2018 at 07:42:52AM -0600, Warner Losh wrote: > On Wed, Jun 27, 2018 at 12:59 AM, Oliver Pinter < > oliver.pin...@hardenedbsd.org> wrote: > > > > > > > On Wednesday, June 27, 2018, Warner Losh wrote: > > > >> Author: imp > >> Date: Wed Jun 27 04:11:09 2018 > >> New Revision: 335690

Re: svn commit: r335690 - head/sys/kern

2018-06-27 Thread Warner Losh
On Wed, Jun 27, 2018 at 7:44 AM, Shawn Webb wrote: > On Wed, Jun 27, 2018 at 07:42:52AM -0600, Warner Losh wrote: > > On Wed, Jun 27, 2018 at 12:59 AM, Oliver Pinter < > > oliver.pin...@hardenedbsd.org> wrote: > > > > > > > > > > > On Wednesday, June 27, 2018, Warner Losh wrote: > > > > > >> Aut

Re: svn commit: r335690 - head/sys/kern

2018-06-27 Thread Warner Losh
On Wed, Jun 27, 2018 at 7:42 AM, Warner Losh wrote: > > > On Wed, Jun 27, 2018 at 12:59 AM, Oliver Pinter < > oliver.pin...@hardenedbsd.org> wrote: > >> >> >> On Wednesday, June 27, 2018, Warner Losh wrote: >> >>> Author: imp >>> Date: Wed Jun 27 04:11:09 2018 >>> New Revision: 335690 >>> URL: h

Re: svn commit: r335690 - head/sys/kern

2018-06-27 Thread Warner Losh
On Wed, Jun 27, 2018 at 12:59 AM, Oliver Pinter < oliver.pin...@hardenedbsd.org> wrote: > > > On Wednesday, June 27, 2018, Warner Losh wrote: > >> Author: imp >> Date: Wed Jun 27 04:11:09 2018 >> New Revision: 335690 >> URL: https://svnweb.freebsd.org/changeset/base/335690 >> >> Log: >> Fix dev

svn commit: r335700 - head/sys/dev/usb

2018-06-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 27 12:08:12 2018 New Revision: 335700 URL: https://svnweb.freebsd.org/changeset/base/335700 Log: Improve the kernel's USB descriptor reading function. Some USB devices does not allow a partial descriptor readout. Found by: bz@ MFC after:1 week Sp

svn commit: r335699 - in stable/11/sys: kern sys

2018-06-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 27 07:24:07 2018 New Revision: 335699 URL: https://svnweb.freebsd.org/changeset/base/335699 Log: MFC r335461: Permit the kernel environment to set an array of numeric values for a single sysctl(9) node. Reviewed by: kib@, imp@, jhb@ Differential

svn commit: r335698 - stable/11/share/examples/bhyve

2018-06-27 Thread Konstantin Belousov
Author: kib Date: Wed Jun 27 07:18:54 2018 New Revision: 335698 URL: https://svnweb.freebsd.org/changeset/base/335698 Log: MFC r335604: bhyve/vmrun.sh: make -L functional. Modified: stable/11/share/examples/bhyve/vmrun.sh Directory Properties: stable/11/ (props changed) Modified: stabl

Re: svn commit: r335690 - head/sys/kern

2018-06-27 Thread Oliver Pinter
On Wednesday, June 27, 2018, Warner Losh wrote: > Author: imp > Date: Wed Jun 27 04:11:09 2018 > New Revision: 335690 > URL: https://svnweb.freebsd.org/changeset/base/335690 > > Log: > Fix devctl generation for core files. > > We have a problem with vn_fullpath_global when the file exists. Wo