Re: svn commit: r300383 - head/sys/net80211

2016-08-05 Thread Adrian Chadd
Also, the scan code now also seems to alternate between g and n channels on 2ghz; and it never seems to update the chanlist if it's interrupted. So yeah, hm. Avos, any ideas? -adrian On 5 August 2016 at 16:42, Adrian Chadd wrote: > Hi, > > Just a reminder and notice

Re: svn commit: r300383 - head/sys/net80211

2016-08-05 Thread Adrian Chadd
Hi, Just a reminder and notice to others - yeah, I've found that this actually stops scan from working well and reliably. Notably, I've found that we get a scan completion notification and then we can't restart a subsequent scan for some reason. I may have to revert this and put in something

svn commit: r303786 - head/sys/ofed/drivers/infiniband/hw/mthca

2016-08-05 Thread Mark Johnston
Author: markj Date: Fri Aug 5 21:34:09 2016 New Revision: 303786 URL: https://svnweb.freebsd.org/changeset/base/303786 Log: mthca: Add a wrapper for the firmware's DIAG_RPRT command. MFC after:1 week Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r303785 - in head: tools/build/mk usr.sbin

2016-08-05 Thread Baptiste Daroussin
Author: bapt Date: Fri Aug 5 19:24:52 2016 New Revision: 303785 URL: https://svnweb.freebsd.org/changeset/base/303785 Log: always install etcupdate Now that etcupdate does not depend on rcs anymore there is no need to conditionnally install it Modified:

svn commit: r303784 - head/usr.sbin/etcupdate

2016-08-05 Thread Baptiste Daroussin
Author: bapt Date: Fri Aug 5 19:22:33 2016 New Revision: 303784 URL: https://svnweb.freebsd.org/changeset/base/303784 Log: etcupdate: directly use diff3(1) instead of merge(1) During the last attempt to rmeove GNU rcs, 2 blockers were spotted: We need an ident(1) and etcupdate(8) uses

svn commit: r303783 - head/usr.bin/sdiff

2016-08-05 Thread Baptiste Daroussin
Author: bapt Date: Fri Aug 5 19:14:55 2016 New Revision: 303783 URL: https://svnweb.freebsd.org/changeset/base/303783 Log: sdiff: remove non finish/function code 2 extra options not available neither on other BSD nor in GNU sdiff: --diff-pid and --pipe-fd were present in the SoC code,

svn commit: r303782 - head/release

2016-08-05 Thread Glen Barber
Author: gjb Date: Fri Aug 5 19:00:45 2016 New Revision: 303782 URL: https://svnweb.freebsd.org/changeset/base/303782 Log: Fix GCE image publication. The gcutil utility is deprecated in favor of gcloud. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified:

svn commit: r303779 - head/sys/mips/conf

2016-08-05 Thread Adrian Chadd
Author: adrian Date: Fri Aug 5 17:17:36 2016 New Revision: 303779 URL: https://svnweb.freebsd.org/changeset/base/303779 Log: [ar934x] add tap/tun as modules, for people who wish to use VPNs. Modified: head/sys/mips/conf/std.AR934X Modified: head/sys/mips/conf/std.AR934X

svn commit: r303778 - head/sys/mips/atheros

2016-08-05 Thread Adrian Chadd
Author: adrian Date: Fri Aug 5 17:16:35 2016 New Revision: 303778 URL: https://svnweb.freebsd.org/changeset/base/303778 Log: [arge] add some extra MDIO debugging support * add an ANY debug level which will always echo the message if debugging is compiled in; * log MDIO transaction

svn commit: r303773 - head/sys/vm

2016-08-05 Thread Alan Cox
Author: alc Date: Fri Aug 5 16:44:11 2016 New Revision: 303773 URL: https://svnweb.freebsd.org/changeset/base/303773 Log: Correct a spelling error. Modified: head/sys/vm/vm_pageout.c Modified: head/sys/vm/vm_pageout.c

Re: svn commit: r303763 - in head/sys/cddl: compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs contrib/opensolaris/uts/common/fs/zfs/sys

2016-08-05 Thread Glen Barber
On Fri, Aug 05, 2016 at 06:23:06AM +, Andriy Gapon wrote: > Author: avg > Date: Fri Aug 5 06:23:06 2016 > New Revision: 303763 > URL: https://svnweb.freebsd.org/changeset/base/303763 > > Log: > zfs: honour and make use of vfs vnode locking protocol > > ZFS POSIX Layer is originally

svn commit: r303771 - head/sys/dev/xen/netfront

2016-08-05 Thread Roger Pau Monné
Author: royger Date: Fri Aug 5 15:48:56 2016 New Revision: 303771 URL: https://svnweb.freebsd.org/changeset/base/303771 Log: xen-netfront: improve the logic when handling nic features from ioctl Simplify the logic involved in changing the nic features on the fly, and only reset the

Re: svn commit: r303755 - head/sys/kern

2016-08-05 Thread Benjamin Kaduk
On Fri, Aug 5, 2016 at 8:06 AM, John Baldwin wrote: > > It would be possible if both used the same versioning. Looks like > base on my desktop (10.3) is not using versioning, so if the version > map is provided by openssl we could in theory just use their version > map when

svn commit: r303767 - in head: share/man/man9 sys/sys

2016-08-05 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Aug 5 13:53:28 2016 New Revision: 303767 URL: https://svnweb.freebsd.org/changeset/base/303767 Log: Remove lockmgr_waiters(9) and BUF_LOCKWAITERS(9); they were not used for anything. Reviewed by: kib@ MFC after:1 month Differential Revision:

Re: svn commit: r303755 - head/sys/kern

2016-08-05 Thread John Baldwin
On Friday, August 05, 2016 01:06:22 PM Julian Elischer wrote: > On 5/08/2016 8:07 AM, John Baldwin wrote: > > On Thursday, August 04, 2016 07:14:18 PM Bryan Drewery wrote: > >> Author: bdrewery > >> Date: Thu Aug 4 19:14:18 2016 > >> New Revision: 303755 > >> URL:

svn commit: r303766 - head/sys/netinet

2016-08-05 Thread Sepherosa Ziehau
Author: sephe Date: Fri Aug 5 09:08:00 2016 New Revision: 303766 URL: https://svnweb.freebsd.org/changeset/base/303766 Log: tcp/lro: If timestamps mismatch or it's a FIN, force flush. This keeps the segments/ACK/FIN delivery order. Before this patch, it was observed: if A sent FIN

svn commit: r303765 - head/sys/dev/usb/input

2016-08-05 Thread Hans Petter Selasky
Author: hselasky Date: Fri Aug 5 08:58:00 2016 New Revision: 303765 URL: https://svnweb.freebsd.org/changeset/base/303765 Log: Keep a reference count on USB keyboard polling to allow recursive cngrab() during a panic for example, similar to what the AT-keyboard driver is doing. Found

svn commit: r303764 - head/sys/dev/hyperv/vmbus

2016-08-05 Thread Sepherosa Ziehau
Author: sephe Date: Fri Aug 5 08:57:51 2016 New Revision: 303764 URL: https://svnweb.freebsd.org/changeset/base/303764 Log: hyperv/vmbus: Only make sure the TX bufring will not be closed. KVP can write data, whose size is > 1/2 TX bufring size. MFC after:1 week Sponsored by:

Re: svn commit: r303763 - in head/sys/cddl: compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs contrib/opensolaris/uts/common/fs/zfs/sys

2016-08-05 Thread Andriy Gapon
On 05/08/2016 09:23, Andriy Gapon wrote: > - replace ZFS_ENTER mechanism with VFS managed / visible mechanism > - replace zfs_zget with zfs_vget[f] as much as possible I'd like to add a couple more words about these items. At the moment the operation like rollback and (incremental) receive

svn commit: r303763 - in head/sys/cddl: compat/opensolaris/sys contrib/opensolaris/uts/common/fs/zfs contrib/opensolaris/uts/common/fs/zfs/sys

2016-08-05 Thread Andriy Gapon
Author: avg Date: Fri Aug 5 06:23:06 2016 New Revision: 303763 URL: https://svnweb.freebsd.org/changeset/base/303763 Log: zfs: honour and make use of vfs vnode locking protocol ZFS POSIX Layer is originally written for Solaris VFS which is very different from FreeBSD VFS. Most

Re: svn commit: r303755 - head/sys/kern

2016-08-05 Thread Jordan Hubbard
> On Aug 4, 2016, at 10:06 PM, Julian Elischer wrote: > > personally I'd rather we drove a stake through the heart of symbol versioning > and > went back to how it was, when one could work out what was going on. > I certainly miss the ability to get the openssl package to