svn commit: r348726 - stable/11/sys/dev/acpica

2019-06-05 Thread Allan Jude
Author: allanjude Date: Thu Jun 6 05:10:32 2019 New Revision: 348726 URL: https://svnweb.freebsd.org/changeset/base/348726 Log: MFC r348065: Correct the way remaining battery life is calculated Previously, if a system had multiple batteries, the remaining life percentage was calcula

svn commit: r348725 - stable/11/cddl/contrib/opensolaris/cmd/zfs

2019-06-05 Thread Allan Jude
Author: allanjude Date: Thu Jun 6 05:09:43 2019 New Revision: 348725 URL: https://svnweb.freebsd.org/changeset/base/348725 Log: MFC r347953: MFV/ZoL: `zfs userspace` ignored all unresolved UIDs after the first zfsonlinux/zfs@88cfff182432e4d1c24c877f33b47ee6cf109eee zfs_main: fix

svn commit: r348724 - stable/12/release/tools

2019-06-05 Thread Glen Barber
Author: gjb Date: Thu Jun 6 03:31:55 2019 New Revision: 348724 URL: https://svnweb.freebsd.org/changeset/base/348724 Log: MFC r348439: Increase the size of the Vagrant default image size, as the 3GB size is too small to bootstrap the firstboot_pkgs list. While here, add the growfs(8

svn commit: r348723 - stable/12

2019-06-05 Thread Glen Barber
Author: gjb Date: Thu Jun 6 03:30:21 2019 New Revision: 348723 URL: https://svnweb.freebsd.org/changeset/base/348723 Log: MFC r348438, r348474: r348438: Fix GCE virtual machine startup. r348474: Revert previous commit. Note: no-op to appease the merge tracker Sponso

svn commit: r348722 - head/stand/efi/boot1

2019-06-05 Thread Warner Losh
Author: imp Date: Thu Jun 6 03:07:10 2019 New Revision: 348722 URL: https://svnweb.freebsd.org/changeset/base/348722 Log: Don't make the efifat thing if NOFAT is defined. Modified: head/stand/efi/boot1/Makefile Modified: head/stand/efi/boot1/Makefile

svn commit: r348721 - stable/12/lib/libutil

2019-06-05 Thread Mark Johnston
Author: markj Date: Thu Jun 6 03:04:33 2019 New Revision: 348721 URL: https://svnweb.freebsd.org/changeset/base/348721 Log: MFC r348545: Typo. Modified: stable/12/lib/libutil/pw_util.3 Directory Properties: stable/12/ (props changed) Modified: stable/12/lib/libutil/pw_util.3 =

svn commit: r348720 - stable/12/contrib/elftoolchain/elfcopy

2019-06-05 Thread Mark Johnston
Author: markj Date: Thu Jun 6 03:03:54 2019 New Revision: 348720 URL: https://svnweb.freebsd.org/changeset/base/348720 Log: MFC r348431: elfcopy: Optimize for insertions at the end of the section list. PR: 234949 Modified: stable/12/contrib/elftoolchain/elfcopy/elfcopy.h stable/12

svn commit: r348719 - stable/12/contrib/elftoolchain/elfcopy

2019-06-05 Thread Mark Johnston
Author: markj Date: Thu Jun 6 03:02:43 2019 New Revision: 348719 URL: https://svnweb.freebsd.org/changeset/base/348719 Log: MFC r348430: elfcopy: Remove an unneeded memset. Modified: stable/12/contrib/elftoolchain/elfcopy/main.c Directory Properties: stable/12/ (props changed) Modifie

svn commit: r348717 - stable/12/contrib/elftoolchain/readelf

2019-06-05 Thread Mark Johnston
Author: markj Date: Thu Jun 6 03:01:52 2019 New Revision: 348717 URL: https://svnweb.freebsd.org/changeset/base/348717 Log: MFC r348443: readelf: Make -t imply -S, for compatibility with GNU binutils. Modified: stable/12/contrib/elftoolchain/readelf/readelf.1 stable/12/contrib/elftoolcha

svn commit: r348718 - head/sys/modules/ipfilter

2019-06-05 Thread Cy Schubert
Author: cy Date: Thu Jun 6 03:02:25 2019 New Revision: 348718 URL: https://svnweb.freebsd.org/changeset/base/348718 Log: Whitespace adjustment. MFC after:3 days Modified: head/sys/modules/ipfilter/Makefile Modified: head/sys/modules/ipfilter/Makefile ===

svn commit: r348716 - stable/12/usr.sbin/rpc.yppasswdd

2019-06-05 Thread Mark Johnston
Author: markj Date: Thu Jun 6 03:01:05 2019 New Revision: 348716 URL: https://svnweb.freebsd.org/changeset/base/348716 Log: MFC r348547: rpc.yppasswdd: Fix dirname(3) usage after r305952. PR: 234972 Modified: stable/12/usr.sbin/rpc.yppasswdd/yppasswdd_server.c Directory Properties:

svn commit: r348715 - stable/12/lib/libelftc

2019-06-05 Thread Mark Johnston
Author: markj Date: Thu Jun 6 02:58:11 2019 New Revision: 348715 URL: https://svnweb.freebsd.org/changeset/base/348715 Log: MFC r348444: libelftc: Add MLINKS. Modified: stable/12/lib/libelftc/Makefile Directory Properties: stable/12/ (props changed) Modified: stable/12/lib/libelftc/Ma

svn commit: r348714 - head/cddl/contrib/opensolaris/cmd/zpool

2019-06-05 Thread Allan Jude
Author: allanjude Date: Thu Jun 6 01:32:00 2019 New Revision: 348714 URL: https://svnweb.freebsd.org/changeset/base/348714 Log: zpool.8: the comment property is not read-only The comment property was listed in the man page twice, once under the list of read-only properties, and again (co

svn commit: r348713 - in stable/12/sys/dev: mpr mps

2019-06-05 Thread Alexander Motin
Author: mav Date: Thu Jun 6 01:16:04 2019 New Revision: 348713 URL: https://svnweb.freebsd.org/changeset/base/348713 Log: MFC r348417: Fix busy status leak in case of incorrect passthrough args. Modified: stable/12/sys/dev/mpr/mpr_user.c stable/12/sys/dev/mps/mps_user.c Directory Propertie

svn commit: r348712 - head/usr.sbin/bhyve

2019-06-05 Thread John Baldwin
Author: jhb Date: Wed Jun 5 23:37:50 2019 New Revision: 348712 URL: https://svnweb.freebsd.org/changeset/base/348712 Log: Use parse_integer to avoid sign extension. Coverity warned about gdb_write_mem sign extending the result of parse_byte shifted left by 24 bits when generating a 32-bi

svn commit: r348711 - head/usr.bin/tail

2019-06-05 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Jun 5 22:55:00 2019 New Revision: 348711 URL: https://svnweb.freebsd.org/changeset/base/348711 Log: tail: disable capsicum in rescue mode All rescue application are not capsicumized. Reported by: jenkins Modified: head/usr.bin/tail/Makefile Modified: hea

svn commit: r348710 - head/usr.bin/tail

2019-06-05 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Jun 5 22:47:37 2019 New Revision: 348710 URL: https://svnweb.freebsd.org/changeset/base/348710 Log: tail: fix style nit introduced in the r348708 Modified: head/usr.bin/tail/tail.c Modified: head/usr.bin/tail/tail.c =

svn commit: r348709 - head/sys/geom/eli

2019-06-05 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Jun 5 22:46:18 2019 New Revision: 348709 URL: https://svnweb.freebsd.org/changeset/base/348709 Log: geli: build warning fixes Submitted by: Aaron Prieger Reviewed by: sbruno Differential Revision:https://reviews.freebsd.org/D11068 Modified: head/s

svn commit: r348708 - head/usr.bin/tail

2019-06-05 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Jun 5 22:40:49 2019 New Revision: 348708 URL: https://svnweb.freebsd.org/changeset/base/348708 Log: tail: capsicumize Submitted by: Nik Sultana Differential Revision:https://reviews.freebsd.org/D20393 Modified: head/usr.bin/tail/Makefile head/usr.b

svn commit: r348707 - head/lib/libc/sys

2019-06-05 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Jun 5 22:36:19 2019 New Revision: 348707 URL: https://svnweb.freebsd.org/changeset/base/348707 Log: unlink: add missing function to unlink.2 man page Modified: head/lib/libc/sys/unlink.2 Modified: head/lib/libc/sys/unlink.2 =

svn commit: r348706 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/amd64 cddl/contrib/opensolaris/cmd/dtrace/test/tst/amd64/arrays cddl/usr.sbin/dtrace/tests cddl/usr.sbin/dtrace/tests/amd...

2019-06-05 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Jun 5 22:32:26 2019 New Revision: 348706 URL: https://svnweb.freebsd.org/changeset/base/348706 Log: DTrace: create an amd64 test suit Create two tests checking if we can read urgs registers and if the rax register returns a correct number. Reviewed by: mar

svn commit: r348705 - head/sys/cddl/dev/dtrace/amd64

2019-06-05 Thread Mariusz Zaborski
Author: oshogbo Date: Wed Jun 5 22:29:05 2019 New Revision: 348705 URL: https://svnweb.freebsd.org/changeset/base/348705 Log: dtrace: 64-bits registers support The registers in ilumos and FreeBSD have a different number. In the illumos, last 32-bits register defined is SS an in FreeBSD i

svn commit: r348704 - in stable/11/sys/dev/cxgbe: cxgbei tom

2019-06-05 Thread Navdeep Parhar
Author: np Date: Wed Jun 5 21:46:56 2019 New Revision: 348704 URL: https://svnweb.freebsd.org/changeset/base/348704 Log: MFC r348491: cxgbe/t4_tom: adjust the hardware receive window to match changes to the receive sockbuf's high water mark. Calculate rx credits on the spot instead

svn commit: r348703 - stable/12/sys/dev/acpica

2019-06-05 Thread Allan Jude
Author: allanjude Date: Wed Jun 5 20:31:09 2019 New Revision: 348703 URL: https://svnweb.freebsd.org/changeset/base/348703 Log: MFC r348065: Correct the way remaining battery life is calculated Previously, if a system had multiple batteries, the remaining life percentage was calcula

svn commit: r348702 - stable/12/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2019-06-05 Thread Allan Jude
Author: allanjude Date: Wed Jun 5 20:27:26 2019 New Revision: 348702 URL: https://svnweb.freebsd.org/changeset/base/348702 Log: MFC r348068, r348071 r348068: ZFS: Make deadman tunables no longer read-only This allows the user to enable, disable, and adjust the I/O deadman at runti

svn commit: r348701 - head/sys/vm

2019-06-05 Thread Konstantin Belousov
Author: kib Date: Wed Jun 5 20:21:17 2019 New Revision: 348701 URL: https://svnweb.freebsd.org/changeset/base/348701 Log: In vm_map_entry_set_vnode_text(), tolerate tmpfs mappings for which vnode is no longer resident. Mapping of tmpfs file does not bump use count on the vnode, because

svn commit: r348699 - head/lib/libmd

2019-06-05 Thread Allan Jude
Author: allanjude Date: Wed Jun 5 20:18:08 2019 New Revision: 348699 URL: https://svnweb.freebsd.org/changeset/base/348699 Log: sha.3: clarify admonition against use in NEW signature schemes Reported by: cem, cperciva (grammar) Modified: head/lib/libmd/sha.3 Modified: head/lib/libmd/s

svn commit: r348698 - in head/sys/fs: nullfs tmpfs

2019-06-05 Thread Konstantin Belousov
Author: kib Date: Wed Jun 5 20:16:25 2019 New Revision: 348698 URL: https://svnweb.freebsd.org/changeset/base/348698 Log: Manually clear text references on reclaim for nullfs and tmpfs. Both filesystems do no use vnode_pager_dealloc() which would handle this case otherwise. Nullfs becau

svn commit: r348697 - head/tools/tools/ath/athani

2019-06-05 Thread Michael Zhilin
Author: mizhka Date: Wed Jun 5 19:55:30 2019 New Revision: 348697 URL: https://svnweb.freebsd.org/changeset/base/348697 Log: [ath] [fix] athani compilation was broken by recent ath change * This commit is going to fix build of AR724x on 13-CURRENT with additional tools like athani. See

svn commit: r348696 - stable/12/cddl/contrib/opensolaris/cmd/zfs

2019-06-05 Thread Allan Jude
Author: allanjude Date: Wed Jun 5 19:46:35 2019 New Revision: 348696 URL: https://svnweb.freebsd.org/changeset/base/348696 Log: MFC r347953: MFV/ZoL: `zfs userspace` ignored all unresolved UIDs after the first zfsonlinux/zfs@88cfff182432e4d1c24c877f33b47ee6cf109eee zfs_main: fix

svn commit: r348695 - head/sys/amd64/vmm/io

2019-06-05 Thread John Baldwin
Author: jhb Date: Wed Jun 5 19:30:32 2019 New Revision: 348695 URL: https://svnweb.freebsd.org/changeset/base/348695 Log: Support MSI-X for passthrough devices with a separate PBA BAR. pci_alloc_msix() requires both the table and PBA BARs to be allocated by the driver. ppt was only allo

svn commit: r348694 - head/usr.sbin/bhyve

2019-06-05 Thread John Baldwin
Author: jhb Date: Wed Jun 5 19:29:02 2019 New Revision: 348694 URL: https://svnweb.freebsd.org/changeset/base/348694 Log: Don't simulate PBA access if the PBA is in a separate BAR. bhyve has to virtualize the MSI-X table to trap reads and writes to that table and map those to virtual int

svn commit: r348693 - head/usr.bin/calendar/calendars

2019-06-05 Thread Piotr Kubaj
Author: pkubaj (ports committer) Date: Wed Jun 5 16:01:05 2019 New Revision: 348693 URL: https://svnweb.freebsd.org/changeset/base/348693 Log: Add my birthday entry. Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd ===

svn commit: r348692 - head/usr.bin/vtfontcvt

2019-06-05 Thread Ed Maste
Author: emaste Date: Wed Jun 5 15:23:48 2019 New Revision: 348692 URL: https://svnweb.freebsd.org/changeset/base/348692 Log: vtfontcvt: exit on error if the input font has too many glyphs The kernel has a limit of 131072 glyphs in a font; add the same check to vtfontcvt so that we won't

Re: svn commit: r348610 - in head: lib/clang/libllvm usr.bin/clang

2019-06-05 Thread Kyle Evans
On Wed, Jun 5, 2019 at 9:09 AM Ed Maste wrote: > > On Tue, 4 Jun 2019 at 21:35, Kyle Evans wrote: > > > > Just to confirm... the commit for llvm-symbolizer included the move > > from MK_CLANG_EXTRAS to MK_CLANG in OptionalObsoleteFiles. > > Not the man page though, it turns out - I moved it now i

svn commit: r348691 - in stable/12/sys/powerpc: aim booke ofw powernv powerpc

2019-06-05 Thread Leandro Lupori
Author: luporl Date: Wed Jun 5 14:23:10 2019 New Revision: 348691 URL: https://svnweb.freebsd.org/changeset/base/348691 Log: MFC r345676: powerpc64: Use medium code model in asm files for TOC references Summary: With a sufficiently large TOC, it's possible to index out of range, as

svn commit: r348690 - stable/12/sys/powerpc/aim

2019-06-05 Thread Leandro Lupori
Author: luporl Date: Wed Jun 5 14:19:54 2019 New Revision: 348690 URL: https://svnweb.freebsd.org/changeset/base/348690 Log: MFC r343744: powerpc64: Add a trap stack area Currently, the trap code switches to the the temporary stack in the dbtrap section. It works in most cases, but

Re: svn commit: r348610 - in head: lib/clang/libllvm usr.bin/clang

2019-06-05 Thread Ed Maste
On Tue, 4 Jun 2019 at 21:35, Kyle Evans wrote: > > Just to confirm... the commit for llvm-symbolizer included the move > from MK_CLANG_EXTRAS to MK_CLANG in OptionalObsoleteFiles. Not the man page though, it turns out - I moved it now in r348689. ___ sv

svn commit: r348689 - head/tools/build/mk

2019-06-05 Thread Ed Maste
Author: emaste Date: Wed Jun 5 14:08:39 2019 New Revision: 348689 URL: https://svnweb.freebsd.org/changeset/base/348689 Log: Use CLANG knob to remove llvm-symbolizer man page r348504 moved llvm-symbolizer from the CLANG_EXTRAS knob to CLANG, but the man page was still in the CLANG_EXTRAS

svn commit: r348688 - head/sys/sys

2019-06-05 Thread Andriy Gapon
Author: avg Date: Wed Jun 5 13:18:00 2019 New Revision: 348688 URL: https://svnweb.freebsd.org/changeset/base/348688 Log: first step towards enforcing must-succeed semantics for bus accessors Unlike BUS_READ_IVAR / BUS_WRITE_IVAR, bus accessors do not have a return code. It is assumed t

svn commit: r348687 - head/sys/x86/iommu

2019-06-05 Thread Tycho Nightingale
Author: tychon Date: Wed Jun 5 13:08:21 2019 New Revision: 348687 URL: https://svnweb.freebsd.org/changeset/base/348687 Log: another occurrence where a very large dma mapping can cause integer overflow Submitted by: rlibby Sponsored by: Dell EMC Isilon Modified: head/sys/x86/iommu/bus

svn commit: r348686 - stable/12/stand/powerpc

2019-06-05 Thread Leandro Lupori
Author: luporl Date: Wed Jun 5 12:53:36 2019 New Revision: 348686 URL: https://svnweb.freebsd.org/changeset/base/348686 Log: MFC r348028: stand/powerpc: Only build loader.kboot for powerpc64 kboot is only made for powerpc64 systems, not 32-bit systems. This unbreaks the build for

svn commit: r348685 - in stable/12/sys: conf powerpc/aim powerpc/powerpc

2019-06-05 Thread Leandro Lupori
Author: luporl Date: Wed Jun 5 12:43:45 2019 New Revision: 348685 URL: https://svnweb.freebsd.org/changeset/base/348685 Log: MFC r348112: Fix PPC64 kernel build with clang8 + lld8 This patch fixes the following lld link errors: - unsupported dynamic relocations on read-only sections

svn commit: r348684 - stable/12/stand/common

2019-06-05 Thread Leandro Lupori
Author: luporl Date: Wed Jun 5 12:38:58 2019 New Revision: 348684 URL: https://svnweb.freebsd.org/changeset/base/348684 Log: MFC r348025: Unbreak the build when `ELF_VERBOSE` is defined after r348005 This change properly terminates the formatting string quote modification done in r3480

svn commit: r348683 - in stable/12: cddl/contrib/opensolaris/lib/libzfs/common stand/common stand/ofw/libofw stand/powerpc/boot1.chrp stand/powerpc/kboot stand/powerpc/ofw

2019-06-05 Thread Leandro Lupori
Author: luporl Date: Wed Jun 5 12:34:28 2019 New Revision: 348683 URL: https://svnweb.freebsd.org/changeset/base/348683 Log: MFC r348005: [PowerPC64] stand: fix build using clang 8 as compiler This change fixes "stand" build issues when using clang 8 as compiler. Submitted by: alf

svn commit: r348682 - head/sys/netpfil/ipfw/nat64

2019-06-05 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 5 09:25:40 2019 New Revision: 348682 URL: https://svnweb.freebsd.org/changeset/base/348682 Log: Initialize V_nat64out methods explicitly. It looks like initialization of static variable doesn't work for VIMAGE and this leads to panic. Reported by: olivier