svn commit: r327075 - head/etc/rc.d

2017-12-21 Thread Kevin Lo
Author: kevlo Date: Fri Dec 22 01:46:25 2017 New Revision: 327075 URL: https://svnweb.freebsd.org/changeset/base/327075 Log: Add soft float abi caching form armv7, it would allow people with old binaries to run them. Reviewed by: imp Modified: head/etc/rc.d/ldconfig Modified:

svn commit: r327074 - in head/sys/mips: include mips

2017-12-21 Thread Konstantin Belousov
Author: kib Date: Thu Dec 21 23:39:00 2017 New Revision: 327074 URL: https://svnweb.freebsd.org/changeset/base/327074 Log: Fix mips build after introduction of MD definitions of atomic_load_64 and atomic_store_64. The MD definitions are provided for LP64 only, while mips also uses them

svn commit: r327073 - head/sys/fs/nfsclient

2017-12-21 Thread Konstantin Belousov
Author: kib Date: Thu Dec 21 23:08:10 2017 New Revision: 327073 URL: https://svnweb.freebsd.org/changeset/base/327073 Log: Fix build for LP64 arches with gcc. gcc complaints that the comparision is always false due to the value range, and the cast does not prevent the analysis. Split

svn commit: r327072 - head/sys/net

2017-12-21 Thread Konstantin Belousov
Author: kib Date: Thu Dec 21 23:05:13 2017 New Revision: 327072 URL: https://svnweb.freebsd.org/changeset/base/327072 Log: Fix build for kernels with SCHED_4BSD. Sponsored by: The FreeBSD Foundation Modified: head/sys/net/iflib.c Modified: head/sys/net/iflib.c

svn commit: r327071 - stable/11/sbin/geom/class/mirror

2017-12-21 Thread Mark Johnston
Author: markj Date: Thu Dec 21 22:48:02 2017 New Revision: 327071 URL: https://svnweb.freebsd.org/changeset/base/327071 Log: MFC r326410: Document gmirror sysctls. Modified: stable/11/sbin/geom/class/mirror/gmirror.8 Directory Properties: stable/11/ (props changed) Modified:

svn commit: r327070 - stable/11/sys/geom/mirror

2017-12-21 Thread Mark Johnston
Author: markj Date: Thu Dec 21 22:47:04 2017 New Revision: 327070 URL: https://svnweb.freebsd.org/changeset/base/327070 Log: MFC r326409: Update gmirror metadata less frequently when synchronizing. Modified: stable/11/sys/geom/mirror/g_mirror.c stable/11/sys/geom/mirror/g_mirror.h

svn commit: r327068 - head/usr.sbin/devinfo

2017-12-21 Thread Warner Losh
Author: imp Date: Thu Dec 21 19:19:43 2017 New Revision: 327068 URL: https://svnweb.freebsd.org/changeset/base/327068 Log: When -v is specified with -p dev, print the same verbose output as when listing the whole tree. The list, however, is from the requested device to the root (so it

svn commit: r327067 - head/usr.sbin/devinfo

2017-12-21 Thread Warner Losh
Author: imp Date: Thu Dec 21 18:58:14 2017 New Revision: 327067 URL: https://svnweb.freebsd.org/changeset/base/327067 Log: Fix markup and bump .Dd. Modified: head/usr.sbin/devinfo/devinfo.8 Modified: head/usr.sbin/devinfo/devinfo.8

svn commit: r327066 - head/usr.sbin/devinfo

2017-12-21 Thread Warner Losh
Author: imp Date: Thu Dec 21 18:51:47 2017 New Revision: 327066 URL: https://svnweb.freebsd.org/changeset/base/327066 Log: Implement "-p dev" to print the path to the given device back to the nexus. With redirection, could also be used to test if the device exists in the device tree.

svn commit: r327065 - head/sys/amd64/vmm/intel

2017-12-21 Thread Tycho Nightingale
Author: tychon Date: Thu Dec 21 18:30:11 2017 New Revision: 327065 URL: https://svnweb.freebsd.org/changeset/base/327065 Log: Recognize a pending virtual interrupt while emulating the halt instruction. Reviewed by: grehan, rgrimes Sponsored by: Dell EMC Isilon Differential Revision:

Re: svn commit: r326809 - head/sys/dev/cardbus

2017-12-21 Thread Eugene Grosbein
On Thu, Dec 14, 2017 at 2:36 PM, Eugene Grosbein > wrote: > > - zfsloader(8) failing to find any ZFS pool after zfsboot(8) successfully > loaded and started zfsload(8) from zpool (PR pending, need to collect > more info) I've discovered

svn commit: r327064 - head/usr.bin/patch

2017-12-21 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 21 16:25:33 2017 New Revision: 327064 URL: https://svnweb.freebsd.org/changeset/base/327064 Log: patch: further cleanup to git-style diffs. Fix adding and removing files with git-style a/ b/ diffs: only skip six letters if they actually match "--- a/" and "+++

svn commit: r327063 - head/usr.bin/patch

2017-12-21 Thread Pedro F. Giffuni
Author: pfg Date: Thu Dec 21 16:19:10 2017 New Revision: 327063 URL: https://svnweb.freebsd.org/changeset/base/327063 Log: patch: rejname[] is also -r option buffer, and should be PATH_MAX. Obtained from:OpenBSD (CVS 1.64) Modified: head/usr.bin/patch/patch.c Modified:

svn commit: r327062 - in head/sys/dev/cxgbe: . common

2017-12-21 Thread Navdeep Parhar
Author: np Date: Thu Dec 21 15:19:43 2017 New Revision: 327062 URL: https://svnweb.freebsd.org/changeset/base/327062 Log: cxgbe(4): Read the MFG diags version from the VPD and make it available in the sysctl MIB. MFC after:1 week Sponsored by: Chelsio Communications Modified:

svn commit: r327061 - stable/11/sys/netinet

2017-12-21 Thread Andrey V. Elsukov
Author: ae Date: Thu Dec 21 14:09:06 2017 New Revision: 327061 URL: https://svnweb.freebsd.org/changeset/base/327061 Log: MFC r326847: Fix mbuf leak when TCPMD5_OUTPUT() method returns error. PR: 223817 Modified: stable/11/sys/netinet/tcp_output.c Directory Properties:

svn commit: r327060 - stable/10/sys/fs/devfs

2017-12-21 Thread Konstantin Belousov
Author: kib Date: Thu Dec 21 13:32:49 2017 New Revision: 327060 URL: https://svnweb.freebsd.org/changeset/base/327060 Log: MFC r326851: In devfs_lookupx() dotdot lookup case, avoid dereferencing dvp->v_mount after dvp is unlocked. Modified: stable/10/sys/fs/devfs/devfs_vnops.c Directory

svn commit: r327059 - stable/11/sys/fs/devfs

2017-12-21 Thread Konstantin Belousov
Author: kib Date: Thu Dec 21 13:30:56 2017 New Revision: 327059 URL: https://svnweb.freebsd.org/changeset/base/327059 Log: MFC r326851: In devfs_lookupx() dotdot lookup case, avoid dereferencing dvp->v_mount after dvp is unlocked. Modified: stable/11/sys/fs/devfs/devfs_vnops.c Directory

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

2017-12-21 Thread Michael Zhilin
Author: mizhka Date: Thu Dec 21 12:21:35 2017 New Revision: 327058 URL: https://svnweb.freebsd.org/changeset/base/327058 Log: [boot/efi] scan all display modes rather than sequential try-fail way This patch allows to scan all display modes in boot1 as loader does. Before system tried

Re: svn commit: r327053 - head/sys/sparc64/include

2017-12-21 Thread Konstantin Belousov
On Thu, Dec 21, 2017 at 01:27:33AM +, Marius Strobl wrote: > Author: marius > Date: Thu Dec 21 01:27:32 2017 > New Revision: 327053 > URL: https://svnweb.freebsd.org/changeset/base/327053 > > Log: > Remove MD atomic_load_{32,64,int,long,ptr}(9) obsolete since the addition > of

svn commit: r327057 - head/usr.bin/truss

2017-12-21 Thread Ed Schouten
Author: ed Date: Thu Dec 21 09:21:40 2017 New Revision: 327057 URL: https://svnweb.freebsd.org/changeset/base/327057 Log: Make truss work for CloudABI executables on i386. The system call convention is different from i386 binaries running on FreeBSD/amd64, but this is not noticeable by

svn commit: r327056 - in head/sys: kern sys x86/acpica x86/x86

2017-12-21 Thread Bruce Evans
Author: bde Date: Thu Dec 21 09:17:48 2017 New Revision: 327056 URL: https://svnweb.freebsd.org/changeset/base/327056 Log: Use resume_cpus() instead of restart_cpus() to resume from ACPI suspension. restart_cpus() worked well enough by accident. Before this set of fixes, resume_cpus() used