svn commit: r323083 - stable/11/usr.bin/calendar/calendars

2017-09-01 Thread Ed Schouten
Author: ed Date: Fri Sep 1 07:10:01 2017 New Revision: 323083 URL: https://svnweb.freebsd.org/changeset/base/323083 Log: MFC r322888: Make entries for the United States more consistent. As sbruno@'s entry wasn't merged back, also MFC r322336. Modified: stable/11/usr.bin/calendar/

svn commit: r323084 - head/sys/dev/ntb/ntb_hw

2017-09-01 Thread Alexander Motin
Author: mav Date: Fri Sep 1 09:48:19 2017 New Revision: 323084 URL: https://svnweb.freebsd.org/changeset/base/323084 Log: Link Interface has no Link Error registers. MFC after:13 days Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c Modified: head/sys/dev/ntb/ntb_hw/ntb_hw_plx.c

svn commit: r323086 - head/sys/netipsec

2017-09-01 Thread Andrey V. Elsukov
Author: ae Date: Fri Sep 1 11:51:07 2017 New Revision: 323086 URL: https://svnweb.freebsd.org/changeset/base/323086 Log: Fix possible double releasing for SA reference. This is missing part of r318734. When crypto subsystem returns error the xform code handles an error independently.

svn commit: r323087 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-01 Thread Josh Paetzel
Author: jpaetzel Date: Fri Sep 1 15:54:53 2017 New Revision: 323087 URL: https://svnweb.freebsd.org/changeset/base/323087 Log: Take options IPSEC out of GENERIC PR: 220170 Submitted by: delphij Reviewed by: ae, glebius MFC after:2 weeks Differential Revision:D11806

Re: svn commit: r323087 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-01 Thread Conrad Meyer
Wait, why? The PR doesn't explain it any better than this commit message. On Fri, Sep 1, 2017 at 8:54 AM, Josh Paetzel wrote: > Author: jpaetzel > Date: Fri Sep 1 15:54:53 2017 > New Revision: 323087 > URL: https://svnweb.freebsd.org/changeset/base/323087 > > Log: > Take options IPSEC out of

Re: svn commit: r323087 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-01 Thread Josh Paetzel
Yeah, the commit message is horrible. I apologize. The phabricator is a little better but you have to read and parse the whole thing. Then end result of this change is you can kldload ipsec AND tcpmd5, however ipsec support won't be in GENERIC. (which is the consensus from the phab) On Fri, Se

svn commit: r323088 - in vendor/llvm/dist: docs include/llvm/CodeGen lib/Analysis lib/CodeGen/SelectionDAG test/CodeGen/X86

2017-09-01 Thread Dimitry Andric
Author: dim Date: Fri Sep 1 16:28:56 2017 New Revision: 323088 URL: https://svnweb.freebsd.org/changeset/base/323088 Log: Vendor import of llvm release_50 branch r312293: https://llvm.org/svn/llvm-project/llvm/branches/release_50@312293 Added: vendor/llvm/dist/test/CodeGen/X86/pr34137.ll M

svn commit: r323093 - vendor/compiler-rt/compiler-rt-release_50-r312293

2017-09-01 Thread Dimitry Andric
Author: dim Date: Fri Sep 1 16:29:18 2017 New Revision: 323093 URL: https://svnweb.freebsd.org/changeset/base/323093 Log: Tag compiler-rt release_50 branch r312293. Added: vendor/compiler-rt/compiler-rt-release_50-r312293/ - copied from r323092, vendor/compiler-rt/dist/

svn commit: r323091 - vendor/clang/clang-release_50-r312293

2017-09-01 Thread Dimitry Andric
Author: dim Date: Fri Sep 1 16:29:13 2017 New Revision: 323091 URL: https://svnweb.freebsd.org/changeset/base/323091 Log: Tag clang release_50 branch r312293. Added: vendor/clang/clang-release_50-r312293/ - copied from r323090, vendor/clang/dist/

svn commit: r323089 - vendor/llvm/llvm-release_50-r312293

2017-09-01 Thread Dimitry Andric
Author: dim Date: Fri Sep 1 16:29:00 2017 New Revision: 323089 URL: https://svnweb.freebsd.org/changeset/base/323089 Log: Tag llvm release_50 branch r312293. Added: vendor/llvm/llvm-release_50-r312293/ - copied from r323088, vendor/llvm/dist/

svn commit: r323092 - vendor/compiler-rt/dist/test/asan/TestCases/Linux

2017-09-01 Thread Dimitry Andric
Author: dim Date: Fri Sep 1 16:29:15 2017 New Revision: 323092 URL: https://svnweb.freebsd.org/changeset/base/323092 Log: Vendor import of compiler-rt release_50 branch r312293: https://llvm.org/svn/llvm-project/compiler-rt/branches/release_50@312293 Modified: vendor/compiler-rt/dist/test/

svn commit: r323096 - vendor/lld/dist/docs

2017-09-01 Thread Dimitry Andric
Author: dim Date: Fri Sep 1 16:29:28 2017 New Revision: 323096 URL: https://svnweb.freebsd.org/changeset/base/323096 Log: Vendor import of lld release_50 branch r312293: https://llvm.org/svn/llvm-project/lld/branches/release_50@312293 Modified: vendor/lld/dist/docs/ReleaseNotes.rst Modifi

svn commit: r323094 - vendor/libc++/dist/lib/abi/5.0

2017-09-01 Thread Dimitry Andric
Author: dim Date: Fri Sep 1 16:29:22 2017 New Revision: 323094 URL: https://svnweb.freebsd.org/changeset/base/323094 Log: Vendor import of libc++ release_50 branch r312293: https://llvm.org/svn/llvm-project/libcxx/branches/release_50@312293 Added: vendor/libc++/dist/lib/abi/5.0/ vendor/l

svn commit: r323090 - in vendor/clang/dist: docs include/clang/AST include/clang/Driver include/clang/Frontend lib/CodeGen lib/Driver/ToolChains lib/Format lib/Frontend test/CodeGenCXX test/Driver ...

2017-09-01 Thread Dimitry Andric
Author: dim Date: Fri Sep 1 16:29:06 2017 New Revision: 323090 URL: https://svnweb.freebsd.org/changeset/base/323090 Log: Vendor import of clang release_50 branch r312293: https://llvm.org/svn/llvm-project/cfe/branches/release_50@312293 Added: vendor/clang/dist/test/CodeGenCXX/clang-abi-co

svn commit: r323098 - in vendor/lldb/dist: source/Host/common unittests/Host

2017-09-01 Thread Dimitry Andric
Author: dim Date: Fri Sep 1 16:29:35 2017 New Revision: 323098 URL: https://svnweb.freebsd.org/changeset/base/323098 Log: Vendor import of lldb release_50 branch r312293: https://llvm.org/svn/llvm-project/lldb/branches/release_50@312293 Modified: vendor/lldb/dist/source/Host/common/TCPSock

svn commit: r323095 - vendor/libc++/libc++-release_50-r312293

2017-09-01 Thread Dimitry Andric
Author: dim Date: Fri Sep 1 16:29:25 2017 New Revision: 323095 URL: https://svnweb.freebsd.org/changeset/base/323095 Log: Tag libc++ release_50 branch r312293. Added: vendor/libc++/libc++-release_50-r312293/ - copied from r323094, vendor/libc++/dist/

svn commit: r323097 - vendor/lld/lld-release_50-r312293

2017-09-01 Thread Dimitry Andric
Author: dim Date: Fri Sep 1 16:29:32 2017 New Revision: 323097 URL: https://svnweb.freebsd.org/changeset/base/323097 Log: Tag lld release_50 branch r312293. Added: vendor/lld/lld-release_50-r312293/ - copied from r323096, vendor/lld/dist/ ___

svn commit: r323099 - vendor/lldb/lldb-release_50-r312293

2017-09-01 Thread Dimitry Andric
Author: dim Date: Fri Sep 1 16:29:39 2017 New Revision: 323099 URL: https://svnweb.freebsd.org/changeset/base/323099 Log: Tag lldb release_50 branch r312293. Added: vendor/lldb/lldb-release_50-r312293/ - copied from r323098, vendor/lldb/dist/

Re: svn commit: r323087 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-01 Thread Sergey Kandaurov
1 сент. 2017 г. 18:55 пользователь "Josh Paetzel" написал: Author: jpaetzel Date: Fri Sep 1 15:54:53 2017 New Revision: 323087 URL: https://svnweb.freebsd.org/changeset/base/323087 Log: Take options IPSEC out of GENERIC PR: 220170 Submitted by: delphij Reviewed by: ae, glebius MFC

svn commit: r323100 - head/lib/libstand

2017-09-01 Thread Toomas Soome
Author: tsoome Date: Fri Sep 1 16:40:12 2017 New Revision: 323100 URL: https://svnweb.freebsd.org/changeset/base/323100 Log: libstand: nfs_readlink() should return proper return code The nfs_readlink() is returning constant 0 instead of variable. Reviewed by: avg Differential Revis

Re: svn commit: r323087 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-01 Thread Alexey Dokuchaev
On Fri, Sep 01, 2017 at 11:23:56AM -0500, Josh Paetzel wrote: > Yeah, the commit message is horrible. I apologize. I'm afraid this is not enough, esp. considering that this issue (utterly bad commit messages) was recently brought up on developers@ once again. Please revert and recommit with prop

svn commit: r323101 - svnadmin/conf

2017-09-01 Thread Olivier Houchard
Author: cognet Date: Fri Sep 1 16:50:59 2017 New Revision: 323101 URL: https://svnweb.freebsd.org/changeset/base/323101 Log: mw@ is doing fine, so release him from mentorship. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ===

Re: svn commit: r323087 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-01 Thread Ian Lepore
On Fri, 2017-09-01 at 09:06 -0700, Conrad Meyer wrote: > Wait, why?  The PR doesn't explain it any better than this commit > message. > > On Fri, Sep 1, 2017 at 8:54 AM, Josh Paetzel > wrote: > > > > Author: jpaetzel > > Date: Fri Sep  1 15:54:53 2017 > > New Revision: 323087 > > URL: https://sv

svn commit: r323102 - head/libexec/rtld-elf

2017-09-01 Thread Konstantin Belousov
Author: kib Date: Fri Sep 1 16:56:37 2017 New Revision: 323102 URL: https://svnweb.freebsd.org/changeset/base/323102 Log: Add serial comma. Submitted by: wblock MFC after:3 days Modified: head/libexec/rtld-elf/rtld.1 Modified: head/libexec/rtld-elf/rtld.1

Re: svn commit: r323087 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-01 Thread Josh Paetzel
Ok, I'm going to revert it for now. There was a mistake in the commit, the commit message was wrong, and it sounds like we need more consensus. On Fri, Sep 1, 2017, at 11:54 AM, Ian Lepore wrote: > On Fri, 2017-09-01 at 09:06 -0700, Conrad Meyer wrote: > > Wait, why?  The PR doesn't explain it a

svn commit: r323103 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-01 Thread Josh Paetzel
Author: jpaetzel Date: Fri Sep 1 17:03:48 2017 New Revision: 323103 URL: https://svnweb.freebsd.org/changeset/base/323103 Log: Revert r323087 This needs more thinking out and consensus, and the commit message was wrong AND there was a typo in the commit. pointyhat:jpaetzel Modi

Re: svn commit: r323087 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-01 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > Author: jpaetzel > Date: Fri Sep 1 15:54:53 2017 > New Revision: 323087 > URL: https://svnweb.freebsd.org/changeset/base/323087 > > Log: > Take options IPSEC out of GENERIC > > PR: 220170 > Submitted by: delphij > Reviewed by:

Re: svn commit: r323087 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-01 Thread Gleb Smirnoff
On Fri, Sep 01, 2017 at 04:50:36PM +, Alexey Dokuchaev wrote: A> On Fri, Sep 01, 2017 at 11:23:56AM -0500, Josh Paetzel wrote: A> > Yeah, the commit message is horrible. I apologize. A> A> I'm afraid this is not enough, esp. considering that this issue (utterly A> bad commit messages) was rec

Re: svn commit: r323087 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-01 Thread Alexey Dokuchaev
On Fri, Sep 01, 2017 at 10:11:28AM -0700, Gleb Smirnoff wrote: > On Fri, Sep 01, 2017 at 04:50:36PM +, Alexey Dokuchaev wrote: > A> On Fri, Sep 01, 2017 at 11:23:56AM -0500, Josh Paetzel wrote: > A> > Yeah, the commit message is horrible. I apologize. > A> > A> I'm afraid this is not enough,

svn commit: r323104 - vendor/illumos/dist/man/man1m

2017-09-01 Thread Andriy Gapon
Author: avg Date: Fri Sep 1 17:35:27 2017 New Revision: 323104 URL: https://svnweb.freebsd.org/changeset/base/323104 Log: 8138 Improve manpage spelling illumos/illumos-gate@bccbd30bb6d0c20635d3f23e8d63f3f8170d3c46 https://github.com/illumos/illumos-gate/commit/bccbd30bb6d0c20635d3f23e8d

svn commit: r323105 - in vendor/illumos/dist/man: man1m man4

2017-09-01 Thread Andriy Gapon
Author: avg Date: Fri Sep 1 17:37:10 2017 New Revision: 323105 URL: https://svnweb.freebsd.org/changeset/base/323105 Log: 8300 fix man page issues found by mandoc 1.14.1 illumos/illumos-gate@72d3dbb9ab4481606cb93caca98ba3b3a8eb6ce2 https://github.com/illumos/illumos-gate/commit/72d3dbb9

svn commit: r323106 - vendor/illumos/dist/man/man1m

2017-09-01 Thread Andriy Gapon
Author: avg Date: Fri Sep 1 17:38:49 2017 New Revision: 323106 URL: https://svnweb.freebsd.org/changeset/base/323106 Log: 8547 update mandoc to 1.14.3 illumos/illumos-gate@c66b8046543352459a11a51501b628d1c98a8c44 https://github.com/illumos/illumos-gate/commit/c66b8046543352459a11a51501b

svn commit: r323107 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor-sys/illumos/dist/uts/common/sys/fs vendor/illumos/dist/cmd/zpool vendor/illumos/...

2017-09-01 Thread Andriy Gapon
Author: avg Date: Fri Sep 1 17:43:08 2017 New Revision: 323107 URL: https://svnweb.freebsd.org/changeset/base/323107 Log: 8414 Implemented zpool scrub pause/resume illumos/illumos-gate@1702cce751c5cb7ead878d0205a6c90b027e3de8 https://github.com/illumos/illumos-gate/commit/1702cce751c5cb

svn commit: r323107 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor-sys/illumos/dist/uts/common/sys/fs vendor/illumos/dist/cmd/zpool vendor/illumos/...

2017-09-01 Thread Andriy Gapon
Author: avg Date: Fri Sep 1 17:43:08 2017 New Revision: 323107 URL: https://svnweb.freebsd.org/changeset/base/323107 Log: 8414 Implemented zpool scrub pause/resume illumos/illumos-gate@1702cce751c5cb7ead878d0205a6c90b027e3de8 https://github.com/illumos/illumos-gate/commit/1702cce751c5cb

svn commit: r323108 - head/sys/geom/part

2017-09-01 Thread Warner Losh
Author: imp Date: Fri Sep 1 17:55:25 2017 New Revision: 323108 URL: https://svnweb.freebsd.org/changeset/base/323108 Log: Add efimedia attribute for all GPT partitions. Sposnored by: Netflix Differential Revision: https://reviews.freebsd.org/D12206 Modified: head/sys/geom/part/g_part_

svn commit: r323109 - vendor/illumos/dist/man/man1m

2017-09-01 Thread Andriy Gapon
Author: avg Date: Fri Sep 1 17:56:34 2017 New Revision: 323109 URL: https://svnweb.freebsd.org/changeset/base/323109 Log: 8435 zpool.1m and zfs.1m: minor cleanup illumos/illumos-gate@a058d1cc571af5fbcfe7f1d719df1abbfdb722f3 https://github.com/illumos/illumos-gate/commit/a058d1cc571af5fb

svn commit: r323110 - in vendor-sys/illumos/dist/uts/common/fs/zfs: . sys

2017-09-01 Thread Andriy Gapon
Author: avg Date: Fri Sep 1 17:57:51 2017 New Revision: 323110 URL: https://svnweb.freebsd.org/changeset/base/323110 Log: 8558 lwp_create() returns EAGAIN on system with more than 80K ZFS filesystems illumos/illumos-gate@216d7723a1a58124cf95c4950d51d5f99d3f4128 https://github.com/illumo

svn commit: r323111 - vendor-sys/illumos/dist/uts/common/fs/zfs

2017-09-01 Thread Andriy Gapon
Author: avg Date: Fri Sep 1 18:02:53 2017 New Revision: 323111 URL: https://svnweb.freebsd.org/changeset/base/323111 Log: 8569 problem with inline functions in abd.h illumos/illumos-gate@37e84ab74e939caf52150fc3352081786ecc0c29 https://github.com/illumos/illumos-gate/commit/37e84ab74e93

svn commit: r323112 - in head: contrib/llvm/include/llvm/CodeGen contrib/llvm/lib/Analysis contrib/llvm/lib/CodeGen/SelectionDAG contrib/llvm/tools/clang/include/clang/AST contrib/llvm/tools/clang/...

2017-09-01 Thread Dimitry Andric
Author: dim Date: Fri Sep 1 18:53:36 2017 New Revision: 323112 URL: https://svnweb.freebsd.org/changeset/base/323112 Log: Upgrade our copies of clang, llvm, lldb and compiler-rt to r312293 from the upstream release_50 branch. This corresponds to 5.0.0 rc4. As of this version, the cad/st

svn commit: r323113 - stable/10/release/arm

2017-09-01 Thread Marius Strobl
Author: marius Date: Fri Sep 1 19:11:47 2017 New Revision: 323113 URL: https://svnweb.freebsd.org/changeset/base/323113 Log: Fix a typo in the hard link creation for a WANDBOARD DTB file. Just like r322666 which introduced this bug, this is a direct commit to stable/10. Approved by: r

svn commit: r323114 - head/sys/conf

2017-09-01 Thread Alexander Motin
Author: mav Date: Fri Sep 1 19:15:53 2017 New Revision: 323114 URL: https://svnweb.freebsd.org/changeset/base/323114 Log: Sync NTB options between amd64 and i386. Somehow they happen to become different. MFC after:13 days Modified: head/sys/conf/files.i386 Modified: head/sys/c

svn commit: r323120 - in stable/10: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/cygwin crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypt...

2017-09-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Sep 1 21:24:32 2017 New Revision: 323120 URL: https://svnweb.freebsd.org/changeset/base/323120 Log: Upgrade OpenSSH to 7.3p1. This is the last version of OpenSSH which does not break compatibility more than we can live with in a stable branch. Further commits will

Re: svn commit: r323087 - in head/sys: amd64/conf arm64/conf i386/conf powerpc/conf riscv/conf sparc64/conf

2017-09-01 Thread Nathan Whitehorn
On 09/01/17 09:54, Ian Lepore wrote: On Fri, 2017-09-01 at 09:06 -0700, Conrad Meyer wrote: Wait, why? The PR doesn't explain it any better than this commit message. On Fri, Sep 1, 2017 at 8:54 AM, Josh Paetzel wrote: Author: jpaetzel Date: Fri Sep 1 15:54:53 2017 New Revision: 323087 URL

svn commit: r323121 - in stable/10: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/cygwin crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypt...

2017-09-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Sep 1 21:48:36 2017 New Revision: 323121 URL: https://svnweb.freebsd.org/changeset/base/323121 Log: Revert OpenSSH 7.3p1; something went wrong between testing and committing. Approved by: re@ Added: stable/10/crypto/openssh/.cvsignore - copied unchanged from

svn commit: r323122 - head/usr.sbin/autofs

2017-09-01 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Fri Sep 1 22:04:45 2017 New Revision: 323122 URL: https://svnweb.freebsd.org/changeset/base/323122 Log: Fix mdoc typo in auto_master.5 There needs to be a space after the no-space macro in order for it to be interpreted. PR: 221986 Submi

svn commit: r323123 - in head/usr.bin/tail: . tests

2017-09-01 Thread Conrad Meyer
Author: cem Date: Fri Sep 1 22:37:49 2017 New Revision: 323123 URL: https://svnweb.freebsd.org/changeset/base/323123 Log: tail(1): Do not print bogus errno string In the case where write(2) does not return -1, it does not initialize errno. This can happen when a broken pipe causes a shor

svn commit: r323124 - in stable/10: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/cygwin crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat crypt...

2017-09-01 Thread Dag-Erling Smørgrav
Author: des Date: Fri Sep 1 22:52:18 2017 New Revision: 323124 URL: https://svnweb.freebsd.org/changeset/base/323124 Log: Upgrade OpenSSH to 7.3p1. This is the last version of OpenSSH which does not break compatibility more than we can live with in a stable branch. Further commits will

Re: svn commit: r323124 - in stable/10: crypto/openssh crypto/openssh/contrib crypto/openssh/contrib/cygwin crypto/openssh/contrib/redhat crypto/openssh/contrib/suse crypto/openssh/openbsd-compat cryp

2017-09-01 Thread Xin LI
Thanks! On Fri, Sep 1, 2017 at 3:52 PM, Dag-Erling Smørgrav wrote: > Author: des > Date: Fri Sep 1 22:52:18 2017 > New Revision: 323124 > URL: https://svnweb.freebsd.org/changeset/base/323124 > > Log: > Upgrade OpenSSH to 7.3p1. > > This is the last version of OpenSSH which does not break co

Re: svn commit: r323123 - in head/usr.bin/tail: . tests

2017-09-01 Thread Ngie Cooper
> On Sep 1, 2017, at 15:37, Conrad Meyer wrote: > > Author: cem > Date: Fri Sep 1 22:37:49 2017 > New Revision: 323123 > URL: https://svnweb.freebsd.org/changeset/base/323123 > > Log: > tail(1): Do not print bogus errno string > > In the case where write(2) does not return -1, it does not i