svn commit: r282513 - in stable/10/sys/ofed/include: linux net

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 20:58:12 2015 New Revision: 282513 URL: https://svnweb.freebsd.org/changeset/base/282513 Log: MFC r277396, r278681, r278865, r278924, r279205, r280208, r280210, r280764 and r280768: Update the Linux compatibility layer: - Add more functions. - Add s

svn commit: r282512 - stable/10/sys/cam/scsi

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 20:04:01 2015 New Revision: 282512 URL: https://svnweb.freebsd.org/changeset/base/282512 Log: MFC r280597: Add DA_Q_NO_RC16 quirk for USB mass storage device. PR: 198647 Modified: stable/10/sys/cam/scsi/scsi_da.c Directory Properties: stabl

svn commit: r282509 - stable/10/sys/dev/usb

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 19:59:15 2015 New Revision: 282509 URL: https://svnweb.freebsd.org/changeset/base/282509 Log: MFC r280598: Add definition of the ISOCHRONOUS endpoint usage bits. Refer to the USB v2.0 specification for more information. Modified: stable/10/sys/dev/usb/usb

svn commit: r282508 - stable/10/sys/dev/usb/controller

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 19:56:23 2015 New Revision: 282508 URL: https://svnweb.freebsd.org/changeset/base/282508 Log: MFC r281881: Disable multi process interrupts, because the current code doesn't use them. Else we can end up in an infinite interrupt loop in USB device mode. Mo

svn commit: r282506 - in stable/10/sys: arm/arm ia64/ia64 mips/mips powerpc/powerpc x86/x86

2015-05-05 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 5 19:47:17 2015 New Revision: 282506 URL: https://svnweb.freebsd.org/changeset/base/282506 Log: MFC r282120: The add_bounce_page() function can be called when loading physical pages which pass a NULL virtual address. If the BUS_DMA_KEEP_PG_OFFSET flag is set

svn commit: r282498 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:48:25 2015 New Revision: 282498 URL: https://svnweb.freebsd.org/changeset/base/282498 Log: Update the last svn rev marker. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: stable/10/releas

svn commit: r282497 - stable/10/release/doc/en_US.ISO8859-1/relnotes

2015-05-05 Thread Glen Barber
Author: gjb Date: Tue May 5 15:16:38 2015 New Revision: 282497 URL: https://svnweb.freebsd.org/changeset/base/282497 Log: Document r282278, wc(1) race when receiving SIGINFO fixed. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

svn commit: r282486 - stable/10/sys/dev/cxgbe

2015-05-05 Thread Navdeep Parhar
Author: np Date: Tue May 5 15:13:59 2015 New Revision: 282486 URL: https://svnweb.freebsd.org/changeset/base/282486 Log: Backport some parts of r272200. - a lock to protect indirect register access - put code that deals with stats in a separate cxgbe_refresh_stats. This is a direct com

svn commit: r282456 - stable/10/sys/vm

2015-05-05 Thread Konstantin Belousov
Author: kib Date: Tue May 5 08:12:24 2015 New Revision: 282456 URL: https://svnweb.freebsd.org/changeset/base/282456 Log: MFC r282128: Do not sleep waiting for the MAP_ENTRY_IN_TRANSITION state ending with the vnode locked. Modified: stable/10/sys/vm/vm_fault.c Directory Properties: st