svn commit: r338366 - head/sys/dev/cxgbe/iw_cxgbe

2018-08-28 Thread Navdeep Parhar
Author: np Date: Wed Aug 29 04:37:53 2018 New Revision: 338366 URL: https://svnweb.freebsd.org/changeset/base/338366 Log: cxgbe/iw_cxgbe: Fix iWARP RDMA + VIMAGE operation by setting the VNET properly in a couple of places in the driver. Submitted by: Krishnamraju Eraparaju @ Chelsio

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

2018-08-28 Thread Mark Johnston
Author: markj Date: Wed Aug 29 02:49:18 2018 New Revision: 338365 URL: https://svnweb.freebsd.org/changeset/base/338365 Log: Add a sysctl for the ZFS abd_scatter_enabled setting. Submitted by: Yamagi Burmeister (original version) Approved by: re (rgrimes) MFC after:3 days

svn commit: r338364 - stable/11/bin/dd

2018-08-28 Thread Kyle Evans
Author: kevans Date: Wed Aug 29 02:18:13 2018 New Revision: 338364 URL: https://svnweb.freebsd.org/changeset/base/338364 Log: MFC r337505, r337865, r337869: dd status=progress r337505: dd: add status=progress support This reports the current status on a single line every second,

svn commit: r338363 - head

2018-08-28 Thread Li-Wen Hsu
Author: lwhsu Date: Tue Aug 28 23:56:52 2018 New Revision: 338363 URL: https://svnweb.freebsd.org/changeset/base/338363 Log: Fix 'install: symlink usr/src/sys -> /sys: File exists' in distributeworld Follow r334617, specify ${DISTDIR} (by ${INSTALL_DDIR}), '/base' and add ${INSTALLFLAGS}

svn commit: r338362 - head/bin/csh

2018-08-28 Thread Brad Davis
Author: brd Date: Tue Aug 28 22:51:45 2018 New Revision: 338362 URL: https://svnweb.freebsd.org/changeset/base/338362 Log: Fix the install of /root/.login missed as part of r337849. Approved by: re (rgrimes) Modified: head/bin/csh/Makefile Modified: head/bin/csh/Makefile

svn commit: r338361 - head/share/mk

2018-08-28 Thread Brad Davis
Author: brd Date: Tue Aug 28 22:22:06 2018 New Revision: 338361 URL: https://svnweb.freebsd.org/changeset/base/338361 Log: Add beforeinstallconfig to bsd.confs.mk to enable running commands prior to the installconfig target. Approved by: re (rgrimes), bapt (mentor) Differential

Re: svn commit: r338239 - head

2018-08-28 Thread Yuri Pankov
Piotr P. Stefaniak wrote: On 2018-08-23 05:06:32, Warner Losh wrote: Author: imp Date: Thu Aug 23 05:06:31 2018 New Revision: 338239 URL: https://svnweb.freebsd.org/changeset/base/338239 Log:  Add a special note to UPDATING for the devmatch stuff. While tested,  there's an elevated risk of

svn commit: r338360 - in head: sys/sys sys/x86/acpica sys/x86/include sys/x86/iommu sys/x86/isa sys/x86/x86 sys/x86/xen usr.bin/vmstat

2018-08-28 Thread John Baldwin
Author: jhb Date: Tue Aug 28 21:09:19 2018 New Revision: 338360 URL: https://svnweb.freebsd.org/changeset/base/338360 Log: Dynamically allocate IRQ ranges on x86. Previously, x86 used static ranges of IRQ values for different types of I/O interrupts. Interrupt pins on I/O APICs and

svn commit: r338359 - in head/sys/cddl/dev/fbt: . aarch64 arm mips powerpc riscv x86

2018-08-28 Thread Mark Johnston
Author: markj Date: Tue Aug 28 20:21:36 2018 New Revision: 338359 URL: https://svnweb.freebsd.org/changeset/base/338359 Log: Allow multiple FBT probes to share a tracepoint. With GNU ifuncs, multiple FBT probes may correspond to the same instruction. fbt_invop() assumed that this could

svn commit: r338358 - head/sys/compat/freebsd32

2018-08-28 Thread Konstantin Belousov
Author: kib Date: Tue Aug 28 18:50:34 2018 New Revision: 338358 URL: https://svnweb.freebsd.org/changeset/base/338358 Log: Regen after r338357. Approved by: re (gjb) Modified: head/sys/compat/freebsd32/freebsd32_sysent.c Modified: head/sys/compat/freebsd32/freebsd32_sysent.c

svn commit: r338357 - head/sys/compat/freebsd32

2018-08-28 Thread Konstantin Belousov
Author: kib Date: Tue Aug 28 18:49:39 2018 New Revision: 338357 URL: https://svnweb.freebsd.org/changeset/base/338357 Log: Fix compat32 ftruncate cap mode after ino64. Reported by:asomers PR: 230120 Sponsored by: The FreeBSD Foundation Approved by: re (gjb) Modified:

svn commit: r338356 - head/sys/amd64/amd64

2018-08-28 Thread Konstantin Belousov
Author: kib Date: Tue Aug 28 18:47:02 2018 New Revision: 338356 URL: https://svnweb.freebsd.org/changeset/base/338356 Log: Several bug fixes and robustness improvements for the AP boot page table allocation. At the time that mp_bootaddress() is called, phys_avail[] array does not

svn commit: r338355 - head/sys/dev/cxgbe/tom

2018-08-28 Thread Navdeep Parhar
Author: np Date: Tue Aug 28 18:16:02 2018 New Revision: 338355 URL: https://svnweb.freebsd.org/changeset/base/338355 Log: cxgbe/tom: Unregister shared CPL handlers on module unload. This fixes a panic with INVARIANTS that occurs when t4_tom is unloaded and reloaded. Approved by: re@

svn commit: r338354 - head/stand/defaults

2018-08-28 Thread Mark Johnston
Author: markj Date: Tue Aug 28 17:14:46 2018 New Revision: 338354 URL: https://svnweb.freebsd.org/changeset/base/338354 Log: Document the cpu_microcode_* tunables. Reviewed by: bcr (previous version), kib Approved by: re (gjb) Sponsored by: The FreeBSD Foundation Differential

svn commit: r338353 - head/usr.sbin/lastlogin

2018-08-28 Thread Philip Paeps
Author: philip Date: Tue Aug 28 17:12:37 2018 New Revision: 338353 URL: https://svnweb.freebsd.org/changeset/base/338353 Log: Add libxo(3) support to lastlogin(8). Reviewed by: kp Approved by: re (gjb) MFC after:1 week Relnotes: yes Differential Revision:

svn commit: r338352 - head/usr.bin/last

2018-08-28 Thread Philip Paeps
Author: philip Date: Tue Aug 28 17:10:19 2018 New Revision: 338352 URL: https://svnweb.freebsd.org/changeset/base/338352 Log: Add libxo(3) support to last(1). Reviewed by: kp Approved by: re (gjb) MFC after:1 week Relnotes: yes Differential Revision:

svn commit: r338351 - head/sys/dev/al_eth

2018-08-28 Thread Marcin Wojtas
Author: mw Date: Tue Aug 28 17:09:41 2018 New Revision: 338351 URL: https://svnweb.freebsd.org/changeset/base/338351 Log: Use ip/ipv6 structures in al_eth only if they are supported The ip/ipv6 header files are included only if the appropriate definition exists, but the driver was

svn commit: r338350 - head/usr.sbin/nfsuserd

2018-08-28 Thread Mark Johnston
Author: markj Date: Tue Aug 28 15:18:14 2018 New Revision: 338350 URL: https://svnweb.freebsd.org/changeset/base/338350 Log: Add missing endpwent() and endgrent() calls to nfsuserd(8). PR: 230937 Submitted by: Peter Eriksson Reviewed by: rmacklem Approved by: re (gjb)

svn commit: r338349 - head/share/man/man5

2018-08-28 Thread Warner Losh
Author: imp Date: Tue Aug 28 14:53:03 2018 New Revision: 338349 URL: https://svnweb.freebsd.org/changeset/base/338349 Log: Regen src.conf.5 after r338347. Approved by: re@ (gjb) Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r338348 - in head/sys/dev: drm drm2

2018-08-28 Thread Warner Losh
Author: imp Date: Tue Aug 28 14:46:55 2018 New Revision: 338348 URL: https://svnweb.freebsd.org/changeset/base/338348 Log: Add big, nasty abandonware tags to this code. This code works for some people, but hasn't been updated in a long time. Still allow people to use this code for the

svn commit: r338347 - in head: sys/conf sys/modules tools/build/options

2018-08-28 Thread Warner Losh
Author: imp Date: Tue Aug 28 14:46:49 2018 New Revision: 338347 URL: https://svnweb.freebsd.org/changeset/base/338347 Log: Put building of drm and drm2 modules behind options. Make the building of drm dependent on MK_MODULE_DRM and the building of module drm2 on MK_MODULE_DRM2. The

svn commit: r338346 - stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-08-28 Thread Mark Johnston
Author: markj Date: Tue Aug 28 14:33:04 2018 New Revision: 338346 URL: https://svnweb.freebsd.org/changeset/base/338346 Log: MFC r338142: Set arc_kmem_cache_reap_retry_ms to 0 and make it configurable. Modified: stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c Directory

svn commit: r338345 - vendor-crypto/openssh/7.8p1

2018-08-28 Thread Dag-Erling Smørgrav
Author: des Date: Tue Aug 28 10:48:41 2018 New Revision: 338345 URL: https://svnweb.freebsd.org/changeset/base/338345 Log: Tag OpenSSH 7.8p1. Added: vendor-crypto/openssh/7.8p1/ - copied from r338344, vendor-crypto/openssh/dist/ ___

svn commit: r338343 - in stable/11/sys: netinet netinet6

2018-08-28 Thread Andrey V. Elsukov
Author: ae Date: Tue Aug 28 07:24:09 2018 New Revision: 338343 URL: https://svnweb.freebsd.org/changeset/base/338343 Log: MFC r337736: Restore ability to send ICMP and ICMPv6 redirects. It was lost when tryforward appeared. Now ip[6]_tryforward will be enabled only when sending