svn commit: r316722 - in releng: 10.3 10.3/contrib/ntp 10.3/contrib/ntp/adjtimed 10.3/contrib/ntp/clockstuff 10.3/contrib/ntp/html 10.3/contrib/ntp/include 10.3/contrib/ntp/include/isc 10.3/contrib...

2017-04-11 Thread Xin LI
Author: delphij Date: Wed Apr 12 06:24:35 2017 New Revision: 316722 URL: https://svnweb.freebsd.org/changeset/base/316722 Log: Fix multiple vulnerabilities of ntp. [SA-17:03] Xen migration enhancements. [EN-17:05] Approved by: so Deleted: releng/10.3/contrib/ntp/compile releng/10

svn commit: r316721 - head/share/man/man4

2017-04-11 Thread Kevin Lo
Author: kevlo Date: Wed Apr 12 01:15:33 2017 New Revision: 316721 URL: https://svnweb.freebsd.org/changeset/base/316721 Log: Most wireless drivers don't support altq(4). Modified: head/share/man/man4/altq.4 Modified: head/share/man/man4/altq.4

svn commit: r316720 - head/sys/dev/qlnx/qlnxe

2017-04-11 Thread David C Somayajulu
Author: davidcs Date: Wed Apr 12 00:52:09 2017 New Revision: 316720 URL: https://svnweb.freebsd.org/changeset/base/316720 Log: Fix defects reported by Coverity 1. Deadcode in ecore_init_cache_line_size(), qlnx_ioctl() and qlnx_clean_filters() 2. ARRAY_VS_SINGLETON issue in qlnx_remov

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

2017-04-11 Thread Rick Macklem
Author: rmacklem Date: Tue Apr 11 22:47:02 2017 New Revision: 316719 URL: https://svnweb.freebsd.org/changeset/base/316719 Log: Don't throw away Open state when a NFSv4.1 client recovery fails. If the ExchangeID/CreateSession operations done by an NFSv4.1 client after the server crashes/r

svn commit: r316718 - head/sbin/mksnap_ffs

2017-04-11 Thread Maxim Sobolev
Author: sobomax Date: Tue Apr 11 21:55:39 2017 New Revision: 316718 URL: https://svnweb.freebsd.org/changeset/base/316718 Log: Work around an issue with mksnap_ffs not working in chroot'ed environment. The problem is that the statfs(2) system call used to determine the relevant mount point r

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

2017-04-11 Thread Rick Macklem
Author: rmacklem Date: Tue Apr 11 20:28:15 2017 New Revision: 316717 URL: https://svnweb.freebsd.org/changeset/base/316717 Log: During a server crash recovery, fix the NFSv4.1 client for a NFSERR_BADSESSION during recovery. If the NFSv4.1 client gets a NFSv4.1 NFSERR_BADSESSION reply to a

svn commit: r316716 - head/sys/net

2017-04-11 Thread Andrey V. Elsukov
Author: ae Date: Tue Apr 11 19:23:25 2017 New Revision: 316716 URL: https://svnweb.freebsd.org/changeset/base/316716 Log: Inherit IPv6 checksum offloading flags to vlan interfaces. if_vlan(4) interfaces inherit IPv4 checksum offloading flags from the parent when VLAN_HWCSUM and VLAN_HWTAG

svn commit: r316715 - head/sys/netinet

2017-04-11 Thread Andrey V. Elsukov
Author: ae Date: Tue Apr 11 19:20:20 2017 New Revision: 316715 URL: https://svnweb.freebsd.org/changeset/base/316715 Log: Make sysctl identifiers for direct netisr queue unique. Introduce IPCTL_INTRDQMAXLEN and IPCTL_INTRDQDROPS macros for this purpose. Reviewed by: gnn MFC after:1

Re: svn commit: r316699 - head/sys/net

2017-04-11 Thread Slawa Olhovchenkov
On Tue, Apr 11, 2017 at 11:49:56AM -0700, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] > > On 11.04.2017 19:51, Rodney W. Grimes wrote: > > >> Modified: head/sys/net/if_gre.c > > >> == > > >> ---

Re: svn commit: r316699 - head/sys/net

2017-04-11 Thread Andrey V. Elsukov
On 11.04.2017 21:49, Rodney W. Grimes wrote: -#define GREMTU 1500 +#define GREMTU 1476 >>> >>> I would of thought that this was >>> #define GREMTU ETHERMTU >>> and now should probably be: >>> #define GREMTU ETHERMTU - gre_hlen; >>> Or what

Re: svn commit: r316648 - in head/sys: amd64/amd64 amd64/include arm/arm arm/include arm64/include cddl/dev/dtrace/aarch64 cddl/dev/dtrace/amd64 cddl/dev/dtrace/arm cddl/dev/dtrace/i386 cddl/dev/dtrac

2017-04-11 Thread John Baldwin
On Tuesday, April 11, 2017 02:21:05 AM Patrick Kelsey wrote: > On Tue, Apr 11, 2017 at 1:24 AM, John Baldwin wrote: > > > Either that, or I relax the goal of purging it entirely and put the > > compat > > > shim in current also to sidestep the port-patching issue. > > > > Well, I'd like to not hav

Re: svn commit: r316699 - head/sys/net

2017-04-11 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On 11.04.2017 19:51, Rodney W. Grimes wrote: > >> Modified: head/sys/net/if_gre.c > >> == > >> --- head/sys/net/if_gre.c Tue Apr 11 08:29:12 2017(r316698) > >> +++ hea

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

2017-04-11 Thread Mark Johnston
Author: markj Date: Tue Apr 11 18:48:17 2017 New Revision: 316714 URL: https://svnweb.freebsd.org/changeset/base/316714 Log: MFC r306829, r310286, r311695: Lock the ND prefix list and add refcounting for prefixes. Modified: stable/11/sys/netinet/sctp_output.c stable/11/sys/netinet6/in6.c

Re: svn commit: r316699 - head/sys/net

2017-04-11 Thread Andrey V. Elsukov
On 11.04.2017 19:51, Rodney W. Grimes wrote: >> Modified: head/sys/net/if_gre.c >> == >> --- head/sys/net/if_gre.cTue Apr 11 08:29:12 2017(r316698) >> +++ head/sys/net/if_gre.cTue Apr 11 08:56:18 2017

svn commit: r316713 - in stable/11/lib: libproc librtld_db

2017-04-11 Thread Mark Johnston
Author: markj Date: Tue Apr 11 17:36:19 2017 New Revision: 316713 URL: https://svnweb.freebsd.org/changeset/base/316713 Log: MFC r309591: Fix style bugs and remove trailing whitespace in libproc and librtld_db. Modified: stable/11/lib/libproc/_libproc.h stable/11/lib/libproc/libproc.h s

svn commit: r316712 - stable/11/sys/cddl/dev/dtrace

2017-04-11 Thread Mark Johnston
Author: markj Date: Tue Apr 11 17:28:23 2017 New Revision: 316712 URL: https://svnweb.freebsd.org/changeset/base/316712 Log: MFC r315208: Fix a backwards comparison in the code to dump a DTrace debug buffer. Modified: stable/11/sys/cddl/dev/dtrace/dtrace_debug.c Directory Properties: stab

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

2017-04-11 Thread Mark Johnston
Author: markj Date: Tue Apr 11 17:17:05 2017 New Revision: 316711 URL: https://svnweb.freebsd.org/changeset/base/316711 Log: MFC r316032: Refine r301173 a bit. Modified: stable/11/sys/geom/mirror/g_mirror.c Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/geom/m

svn commit: r316710 - stable/11/share/man/man4

2017-04-11 Thread Mark Johnston
Author: markj Date: Tue Apr 11 17:16:15 2017 New Revision: 316710 URL: https://svnweb.freebsd.org/changeset/base/316710 Log: MFC r316036: Typo. Modified: stable/11/share/man/man4/rights.4 Directory Properties: stable/11/ (props changed) Modified: stable/11/share/man/man4/rights.4 =

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

2017-04-11 Thread Mark Johnston
Author: markj Date: Tue Apr 11 17:15:39 2017 New Revision: 316709 URL: https://svnweb.freebsd.org/changeset/base/316709 Log: MFC r316175: Avoid sleeping when the mirror I/O queue is non-empty. Modified: stable/11/sys/geom/mirror/g_mirror.c Directory Properties: stable/11/ (props changed

svn commit: r316708 - stable/11/sys/kern

2017-04-11 Thread Mark Johnston
Author: markj Date: Tue Apr 11 17:13:56 2017 New Revision: 316708 URL: https://svnweb.freebsd.org/changeset/base/316708 Log: MFC r315289: When draining a callout, don't clear CALLOUT_ACTIVE while it is running. Modified: stable/11/sys/kern/kern_timeout.c Directory Properties: stable/11/

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

2017-04-11 Thread Ed Maste
Author: emaste Date: Tue Apr 11 17:06:52 2017 New Revision: 316707 URL: https://svnweb.freebsd.org/changeset/base/316707 Log: Regenerate src.conf.5 after r316706 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r316706 - head/tools/build/options

2017-04-11 Thread Ed Maste
Author: emaste Date: Tue Apr 11 17:01:20 2017 New Revision: 316706 URL: https://svnweb.freebsd.org/changeset/base/316706 Log: makeman: don't copy $FreeBSD$ tags from source files into output Copying the source VCS ID from WITH_/WITHOUT_* into the generated src.conf.5 is not necessary, as

Re: svn commit: r316699 - head/sys/net

2017-04-11 Thread hiren panchasara
On 04/11/17 at 08:56P, Andrey V. Elsukov wrote: > Author: ae > Date: Tue Apr 11 08:56:18 2017 > New Revision: 316699 > URL: https://svnweb.freebsd.org/changeset/base/316699 > > Log: > Do not adjust interface MTU automatically. Leave this task to the system > administrator. > > This restor

Re: svn commit: r316699 - head/sys/net

2017-04-11 Thread Rodney W. Grimes
> Author: ae > Date: Tue Apr 11 08:56:18 2017 > New Revision: 316699 > URL: https://svnweb.freebsd.org/changeset/base/316699 > > Log: > Do not adjust interface MTU automatically. Leave this task to the system > administrator. > > This restores the behavior that was prior to r274246. >

svn commit: r316705 - stable/11/usr.bin/sdiff

2017-04-11 Thread Baptiste Daroussin
Author: bapt Date: Tue Apr 11 16:32:46 2017 New Revision: 316705 URL: https://svnweb.freebsd.org/changeset/base/316705 Log: MFC r316637-r316638 r316637: When passingthrough from sdiff to diff the -H/--speed-large-files options rename it to the long version as GNU diff only support the l

svn commit: r316704 - head/sys/boot/efi/loader

2017-04-11 Thread Toomas Soome
Author: tsoome Date: Tue Apr 11 15:20:32 2017 New Revision: 316704 URL: https://svnweb.freebsd.org/changeset/base/316704 Log: loader.efi: only fetch zfs pool guid for the actual boot device With the zfs probe cleanup, the mistake did slip in the probe code; instead of reading the pool GUI

svn commit: r316703 - in stable/11/sys: amd64/linux amd64/linux32 i386/linux

2017-04-11 Thread Mahdi Mokhtari
Author: mmokhi (ports committer) Date: Tue Apr 11 13:42:26 2017 New Revision: 316703 URL: https://svnweb.freebsd.org/changeset/base/316703 Log: MFC 314783: Regenerated Linuxulator syscall tables for r314782 Approved by: trasz Modified: stable/11/sys/amd64/linux/linux_proto.h stab

svn commit: r316702 - head/sys/mips/mips

2017-04-11 Thread Olivier Houchard
Author: cognet Date: Tue Apr 11 13:31:27 2017 New Revision: 316702 URL: https://svnweb.freebsd.org/changeset/base/316702 Log: This file is also used in libcompiler_rt, so bring in stdbool.h if we're not in the kernel. Modified: head/sys/mips/mips/stdatomic.c Modified: head/sys/mips/mips/st

svn commit: r316701 - in stable/11/sys: amd64/linux amd64/linux32 compat/linux i386/linux

2017-04-11 Thread Mahdi Mokhtari
Author: mmokhi (ports committer) Date: Tue Apr 11 12:49:25 2017 New Revision: 316701 URL: https://svnweb.freebsd.org/changeset/base/316701 Log: MFC r314782: Add UNIMPLEMENTED() placeholder macro for the syscalls that are not implemented in Linux kernel itself. Cleanup DUMMY() macros.

svn commit: r316699 - head/sys/net

2017-04-11 Thread Andrey V. Elsukov
Author: ae Date: Tue Apr 11 08:56:18 2017 New Revision: 316699 URL: https://svnweb.freebsd.org/changeset/base/316699 Log: Do not adjust interface MTU automatically. Leave this task to the system administrator. This restores the behavior that was prior to r274246. No objection from:

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

2017-04-11 Thread Konstantin Belousov
Author: kib Date: Tue Apr 11 08:29:12 2017 New Revision: 316698 URL: https://svnweb.freebsd.org/changeset/base/316698 Log: Remove debugging printf. Instead, issue a diagnostic and return appropriate error if ncl_flush() was unable to clean buffer queue after the specified number or retr

svn commit: r316697 - in stable/11: sbin/setkey sys/netipsec

2017-04-11 Thread Andrey V. Elsukov
Author: ae Date: Tue Apr 11 07:40:43 2017 New Revision: 316697 URL: https://svnweb.freebsd.org/changeset/base/316697 Log: MFC r316490: When we are doing SA lookup for TCP-MD5, check both source and destination addresses. Previous code has used only destination address for lookup. But

svn commit: r316696 - head/sys/net80211

2017-04-11 Thread Adrian Chadd
Author: adrian Date: Tue Apr 11 07:05:55 2017 New Revision: 316696 URL: https://svnweb.freebsd.org/changeset/base/316696 Log: [net80211] refactor out "add slot" and "purge slot" for A-MPDU. This is in preparation for A-MSDU decap in A-MPDU support. * refactor out the code to purge a si