svn commit: r329019 - head/stand/common

2018-02-08 Thread Warner Losh
Author: imp Date: Thu Feb 8 17:07:27 2018 New Revision: 329019 URL: https://svnweb.freebsd.org/changeset/base/329019 Log: Move to tabs for indentation and to 8-space notches, per style(9). 4 space indentation with a mix of tabs and spaces is a hassle. Update to project-standard

Re: svn commit: r328536 - in head/stand: common powerpc/kboot

2018-02-08 Thread Roger Pau Monné
Ping? Ed committed a band-aid, but we need to get this fixed. On Wed, Jan 31, 2018 at 03:20:46PM +, Roger Pau Monné wrote: > On Mon, Jan 29, 2018 at 09:24:28AM +, Wojciech Macek wrote: > > Modified: head/stand/common/load_elf.c > >

svn commit: r329022 - head/crypto/openssl/doc/man3

2018-02-08 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 8 19:26:52 2018 New Revision: 329022 URL: https://svnweb.freebsd.org/changeset/base/329022 Log: MFV: r329021 Belatedly remove an empty directory. Deleted: head/crypto/openssl/doc/man3/ Modified: Directory Properties: head/crypto/openssl/ (props changed)

svn commit: r329024 - in head: . secure/lib/libcrypto secure/usr.bin/openssl secure/usr.bin/openssl/man

2018-02-08 Thread Jung-uk Kim
) +++ head/ObsoleteFiles.inc Thu Feb 8 19:55:03 2018(r329024) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20180208: remove c_rehash(1) +OLD_FILES+=usr/share/openssl/man/man1/c_rehash.1.gz # 20180206: remove gdbtui OLD_FILES+=usr/bin/gdbtui # 20180201: Obsolete forth files

svn commit: r329023 - in head/sys: amd64/amd64 arm64/arm64 i386/i386 mips/mips powerpc/powerpc riscv/riscv sparc64/sparc64

2018-02-08 Thread Mark Johnston
Author: markj Date: Thu Feb 8 19:28:51 2018 New Revision: 329023 URL: https://svnweb.freebsd.org/changeset/base/329023 Log: Use vm_page_unwire_noq() instead of directly modifying page wire counts. No functional change intended. Reviewed by: alc, kib (previous revision) MFC after:

svn commit: r329033 - in head: contrib/llvm/tools/clang/lib/CodeGen sys/sys

2018-02-08 Thread Dimitry Andric
Author: dim Date: Thu Feb 8 21:11:48 2018 New Revision: 329033 URL: https://svnweb.freebsd.org/changeset/base/329033 Log: Pull in r324594 from upstream clang trunk (by Alexander Ivchenko): Fix for #31362 - ms_abi is implemented incorrectly for values >=16 bytes. Summary:

svn commit: r329025 - head/sys/nfs

2018-02-08 Thread Brooks Davis
Author: brooks Date: Thu Feb 8 20:09:42 2018 New Revision: 329025 URL: https://svnweb.freebsd.org/changeset/base/329025 Log: Modernize nfssvc(2) registartion. Use syscall_helper_register() to register syscalls and do it through the module interface rather than sysinit. This pattern

svn commit: r329054 - head/stand/common

2018-02-08 Thread Warner Losh
Author: imp Date: Fri Feb 9 00:36:55 2018 New Revision: 329054 URL: https://svnweb.freebsd.org/changeset/base/329054 Log: Set script.lang in the environment to either 'forth' or 'simple' to reflect what scripting language was compiled into the loader. I anticipate that being able to find

svn commit: r329052 - head/sbin/fsck_ffs

2018-02-08 Thread Kirk McKusick
Author: mckusick Date: Thu Feb 8 23:14:24 2018 New Revision: 329052 URL: https://svnweb.freebsd.org/changeset/base/329052 Log: Include files missed in 329051. Modified: head/sbin/fsck_ffs/fsck.h head/sbin/fsck_ffs/globs.c head/sbin/fsck_ffs/main.c Modified: head/sbin/fsck_ffs/fsck.h

svn commit: r329051 - in head: sbin/dumpfs sbin/fsck_ffs sbin/newfs sys/ufs/ffs

2018-02-08 Thread Kirk McKusick
Author: mckusick Date: Thu Feb 8 23:06:58 2018 New Revision: 329051 URL: https://svnweb.freebsd.org/changeset/base/329051 Log: The goal of this change is to prevent accidental foot shooting by folks running filesystems created on check-hash enabled kernels (which I will call "new") on a

svn commit: r329058 - in head/sys: kern vm

2018-02-08 Thread Gleb Smirnoff
Author: glebius Date: Fri Feb 9 04:45:39 2018 New Revision: 329058 URL: https://svnweb.freebsd.org/changeset/base/329058 Log: Fix boot_pages exhaustion on machines with many domains and cores, where size of UMA zone allocation is greater than page size. In this case zone of zones can not

svn commit: r329050 - in head/stand: . userboot/userboot

2018-02-08 Thread Warner Losh
Author: imp Date: Thu Feb 8 22:59:51 2018 New Revision: 329050 URL: https://svnweb.freebsd.org/changeset/base/329050 Log: Fix build of userboot.so Since it's not possible to unset a variable easily, create a new variable 'PIC' to signal that we are creating a shared object that we

svn commit: r329053 - head/sys/netinet6

2018-02-08 Thread Eric van Gyzen
Author: vangyzen Date: Fri Feb 9 00:13:05 2018 New Revision: 329053 URL: https://svnweb.freebsd.org/changeset/base/329053 Log: Fix ICMPv6 redirects icmp6_redirect_input() validates that a redirect packet came from the current gateway for the respective destination. To do this, it

svn commit: r329016 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-02-08 Thread Andriy Gapon
Author: avg Date: Thu Feb 8 13:22:40 2018 New Revision: 329016 URL: https://svnweb.freebsd.org/changeset/base/329016 Log: remove a duplicate assignment There should be no functional change. MFC after:1 week Modified:

svn commit: r329018 - in head: lib/libc/rpc usr.sbin/ypserv

2018-02-08 Thread Pedro F. Giffuni
Author: pfg Date: Thu Feb 8 14:53:34 2018 New Revision: 329018 URL: https://svnweb.freebsd.org/changeset/base/329018 Log: su_data: correct macro expansion. Protect su_data() users from strange macro expansion. Obtained from:linux libtirpc Modified: