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

2015-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Thu Mar 5 10:18:03 2015 New Revision: 279648 URL: https://svnweb.freebsd.org/changeset/base/279648 Log: MFC r279544: Add quirk to disable 64-bit XHCI DMA after r276717. Requested by: Gary Jennejohn Modified: stable/10/sys/dev/usb/controller/xhci.c stable/10/s

svn commit: r279646 - stable/10/sbin/geom/class/part

2015-03-05 Thread Andrey V. Elsukov
Author: ae Date: Thu Mar 5 10:08:37 2015 New Revision: 279646 URL: https://svnweb.freebsd.org/changeset/base/279646 Log: MFC r279324: When gpart(8) is trying automatically determine the first available block of free space after existing partition, take into account provider's stripe

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

2015-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Thu Mar 5 10:04:34 2015 New Revision: 279644 URL: https://svnweb.freebsd.org/changeset/base/279644 Log: MFC r279210: Add support for the DWC OTG v2 chipset found in the STM32F4 series of processors. Make sure we pullup the data lines in device mode when we power on

svn commit: r279639 - stable/10/usr.bin/unifdef

2015-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Thu Mar 5 09:39:29 2015 New Revision: 279639 URL: https://svnweb.freebsd.org/changeset/base/279639 Log: MFC r279297: Update to upstream version 2.10 The most notable new feature is support for definition files. Obtained from:http://dotat.at/prog/unifde

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

2015-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Thu Mar 5 09:31:36 2015 New Revision: 279636 URL: https://svnweb.freebsd.org/changeset/base/279636 Log: MFC r279270: Add ugen keyword to USB pnpinfo. Remove extra space from existing pnpinfo. PR: 198015 PR: 198019 PR: 198026 Modif

svn commit: r279633 - stable/10/sys/sys

2015-03-05 Thread Hans Petter Selasky
Author: hselasky Date: Thu Mar 5 09:23:43 2015 New Revision: 279633 URL: https://svnweb.freebsd.org/changeset/base/279633 Log: MFC r279241 and r279242: Fix debugging macros. Modified: stable/10/sys/sys/queue.h Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/sy

svn commit: r279632 - stable/10/lib/libstdthreads

2015-03-05 Thread Konstantin Belousov
Author: kib Date: Thu Mar 5 09:01:46 2015 New Revision: 279632 URL: https://svnweb.freebsd.org/changeset/base/279632 Log: MFC r279326: Use pthread_mutex_trylock(3) to implement mtx_trylock(3). Modified: stable/10/lib/libstdthreads/mtx.c Directory Properties: stable/10/ (props changed)

svn commit: r279631 - stable/10/lib/libstdthreads

2015-03-05 Thread Konstantin Belousov
Author: kib Date: Thu Mar 5 09:00:27 2015 New Revision: 279631 URL: https://svnweb.freebsd.org/changeset/base/279631 Log: MFC r279318: Check that the pointer to the thread return value is not NULL before dereferencing. NULL is allowed by C11 and must be handled. Modified: stable/10/lib/l