svn commit: r324112 - in head/bin: chflags mkdir rcp rmdir

2017-09-29 Thread Alan Somers
Author: asomers Date: Fri Sep 29 23:47:23 2017 New Revision: 324112 URL: https://svnweb.freebsd.org/changeset/base/324112 Log: Fix Makefile entries from r323275 Reported by: Vladimir Zakharov Reviewed by: ngie MFC after:3 weeks X-MFC-With: 3232

svn commit: r324111 - head/sys/fs/nfs

2017-09-29 Thread Rick Macklem
Author: rmacklem Date: Fri Sep 29 23:13:01 2017 New Revision: 324111 URL: https://svnweb.freebsd.org/changeset/base/324111 Log: Add support for Flex File Layout to the pNFS client structures. This patch modifies the pNFS client layout and deviceinfo structures to add fields and unions for

Re: svn commit: r324023 - in stable/11: . contrib/compiler-rt/include/sanitizer contrib/compiler-rt/include/xray contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/b

2017-09-29 Thread Dimitry Andric
On 29 Sep 2017, at 14:33, Renato Botelho wrote: > > On 26/09/17 16:56, Dimitry Andric wrote: >> Author: dim >> Date: Tue Sep 26 19:56:36 2017 >> New Revision: 324023 >> URL: https://svnweb.freebsd.org/changeset/base/324023 >> >> Log: >> Merge clang, llvm, lld, lldb, compiler-rt and libc++ 5.0.0

svn commit: r324110 - stable/11

2017-09-29 Thread Dimitry Andric
Author: dim Date: Fri Sep 29 23:05:56 2017 New Revision: 324110 URL: https://svnweb.freebsd.org/changeset/base/324110 Log: Belatedely fill in the dates for clang 5.0.0 update in UPDATING and ObsoleteFiles.inc. Noticed by: garga Modified: stable/11/ObsoleteFiles.inc stable/11/UPDATI

svn commit: r324109 - in head: sys/contrib/dev/acpica sys/contrib/dev/acpica/common sys/contrib/dev/acpica/compiler sys/contrib/dev/acpica/components/dispatcher sys/contrib/dev/acpica/components/ha...

2017-09-29 Thread Jung-uk Kim
Author: jkim Date: Fri Sep 29 23:02:49 2017 New Revision: 324109 URL: https://svnweb.freebsd.org/changeset/base/324109 Log: Merge ACPICA 20170929. Added: head/sys/contrib/dev/acpica/compiler/aslallocate.c - copied, changed from r324104, vendor-sys/acpica/dist/source/compiler

svn commit: r324108 - head/etc

2017-09-29 Thread Ian Lepore
Author: ian Date: Fri Sep 29 22:21:42 2017 New Revision: 324108 URL: https://svnweb.freebsd.org/changeset/base/324108 Log: Remove spurious $flags; it's a paste-o from copying the line from rc.subr. Also, add a comment documenting the args passed to mount_md(). Modified: head/etc/rc.initdisk

svn commit: r324107 - in head: etc etc/defaults sbin/mdmfs

2017-09-29 Thread Ian Lepore
Author: ian Date: Fri Sep 29 22:13:26 2017 New Revision: 324107 URL: https://svnweb.freebsd.org/changeset/base/324107 Log: Enhance mdmfs(8) to work with tmpfs(5). Existing scripts and associated config such as rc.initdiskless, rc.d/var, and others, use mdmfs to create memory filesystems.

svn commit: r324106 - head/sys/crypto/aesni

2017-09-29 Thread Conrad Meyer
Author: cem Date: Fri Sep 29 19:56:09 2017 New Revision: 324106 URL: https://svnweb.freebsd.org/changeset/base/324106 Log: aesni(4): Fix GCC build The GCC xmmintrin.h header brokenly includes mm_malloc.h unconditionally. (The Clang version of xmmintrin.h only includes mm_malloc.h if not c

svn commit: r324105 - vendor-sys/acpica/20170929

2017-09-29 Thread Jung-uk Kim
Author: jkim Date: Fri Sep 29 17:09:13 2017 New Revision: 324105 URL: https://svnweb.freebsd.org/changeset/base/324105 Log: Tag ACPICA 20170929. Added: vendor-sys/acpica/20170929/ - copied from r324104, vendor-sys/acpica/dist/ ___ svn-src-all

svn commit: r324104 - in vendor-sys/acpica/dist: . generate/unix/acpiexec generate/unix/iasl source/common source/compiler source/components/dispatcher source/components/hardware source/components/...

2017-09-29 Thread Jung-uk Kim
Author: jkim Date: Fri Sep 29 17:08:30 2017 New Revision: 324104 URL: https://svnweb.freebsd.org/changeset/base/324104 Log: Import ACPICA 20170929. Added: vendor-sys/acpica/dist/source/compiler/aslallocate.c (contents, props changed) vendor-sys/acpica/dist/source/compiler/aslcache.c

svn commit: r324103 - head/lib/libc/locale

2017-09-29 Thread Bryan Drewery
Author: bdrewery Date: Fri Sep 29 16:30:50 2017 New Revision: 324103 URL: https://svnweb.freebsd.org/changeset/base/324103 Log: __setrunelocale: Fix asprintf(3) failure not returning an error. Also fix the style of the asprintf(3) call in __collate_load_tables_l(). Both of these lines wer

svn commit: r324102 - head/sys/netsmb

2017-09-29 Thread Conrad Meyer
Author: cem Date: Fri Sep 29 15:53:26 2017 New Revision: 324102 URL: https://svnweb.freebsd.org/changeset/base/324102 Log: netsmb: Fix buggy/racy smb_strdupin() smb_strdupin() tried to roll a copyin() based strlen to allocate a buffer and then blindly copyin that size. Of course, a malic

svn commit: r324101 - release/10.4.0

2017-09-29 Thread Marius Strobl
Author: marius Date: Fri Sep 29 15:13:28 2017 New Revision: 324101 URL: https://svnweb.freebsd.org/changeset/base/324101 Log: Tag releng/10.4@r324094 as release/10.4.0 (10.4-RELEASE). Approved by: re (implicit) Added: release/10.4.0/ - copied from r324094, releng/10.4/

Re: svn commit: r324023 - in stable/11: . contrib/compiler-rt/include/sanitizer contrib/compiler-rt/include/xray contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/b

2017-09-29 Thread Renato Botelho
On 26/09/17 16:56, Dimitry Andric wrote: > Author: dim > Date: Tue Sep 26 19:56:36 2017 > New Revision: 324023 > URL: https://svnweb.freebsd.org/changeset/base/324023 > > Log: > Merge clang, llvm, lld, lldb, compiler-rt and libc++ 5.0.0 release. This commit added a bad entry in UPDATING with da

svn commit: r324100 - head/usr.bin/man

2017-09-29 Thread Baptiste Daroussin
Author: bapt Date: Fri Sep 29 07:44:48 2017 New Revision: 324100 URL: https://svnweb.freebsd.org/changeset/base/324100 Log: man(1): silent the output of mandoc when testing This reduce the spam a user may face when mandoc tries to figure out if it can renders a manpage or fallback on grof