svn commit: r329015 - stable/10/sys/dev/jedec_ts

2018-02-08 Thread Ravi Pokala
Author: rpokala Date: Thu Feb 8 09:24:23 2018 New Revision: 329015 URL: https://svnweb.freebsd.org/changeset/base/329015 Log: jedec_ts(4) uses a sysctl format specifier of "IK4", to indicate that it reports milliKelvin. However, sysctl(8) on stable/10 only knows about "IK", without a numeri

Re: svn commit: r329011 - in stable/11: sys/boot sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/efi/loader/arch/amd64 sys/boot/efi/loader/arch/arm sys/boot/efi/loader/arch/arm64 sys/

2018-02-08 Thread Rodney W. Grimes
> On Wed, Feb 7, 2018 at 8:50 PM, Kyle Evans wrote: > > Author: kevans > > Date: Thu Feb 8 02:50:47 2018 > > New Revision: 329011 > > URL: https://svnweb.freebsd.org/changeset/base/329011 > > > > Log: Log: MFC Loader fixes, 2016q4: r307322,r307323,... This helps to see things easier in t

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: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops

Re: svn commit: r329011 - in stable/11: sys/boot sys/boot/common sys/boot/efi/libefi sys/boot/efi/loader sys/boot/efi/loader/arch/amd64 sys/boot/efi/loader/arch/arm sys/boot/efi/loader/arch/arm64 sys/

2018-02-08 Thread Kyle Evans
On Thu, Feb 8, 2018 at 3:32 AM, Rodney W. Grimes wrote: >> On Wed, Feb 7, 2018 at 8:50 PM, Kyle Evans wrote: >> > Author: kevans >> > Date: Thu Feb 8 02:50:47 2018 >> > New Revision: 329011 >> > URL: https://svnweb.freebsd.org/changeset/base/329011 >> > >> > Log: > Log: > MFC Loader fixe

svn commit: r329017 - stable/11/sys/dev/cxgbe/iw_cxgbe

2018-02-08 Thread Navdeep Parhar
Author: np Date: Thu Feb 8 14:39:07 2018 New Revision: 329017 URL: https://svnweb.freebsd.org/changeset/base/329017 Log: iw_cxgbe: Manually backport changes related to QP flush. This fixes a panic where poll_cq sees an empty RQ while processing an incoming SEND for a QP that is being taken

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: head/lib/libc/rpc/svc_dg.

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: 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 hard-tabs

svn commit: r329020 - in stable/11/sys: fs/ext2fs kern sys ufs/ffs vm

2018-02-08 Thread Kyle Evans
Author: kevans Date: Thu Feb 8 17:14:56 2018 New Revision: 329020 URL: https://svnweb.freebsd.org/changeset/base/329020 Log: MFC r309062: Release laundered vnode pages to the head of the inactive queue. The swap pager enqueues laundered pages near the head of the inactive queue to avoi

svn commit: r329021 - vendor-crypto/openssl/dist/doc/man3

2018-02-08 Thread Jung-uk Kim
Author: jkim Date: Thu Feb 8 19:15:51 2018 New Revision: 329021 URL: https://svnweb.freebsd.org/changeset/base/329021 Log: Belatedly remove an empty directory. It briefly appeared in 1.0.2l and removed in 1.0.2m. https://github.com/openssl/openssl/commit/720aa0f Deleted: vendor-cry

Re: svn commit: r329021 - vendor-crypto/openssl/dist/doc/man3

2018-02-08 Thread Jung-uk Kim
On 02/08/2018 14:15, Jung-uk Kim wrote: > Author: jkim > Date: Thu Feb 8 19:15:51 2018 > New Revision: 329021 > URL: https://svnweb.freebsd.org/changeset/base/329021 > > Log: > Belatedly remove an empty directory. > > It briefly appeared in 1.0.2l and removed in 1.0.2m. > > https://gi

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: 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: 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: 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: 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: T

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 want

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 non

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: 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 compar

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 th

svn commit: r329057 - stable/11/sys/dev/ntb

2018-02-08 Thread Alexander Motin
Author: mav Date: Fri Feb 9 03:07:12 2018 New Revision: 329057 URL: https://svnweb.freebsd.org/changeset/base/329057 Log: MFC r328611: Try to preallocate receive memory early. We may not have enough contiguous memory later, when NTB connection get established. It is quite likely that NT

svn commit: r329056 - stable/11/sys/dev/ntb

2018-02-08 Thread Alexander Motin
Author: mav Date: Fri Feb 9 03:06:45 2018 New Revision: 329056 URL: https://svnweb.freebsd.org/changeset/base/329056 Log: MFC r328450: Use bus_dmamem_alloc(9) KPI instead of contigmalloc(9). I suppose it should make this code NUMA-aware with recent NUMA drop-in, trying to allocate shared

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 us

Re: svn commit: r328692 - in stable/11/sys: conf dev/nvme

2018-02-08 Thread Andre Albsmeier
On Thu, 01-Feb-2018 at 16:53:08 +, Alexander Motin wrote: > Author: mav > Date: Thu Feb 1 16:53:08 2018 > New Revision: 328692 > URL: https://svnweb.freebsd.org/changeset/base/328692 > > Log: > MFC r322995 (by imp): > Add new compile-time option NVME_USE_NVD that sets the default value W