svn commit: r326895 - head

2017-12-16 Thread Jens Schweikhardt
Author: schweikh Date: Sat Dec 16 11:49:30 2017 New Revision: 326895 URL: https://svnweb.freebsd.org/changeset/base/326895 Log: Correct a typo; remove white space at EOL. Modified: head/UPDATING Modified: head/UPDATING =

svn commit: r326896 - head/share/examples/etc

2017-12-16 Thread Jens Schweikhardt
Author: schweikh Date: Sat Dec 16 12:23:59 2017 New Revision: 326896 URL: https://svnweb.freebsd.org/changeset/base/326896 Log: Remove white space at EOL. Modified: head/share/examples/etc/make.conf Modified: head/share/examples/etc/make.conf =

svn commit: r326897 - head/contrib/llvm/tools/lld/ELF

2017-12-16 Thread Ed Maste
Author: emaste Date: Sat Dec 16 14:26:11 2017 New Revision: 326897 URL: https://svnweb.freebsd.org/changeset/base/326897 Log: lld: Slightly simplify code and add comment. Cherry-pick lld r315658 by Rui Ueyama: This is not a mechanical transformation. Even though I believe this p

svn commit: r326898 - head/sys/net

2017-12-16 Thread Andrey V. Elsukov
Author: ae Date: Sat Dec 16 14:36:21 2017 New Revision: 326898 URL: https://svnweb.freebsd.org/changeset/base/326898 Log: Fix possible memory leak. vxlan_ftable entries are sorted in ascending order, due to wrong arguments order it is possible to stop search before existing element will b

svn commit: r326908 - head/lib/libc/i386

2017-12-16 Thread Ed Maste
Author: emaste Date: Sat Dec 16 15:17:54 2017 New Revision: 326908 URL: https://svnweb.freebsd.org/changeset/base/326908 Log: revert r322589: force use of ld.bfd for linking i386 libc As of r326897 ld.lld can link a working i386 libc.so, so we no longer need to force use of ld.bfd. S

Re: svn commit: r326758 - in head/sys/i386: conf include

2017-12-16 Thread John Baldwin
On 12/14/17 3:34 AM, Eugene Grosbein wrote: > On 13.12.2017 04:55, John Baldwin wrote: >> On 12/12/17 3:09 PM, Eugene Grosbein wrote: >>> On 13.12.2017 02:32, John Baldwin wrote: >>> Certainly for MIPS I have found that compiling with clang instead of gcc for mips64 gives a kernel that pa

svn commit: r326909 - in head: contrib/llvm/lib/Target/BPF contrib/llvm/lib/Transforms/Scalar contrib/llvm/tools/clang/lib/Basic contrib/llvm/tools/clang/lib/Sema contrib/llvm/tools/lld/lib/ReaderW...

2017-12-16 Thread Dimitry Andric
Author: dim Date: Sat Dec 16 18:06:30 2017 New Revision: 326909 URL: https://svnweb.freebsd.org/changeset/base/326909 Log: Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to 5.0.1 release (upstream r320880). Relnotes: yes MFC after:2 weeks Modified: head/

svn commit: r326910 - head/lib/libsysdecode

2017-12-16 Thread Ed Schouten
Author: ed Date: Sat Dec 16 19:37:55 2017 New Revision: 326910 URL: https://svnweb.freebsd.org/changeset/base/326910 Log: libsysdecode: Add a new ABI type, SYSDECODE_ABI_CLOUDABI32. In order to let truss(8) support tracing of 32-bit CloudABI applications, we need to add a new ABI type to

svn commit: r326911 - head/usr.bin/truss

2017-12-16 Thread Ed Schouten
Author: ed Date: Sat Dec 16 19:40:28 2017 New Revision: 326911 URL: https://svnweb.freebsd.org/changeset/base/326911 Log: Make truss(8) work for i686-unknown-cloudabi binaries on FreeBSD/amd64. This change copies the existing amd64_cloudabi64.c to amd64_cloudabi32.c and reimplements the f

svn commit: r326912 - head/usr.sbin/makefs

2017-12-16 Thread Mark Johnston
Author: markj Date: Sat Dec 16 20:19:00 2017 New Revision: 326912 URL: https://svnweb.freebsd.org/changeset/base/326912 Log: Fix a logic bug in makefs lazy inode initialization. We may need to initialize multiple inode blocks before writing a given inode. makefs(8) was only initializing a

svn commit: r326913 - head/share/dict

2017-12-16 Thread Warner Losh
Author: imp Date: Sat Dec 16 20:25:50 2017 New Revision: 326913 URL: https://svnweb.freebsd.org/changeset/base/326913 Log: Sync with NetBSD's /usr/share/dict/words, with the exception of quim due to its vulgar nature. Submitted by: sevan@ Differential Revision: https://reviews.freebsd.o

svn commit: r326914 - head/stand

2017-12-16 Thread Warner Losh
Author: imp Date: Sat Dec 16 21:33:21 2017 New Revision: 326914 URL: https://svnweb.freebsd.org/changeset/base/326914 Log: Move loader-only defines to loader.mk from defs.mk Produces the same .o's, verified with md5. Sponsored by: Netflix Modified: head/stand/defs.mk head/stand/lo