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

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

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

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

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:

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

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:

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:

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

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 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:

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

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

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: >

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

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: 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