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

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

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

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

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

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:

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,

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) > >> +++

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

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

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:

Re: svn commit: r290171 - head/sys/arm/broadcom/bcm2835

2017-04-11 Thread John Watson via svn-src-head
Trying to install GNOME3 on an rpi3 using the raspbsd.org image. Do you know where I can get some help? The only link with a contact is yours. Had to download and add ports to the image and install from there. Configured rc.conf per FreeBSD but not able. Seems to make X11 but won't make GNOME

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

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

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 Patrick Kelsey
On Tue, Apr 11, 2017 at 1:24 AM, John Baldwin wrote: > On Monday, April 10, 2017 04:26:03 PM Patrick Kelsey wrote: > > On Mon, Apr 10, 2017 at 1:43 PM, John Baldwin wrote: > > > > > On Monday, April 10, 2017 01:23:04 PM Jung-uk Kim wrote: > > > > On