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
=
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
=
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
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
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
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
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/
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
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
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
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
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
12 matches
Mail list logo