svn commit: r301245 - stable/10/lib/libc/locale

2016-06-03 Thread Andrey A. Chernov
Author: ache Date: Fri Jun 3 07:34:59 2016 New Revision: 301245 URL: https://svnweb.freebsd.org/changeset/base/301245 Log: For EILSEQ case in mbsnrtowcs() and wcsnrtombs() update src to point to the character after the one this conversion stopped at. PR: 209907 Submitted by:

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

2016-06-03 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 3 08:49:04 2016 New Revision: 301250 URL: https://svnweb.freebsd.org/changeset/base/301250 Log: MFC r299060: Extend the UQ_NO_STRINGS quirk to also cover the USB language string descriptor. This fixes enumeration of some older Samsung Galaxy S3 phones.

svn commit: r301260 - stable/10/sys/dev/mlx5/mlx5_en

2016-06-03 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 3 09:07:40 2016 New Revision: 301260 URL: https://svnweb.freebsd.org/changeset/base/301260 Log: MFC r300282: Verify one sysctl parameter at a time. When a mlx5en sysctl parameter is updated only verify the changed one instead of all. No functional

svn commit: r301298 - stable/10/sys/compat/ndis

2016-06-03 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jun 4 04:01:28 2016 New Revision: 301298 URL: https://svnweb.freebsd.org/changeset/base/301298 Log: MFC r300376: ndis(4): Better mimic the behavior of rand() on Windows. In ndis(4) we expose a rand() function that was constantly reseeding with a time depending

svn commit: r301258 - stable/10/sys/dev/mlx5/mlx5_en

2016-06-03 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 3 09:03:44 2016 New Revision: 301258 URL: https://svnweb.freebsd.org/changeset/base/301258 Log: MFC r300277: Implement TX completion event interleaving. This patch implements a sysctl which allows setting a factor, N, for how many work queue elements can

svn commit: r301261 - stable/10/sys/kern

2016-06-03 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 3 09:10:37 2016 New Revision: 301261 URL: https://svnweb.freebsd.org/changeset/base/301261 Log: MFC r300489: Use DELAY() instead of _sleep() when SCHEDULER_STOPPED() is set inside pause_sbt(). This allows pause() to continue working during a panic() which

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

2016-06-03 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 3 08:55:28 2016 New Revision: 301253 URL: https://svnweb.freebsd.org/changeset/base/301253 Log: MFC r300667: Check for signals when locking the USB enumeration thread from userspace, so that USB applications can be killed if an enumeration thread should be

svn commit: r301259 - stable/10/sys/dev/mlx5/mlx5_en

2016-06-03 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jun 3 09:05:49 2016 New Revision: 301259 URL: https://svnweb.freebsd.org/changeset/base/301259 Log: MFC r300280: Optimise use of doorbell and remove redundant NOPs Store the last doorbell write in the mlx5e_sq structure and write the doorbell to the hardware