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 to others - yeah, I've fo

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 sli

svn commit: r303788 - in head: sys/dev/pci usr.sbin/pciconf

2016-08-05 Thread Eric van Gyzen
Author: vangyzen Date: Fri Aug 5 23:23:48 2016 New Revision: 303788 URL: https://svnweb.freebsd.org/changeset/base/303788 Log: Fix some logic in PCIe HotPlug; display EI status The interpretation of the Electromechanical Interlock Status was inverted, so we disengaged the EI if a card wa

svn commit: r303787 - in stable/11: sys/kern tests/sys/aio

2016-08-05 Thread John Baldwin
Author: jhb Date: Fri Aug 5 22:23:04 2016 New Revision: 303787 URL: https://svnweb.freebsd.org/changeset/base/303787 Log: MFC 303406,303501: Fix panic when using aio_fsync(). 303406: Adjust tests in fsync job scheduling loop to reduce indentation. 303501: Fix locking issues with a

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: head/sys/ofed/drivers/infin

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

2016-08-05 Thread John Baldwin
On Friday, August 05, 2016 07:22:33 PM Baptiste Daroussin wrote: > 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 rmeo

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: head/tools/build/mk/OptionalObs

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 me

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, no

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: head/release

svn commit: r303781 - stable/11/sys/dev/pci

2016-08-05 Thread John Baldwin
Author: jhb Date: Fri Aug 5 18:41:51 2016 New Revision: 303781 URL: https://svnweb.freebsd.org/changeset/base/303781 Log: MFC 303497,303559,303645: Disable PCI-e hotplug on bridges with power controllers. 303497: Add a loader tunable (hw.pci.enable_pcie_hp) to disable PCI-e HotPlug.

svn commit: r303780 - stable/11/sys/vm

2016-08-05 Thread Alan Cox
Author: alc Date: Fri Aug 5 17:49:13 2016 New Revision: 303780 URL: https://svnweb.freebsd.org/changeset/base/303780 Log: MFC r303492 Remove a probe declaration that has been unused since r292469, when vm_pageout_grow_cache() was replaced. Approved by: re (gjb) Modified: stable

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 ti

svn commit: r303777 - stable/9/sys/x86/x86

2016-08-05 Thread John Baldwin
Author: jhb Date: Fri Aug 5 17:14:45 2016 New Revision: 303777 URL: https://svnweb.freebsd.org/changeset/base/303777 Log: MFC 302181: Add a tunable to disable migration of MSI-X interrupts. The new 'machdep.disable_msix_migration' tunable can be set to 1 to disable migration of MSI-X int

svn commit: r303776 - in stable/10/sys: amd64/include i386/include x86/x86 x86/xen

2016-08-05 Thread John Baldwin
Author: jhb Date: Fri Aug 5 17:13:25 2016 New Revision: 303776 URL: https://svnweb.freebsd.org/changeset/base/303776 Log: MFC 302181,302635: Disable MSI-X migration on older Xen hypervisors. 302181: Add a tunable to disable migration of MSI-X interrupts. The new 'machdep.disable_msi

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 =

svn commit: r303772 - stable/11/sys/arm/ti/am335x

2016-08-05 Thread Luiz Otavio O Souza
Author: loos Date: Fri Aug 5 16:32:09 2016 New Revision: 303772 URL: https://svnweb.freebsd.org/changeset/base/303772 Log: MFC r302988: Fix a random memory overwrite at boot time, simplebus_init() and simplebus_add_device() expect a simplebus_softc structure associated with the device.

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 Bryan Drewery
On 8/5/2016 8:53 AM, Glen Barber wrote: > 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 pro

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 wri

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 front

svn commit: r303770 - in stable/11: crypto/openssh etc/rc.d

2016-08-05 Thread Dag-Erling Smørgrav
Author: des Date: Fri Aug 5 15:32:35 2016 New Revision: 303770 URL: https://svnweb.freebsd.org/changeset/base/303770 Log: MFH (r303716, r303719): drop SSH1 support, disable DSA by default PR: 208254 Approved by: re (gjb) Relnotes: yes Modified: stable/11/crypto/openss

svn commit: r303769 - stable/11/sbin/geom/class/part

2016-08-05 Thread Dag-Erling Smørgrav
Author: des Date: Fri Aug 5 15:30:05 2016 New Revision: 303769 URL: https://svnweb.freebsd.org/changeset/base/303769 Log: MFH (r303289): update example section PR: 211361 Approved by: re (gjb) Modified: stable/11/sbin/geom/class/part/gpart.8 Directory Properties: stable/1

svn commit: r303768 - stable/11/sys/netinet6

2016-08-05 Thread Andrey V. Elsukov
Author: ae Date: Fri Aug 5 15:12:29 2016 New Revision: 303768 URL: https://svnweb.freebsd.org/changeset/base/303768 Log: MFC r303657: Fix NULL pointer dereference. ro pointer can be NULL when IPSec consumes mbuf. PR: 211486 Approved by: re (gjb) Modified: stable/11/

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 building base openssl

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

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: https://svnweb.freebsd.org/change

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 imm

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 b

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

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 ar