svn commit: r283682 - stable/10/sys/dev/sfxge

2015-05-28 Thread Andrew Rybchenko
Author: arybchik Date: Fri May 29 05:58:21 2015 New Revision: 283682 URL: https://svnweb.freebsd.org/changeset/base/283682 Log: MFC: r283599 sfxge: mask ifmedia options (pauses) when looking for matching mode Sponsored by: Solarflare Communications, Inc. Modified: stable/10/sys/de

svn commit: r283681 - head/sys/modules

2015-05-28 Thread Dmitry Chagin
Author: dchagin Date: Fri May 29 05:50:33 2015 New Revision: 283681 URL: https://svnweb.freebsd.org/changeset/base/283681 Log: The linux_common module only for 64bit Linuxulators. Its my fault. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile

svn commit: r283680 - head/sys/modules

2015-05-28 Thread Dmitry Chagin
Author: dchagin Date: Fri May 29 05:46:58 2015 New Revision: 283680 URL: https://svnweb.freebsd.org/changeset/base/283680 Log: Move linux64 and linux_common to it's right place and make them not depend on bhyve. Submitted by: Oliver Pinter Modified: head/sys/modules/Makefile Modified

svn commit: r283679 - in head/sys: dev/sfxge modules/sfxge

2015-05-28 Thread Andrew Rybchenko
Author: arybchik Date: Fri May 29 05:44:56 2015 New Revision: 283679 URL: https://svnweb.freebsd.org/changeset/base/283679 Log: sfxge: do not use DEBUG_FLAGS to enable extra debug checks DEBUG_FLAGS are set to DEBUG option value when kernel is built. For example, it is -g in GENERIC confi

svn commit: r283678 - head/sys/dev/acpi_support

2015-05-28 Thread Rui Paulo
Author: rpaulo Date: Fri May 29 05:28:24 2015 New Revision: 283678 URL: https://svnweb.freebsd.org/changeset/base/283678 Log: acpi_ibm: add per-model default events mask. Add support for the hotkeys on a Lenovo X1 3rd gen. This also enables event reporting by default. Modified: head/sy

svn commit: r283677 - stable/10/sys/cddl/contrib/opensolaris/uts/common/dtrace

2015-05-28 Thread Mark Johnston
Author: markj Date: Fri May 29 04:22:57 2015 New Revision: 283677 URL: https://svnweb.freebsd.org/changeset/base/283677 Log: MFC r277915: Don't attempt to disable enabled fasttrap probes in an exiting process. MFC r277914: fasttrap_sigtrap(): use tdsendsignal() to send SIGTRAP. Modifie

svn commit: r283676 - in stable/10: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/dev/dtrace sys/cddl/dev/dtrace/amd64 sys/cddl/dev/dtrace/i386 sys/cddl/dev/dtrace/mips sys...

2015-05-28 Thread Mark Johnston
Author: markj Date: Fri May 29 04:01:39 2015 New Revision: 283676 URL: https://svnweb.freebsd.org/changeset/base/283676 Log: MFC r281915: Make vpanic() externally visible. MFC r281916: Fix DTrace's panic() action. Modified: stable/10/share/man/man9/Makefile stable/10/share/man/man9

svn commit: r283675 - stable/10/sys/ofed/include/linux

2015-05-28 Thread Mark Johnston
Author: markj Date: Fri May 29 03:47:35 2015 New Revision: 283675 URL: https://svnweb.freebsd.org/changeset/base/283675 Log: MFC r282331: Don't drop the idr lock before verifying that the newly-inserted element is present in the tree. MFC r282741: find_next_bit() and find_next_zero_bi

svn commit: r283674 - head/release/arm

2015-05-28 Thread Glen Barber
Author: gjb Date: Fri May 29 02:16:40 2015 New Revision: 283674 URL: https://svnweb.freebsd.org/changeset/base/283674 Log: Export 'BOARDNAME' when differs from the KERNCONF. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/release/arm/WANDBOARD.conf Modified: h

svn commit: r283673 - head/release/arm

2015-05-28 Thread Glen Barber
Author: gjb Date: Fri May 29 02:15:05 2015 New Revision: 283673 URL: https://svnweb.freebsd.org/changeset/base/283673 Log: Sort configuration options for consistency with other boards. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/release/arm/PANDABOARD.conf

svn commit: r283672 - stable/10/release

2015-05-28 Thread Glen Barber
Author: gjb Date: Fri May 29 00:46:14 2015 New Revision: 283672 URL: https://svnweb.freebsd.org/changeset/base/283672 Log: MFC r283573, r283574, r283575, r283576, r283580, r283593, r283618: r283573: Remove a continuation on error, since the relevant behavior can only occur if a par

svn commit: r283671 - head/sys/sys

2015-05-28 Thread Brooks Davis
Author: brooks Date: Thu May 28 22:06:05 2015 New Revision: 283671 URL: https://svnweb.freebsd.org/changeset/base/283671 Log: Revert r102953 The bitfile padding was always unallocated on real-world FreeBSD systems and depended on the assumption that (abs(sizeof(long) - sizeof(char*)) <= 3

svn commit: r283670 - in head: . share/man/man9 sys/conf sys/dev/ixl sys/dev/pci sys/modules/ixl

2015-05-28 Thread John Baldwin
== --- head/ObsoleteFiles.inc Thu May 28 21:06:59 2015(r283669) +++ head/ObsoleteFiles.inc Thu May 28 22:01:50 2015(r283670) @@ -38,6 +38,10 @@ # xargs -n1 | sort | uniq -d; # done +# 20150528: PCI IOV device driver methods moved to a separate kobj interface. +OLD_FILES

Re: svn commit: r283620 - in stable/10/sys: amd64/conf conf dev/ixgbe modules modules/ix modules/ixv

2015-05-28 Thread Eric Joyner
On Thu, May 28, 2015 at 9:27 AM John Baldwin wrote: > On Thursday, May 28, 2015 04:23:49 PM Eric Joyner wrote: > > Ok; I'm working on it now. I've implemented your recommendation for an > > ixgbe stub that loads both if_ix and if_ixv, but Jack offered an > > alternative of just letting sys/dev/ix

svn commit: r283669 - head/sys/fs/ext2fs

2015-05-28 Thread Pedro F. Giffuni
Author: pfg Date: Thu May 28 21:06:59 2015 New Revision: 283669 URL: https://svnweb.freebsd.org/changeset/base/283669 Log: Provide VOP_GETPAGES_ASYNC() for extfs. Merge the filesystem specific part from r274914 to ext2fs. I only did regular testing with the change but UFS and our ext2f

svn commit: r283668 - in stable/10/sys: conf dev/ixgbe modules modules/ix modules/ixgbe modules/ixv

2015-05-28 Thread Eric Joyner
Author: erj Date: Thu May 28 20:56:11 2015 New Revision: 283668 URL: https://svnweb.freebsd.org/changeset/base/283668 Log: Fix build issue and incompatibilites introduced by r283620. - Re-introduce "device ixgbe" option for kernel configs. This allows users to continue using existing ke

svn commit: r283666 - head/sys/netinet

2015-05-28 Thread Michael Tuexen
Author: tuexen Date: Thu May 28 20:33:28 2015 New Revision: 283666 URL: https://svnweb.freebsd.org/changeset/base/283666 Log: Report the MTU consistently as specified in https://tools.ietf.org/html/rfc6458 Thanks to Irene Ruengeler for helping me to fix this bug. MFC after: 3 days Modifie

svn commit: r283665 - head/sys/netinet

2015-05-28 Thread Michael Tuexen
Author: tuexen Date: Thu May 28 19:28:08 2015 New Revision: 283665 URL: https://svnweb.freebsd.org/changeset/base/283665 Log: Take source and destination address into account when determining the scope. This fixes a problem when a client with a global address connects to a server with a pr

svn commit: r283664 - head/sys/netinet

2015-05-28 Thread Michael Tuexen
Author: tuexen Date: Thu May 28 18:52:32 2015 New Revision: 283664 URL: https://svnweb.freebsd.org/changeset/base/283664 Log: Retire SCTP_DONT_DO_PRIVADDR_SCOPE which was never defined. MFC after: 3 days Modified: head/sys/netinet/sctp_output.c head/sys/netinet/sctp_pcb.c Modified: he

svn commit: r283662 - head/sys/netinet

2015-05-28 Thread Michael Tuexen
Author: tuexen Date: Thu May 28 18:34:02 2015 New Revision: 283662 URL: https://svnweb.freebsd.org/changeset/base/283662 Log: Fix a bug where messages would not be sent in SHUTDOWN_RECEIVED state. This problem was reported by Mark Bonnekessel and Markus Boese. Thanks to Irene Ruengeler for h

svn commit: r283661 - in head/sys/dev/mpr: . mpi

2015-05-28 Thread Stephen McConnell
Author: slm Date: Thu May 28 18:24:22 2015 New Revision: 283661 URL: https://svnweb.freebsd.org/changeset/base/283661 Log: The wrong commit message was given with r283632. This is the correct message. - Updated all files with 2015 Avago copyright, and updated LSI's copyright dates.

svn commit: r283660 - in head/sys/dev/mpr: . mpi

2015-05-28 Thread Stephen McConnell
Author: slm Date: Thu May 28 18:14:55 2015 New Revision: 283660 URL: https://svnweb.freebsd.org/changeset/base/283660 Log: The wrong commit message was given with r283632. To get the correct commit message synced to the changes in r283632, those changes are now backed out. Another commit wil

svn commit: r283658 - head/sys/netinet

2015-05-28 Thread Michael Tuexen
Author: tuexen Date: Thu May 28 17:57:56 2015 New Revision: 283658 URL: https://svnweb.freebsd.org/changeset/base/283658 Log: Use macros for overhead in a consistent way. No functional change. Thanks to Irene Ruengeler for suggesting the change. MFC after: 3 days Modified: head/sys/net

svn commit: r283657 - in head: sys/amd64/include sys/amd64/vmm sys/amd64/vmm/amd sys/amd64/vmm/intel usr.sbin/bhyve

2015-05-28 Thread Neel Natu
Author: neel Date: Thu May 28 17:37:01 2015 New Revision: 283657 URL: https://svnweb.freebsd.org/changeset/base/283657 Log: Fix non-deterministic delays when accessing a vcpu that was in "running" or "sleeping" state. This is done by forcing the vcpu to transition to "idle" by returning to u

svn commit: r283654 - head/sys/netinet

2015-05-28 Thread Michael Tuexen
Author: tuexen Date: Thu May 28 16:39:22 2015 New Revision: 283654 URL: https://svnweb.freebsd.org/changeset/base/283654 Log: Some more debug info cleanup. MFC after: 3 days Modified: head/sys/netinet/sctputil.c Modified: head/sys/netinet/sctputil.c =

Re: svn commit: r283620 - in stable/10/sys: amd64/conf conf dev/ixgbe modules modules/ix modules/ixv

2015-05-28 Thread John Baldwin
On Thursday, May 28, 2015 04:23:49 PM Eric Joyner wrote: > Ok; I'm working on it now. I've implemented your recommendation for an > ixgbe stub that loads both if_ix and if_ixv, but Jack offered an > alternative of just letting sys/dev/ixgbe/Makefile make an if_ixgbe module > that combines if_ix and

Re: svn commit: r283620 - in stable/10/sys: amd64/conf conf dev/ixgbe modules modules/ix modules/ixv

2015-05-28 Thread Eric Joyner
Ok; I'm working on it now. I've implemented your recommendation for an ixgbe stub that loads both if_ix and if_ixv, but Jack offered an alternative of just letting sys/dev/ixgbe/Makefile make an if_ixgbe module that combines if_ix and if_ixv. Looking at conf files for other architectures, it sounds

svn commit: r283652 - head/share/man/man3

2015-05-28 Thread Patrick Kelsey
Author: pkelsey Date: Thu May 28 16:18:41 2015 New Revision: 283652 URL: https://svnweb.freebsd.org/changeset/base/283652 Log: Provide an unambiguous description of the potential hazard in calling pthread_setspecific(3) from a key destructor. Reviewed by: jhb Approved by: jmallett (ment

svn commit: r283650 - in head/sys: netinet netinet6

2015-05-28 Thread Michael Tuexen
Author: tuexen Date: Thu May 28 16:00:23 2015 New Revision: 283650 URL: https://svnweb.freebsd.org/changeset/base/283650 Log: Fix and cleanup the debug information. This has no user-visible changes. Thanks to Irene Ruengeler for proving a patch. MFC after: 3 days Modified: head/sys/net

Re: svn commit: r283620 - in stable/10/sys: amd64/conf conf dev/ixgbe modules modules/ix modules/ixv

2015-05-28 Thread John Baldwin
On Wednesday, May 27, 2015 05:44:12 PM Eric Joyner wrote: > Author: erj > Date: Wed May 27 17:44:11 2015 > New Revision: 283620 > URL: https://svnweb.freebsd.org/changeset/base/283620 > > Log: > MFC ixgbe commits for 10.2: > > - r280182 - Split the driver into independent pf/vf loadables >

svn commit: r283648 - head/sys/netinet

2015-05-28 Thread Michael Tuexen
Author: tuexen Date: Thu May 28 14:24:21 2015 New Revision: 283648 URL: https://svnweb.freebsd.org/changeset/base/283648 Log: Address some compiler warnings. No functional change. MFC after: 3 days Modified: head/sys/netinet/sctp_indata.c head/sys/netinet/sctp_output.c head/sys/netin

svn commit: r283647 - head/tests/sys/kern

2015-05-28 Thread John Baldwin
Author: jhb Date: Thu May 28 13:56:19 2015 New Revision: 283647 URL: https://svnweb.freebsd.org/changeset/base/283647 Log: Tweak the description of when waitpid() doesn't return any status for a non-blocking wait to avoid the word "empty". Requested by: ngie Modified: head/tests/sys/ke

svn commit: r283646 - stable/10/sys/compat/ia32

2015-05-28 Thread John Baldwin
Author: jhb Date: Thu May 28 13:12:05 2015 New Revision: 283646 URL: https://svnweb.freebsd.org/changeset/base/283646 Log: Fix COMPAT_FREEBSD32 build on ia64. This is a direct commit to stable/10 since ia64 is not present in head. Modified: stable/10/sys/compat/ia32/ia32_sysvec.c Modified

svn commit: r283645 - head/sys/mips/include

2015-05-28 Thread Bjoern A. Zeeb
Author: bz Date: Thu May 28 12:33:21 2015 New Revision: 283645 URL: https://svnweb.freebsd.org/changeset/base/283645 Log: Similarly to other architecture, add the include for cpufunc.h which is needed for pte.h by vmstat to resolve MIPS_CCA_UNCACHED. Modified: head/sys/mips/include/pcpu.h

svn commit: r283644 - stable/10/sys/dev/hyperv/storvsc

2015-05-28 Thread Wei Hu
Author: whu Date: Thu May 28 09:20:35 2015 New Revision: 283644 URL: https://svnweb.freebsd.org/changeset/base/283644 Log: MFC r283053 Submitted by: whu Reviewed by: royger Approved by: royger Sponsored by: Microsoft OSTC Differential Revision:https://reviews.freebsd.org/D

svn commit: r283643 - head/sys/dev/bwi

2015-05-28 Thread Scott Long
Author: scottl Date: Thu May 28 08:00:11 2015 New Revision: 283643 URL: https://svnweb.freebsd.org/changeset/base/283643 Log: Follow-up r283636 with a fix to the other abuses of BUS_SPACE_MAXSIZE_32BIT. It makes no sense to specify a segment size that's larger than the total amount that you