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/
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
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.
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
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
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
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
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/
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/
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/
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/
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
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
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
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
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/
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/
___
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/
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
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
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
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
===
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
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
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
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
[ 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:
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
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,
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
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
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
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
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
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_
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
49 matches
Mail list logo