svn commit: r304791 - head/sys/dev/hyperv/storvsc

2016-08-24 Thread Sepherosa Ziehau
Author: sephe Date: Thu Aug 25 05:50:19 2016 New Revision: 304791 URL: https://svnweb.freebsd.org/changeset/base/304791 Log: hyperv/storvsc: Increase queue depth and rework channel selection. - Increasing queue depth gives ~100% performance improvement for randwrite fio test in Azure.

svn commit: r304790 - in head/sys/dev/hyperv: include vmbus

2016-08-24 Thread Sepherosa Ziehau
Author: sephe Date: Thu Aug 25 05:35:51 2016 New Revision: 304790 URL: https://svnweb.freebsd.org/changeset/base/304790 Log: hyperv/vmbus: Add function to calculate max # of elements in a bufring. MFC after:1 week Sponsored by: Microsoft Modified:

svn commit: r304789 - in head: . sys/sys

2016-08-24 Thread Navdeep Parhar
functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20160824: + r304787 changed some ioctl interfaces between the iSCSI userspace + programs and the kernel. ctladm, ctld, iscsictl, and iscsid must be + rebuilt to work with new kernels. __FreeBSD_v

svn commit: r304788 - head/sys/dev/hyperv/utilities

2016-08-24 Thread Sepherosa Ziehau
Author: sephe Date: Thu Aug 25 05:24:57 2016 New Revision: 304788 URL: https://svnweb.freebsd.org/changeset/base/304788 Log: hyperv/ic: Update total message size if negotiate message size grows. MFC after:1 week Sponsored by: Microsoft Differential Revision:

svn commit: r304787 - in head: sys/cam/ctl sys/dev/cxgbe/cxgbei sys/dev/iscsi sys/dev/iser usr.bin/iscsictl usr.sbin/ctladm usr.sbin/ctld usr.sbin/iscsid

2016-08-24 Thread Navdeep Parhar
Author: np Date: Thu Aug 25 05:22:53 2016 New Revision: 304787 URL: https://svnweb.freebsd.org/changeset/base/304787 Log: Make the iSCSI parameter negotiation more flexible. Decouple the send and receive limits on the amount of data in a single iSCSI PDU. MaxRecvDataSegmentLength is

svn commit: r304786 - head/sys/dev/hyperv/utilities

2016-08-24 Thread Sepherosa Ziehau
Author: sephe Date: Thu Aug 25 05:11:04 2016 New Revision: 304786 URL: https://svnweb.freebsd.org/changeset/base/304786 Log: hyperv/ic: Cleanup heartbeat channel callback. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7626

svn commit: r304785 - in head/sys: dev/hyperv/netvsc net

2016-08-24 Thread Sepherosa Ziehau
Author: sephe Date: Thu Aug 25 05:00:41 2016 New Revision: 304785 URL: https://svnweb.freebsd.org/changeset/base/304785 Log: hyperv/hn: Use vmbus xact for RNDIS initialize. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7624

svn commit: r304784 - head/sys/dev/hyperv/netvsc

2016-08-24 Thread Sepherosa Ziehau
Author: sephe Date: Thu Aug 25 04:52:50 2016 New Revision: 304784 URL: https://svnweb.freebsd.org/changeset/base/304784 Log: hyperv/hn: Add compat code for RNDIS reorganization phase. MFC after:1 week Sponsored by: Microsoft Differential Revision:

svn commit: r304783 - head/sys/dev/hyperv/netvsc

2016-08-24 Thread Sepherosa Ziehau
Author: sephe Date: Thu Aug 25 04:40:51 2016 New Revision: 304783 URL: https://svnweb.freebsd.org/changeset/base/304783 Log: hyperv/hn: Use definition in net/rndis.h for message type and status code. MFC after:1 week Sponsored by: Microsoft Differential Revision:

svn commit: r304782 - head/etc/rc.d

2016-08-24 Thread Cy Schubert
Author: cy Date: Thu Aug 25 03:09:23 2016 New Revision: 304782 URL: https://svnweb.freebsd.org/changeset/base/304782 Log: Make validation of the leap-seconds file unconditional. MFC after:1 day Modified: head/etc/rc.d/ntpd Modified: head/etc/rc.d/ntpd

svn commit: r304781 - head/etc/rc.d

2016-08-24 Thread Cy Schubert
Author: cy Date: Thu Aug 25 02:58:41 2016 New Revision: 304781 URL: https://svnweb.freebsd.org/changeset/base/304781 Log: Add logic to replace the working ntp leap-seconds file in /var/db if it contains a $FreeBSD$ header. The header will cause the file to fail checksum of the hash causing

svn commit: r304780 - head/etc/rc.d

2016-08-24 Thread Cy Schubert
Author: cy Date: Thu Aug 25 02:45:52 2016 New Revision: 304780 URL: https://svnweb.freebsd.org/changeset/base/304780 Log: Change the algorithm by which /var/db/leap-seconds is updated. 1. Use the leap-seconds version number (update time) to determine whether to update the file or not.

svn commit: r304779 - head/etc/ntp

2016-08-24 Thread Cy Schubert
Author: cy Date: Thu Aug 25 02:40:14 2016 New Revision: 304779 URL: https://svnweb.freebsd.org/changeset/base/304779 Log: Revert r298887 (spelling fix) and remove $FreeBSD$ because text changes to leap-seconds invaldidates validation hash at the end of the file. Remove svn:keywords and

svn commit: r304778 - head/etc

2016-08-24 Thread Allan Jude
Author: allanjude Date: Wed Aug 24 23:02:20 2016 New Revision: 304778 URL: https://svnweb.freebsd.org/changeset/base/304778 Log: Increase the default rotation threshold of log files from 100kb to 1000kb Submitted by: Sean Kelly Differential Revision:

Re: svn commit: r303988 - head/lib/libc/gen

2016-08-24 Thread Bryan Drewery
On 8/24/16 1:30 PM, Bryan Drewery wrote: > On 8/24/16 1:26 PM, Eric van Gyzen wrote: >> On 08/24/2016 15:16, Bryan Drewery wrote: >>> On 8/24/16 1:12 PM, Eric van Gyzen wrote: On 08/24/2016 15:01, Ed Schouten wrote: > 2016-08-24 21:53 GMT+02:00 Bryan Drewery : >>

Re: svn commit: r303988 - head/lib/libc/gen

2016-08-24 Thread Bryan Drewery
On 8/24/16 1:26 PM, Eric van Gyzen wrote: > On 08/24/2016 15:16, Bryan Drewery wrote: >> On 8/24/16 1:12 PM, Eric van Gyzen wrote: >>> On 08/24/2016 15:01, Ed Schouten wrote: 2016-08-24 21:53 GMT+02:00 Bryan Drewery : > Is it possible to cause the use of these old

Re: svn commit: r303988 - head/lib/libc/gen

2016-08-24 Thread Eric van Gyzen
On 08/24/2016 15:16, Bryan Drewery wrote: > On 8/24/16 1:12 PM, Eric van Gyzen wrote: >> On 08/24/2016 15:01, Ed Schouten wrote: >>> 2016-08-24 21:53 GMT+02:00 Bryan Drewery : Is it possible to cause the use of these old prototypes to print a warning and note that

Re: svn commit: r303988 - head/lib/libc/gen

2016-08-24 Thread Bryan Drewery
On 8/24/16 1:12 PM, Eric van Gyzen wrote: > On 08/24/2016 15:01, Ed Schouten wrote: >> 2016-08-24 21:53 GMT+02:00 Bryan Drewery : >>> Is it possible to cause the use of these old prototypes to print a >>> warning and note that they are deprecated/unsafe? >> >> That's a good

Re: svn commit: r303988 - head/lib/libc/gen

2016-08-24 Thread Eric van Gyzen
On 08/24/2016 15:01, Ed Schouten wrote: > 2016-08-24 21:53 GMT+02:00 Bryan Drewery : >> Is it possible to cause the use of these old prototypes to print a >> warning and note that they are deprecated/unsafe? > > That's a good question. In theory, we could annotate these

Re: svn commit: r304692 - head/sys/dev/bhnd/bhndb

2016-08-24 Thread Landon J Fuller
On Wed, Aug 24, 2016 at 6:09 AM, Shawn Webb wrote: On Tue, Aug 23, 2016 at 07:03:11PM +, Landon J. Fuller wrote: Author: landonf Date: Tue Aug 23 19:03:11 2016 New Revision: 304692 URL: https://svnweb.freebsd.org/changeset/base/304692 Log: bhndb(4): Fix

Re: svn commit: r303988 - head/lib/libc/gen

2016-08-24 Thread Ed Schouten
2016-08-24 21:53 GMT+02:00 Bryan Drewery : > Is it possible to cause the use of these old prototypes to print a > warning and note that they are deprecated/unsafe? That's a good question. In theory, we could annotate these functions with __attribute__((__deprecated__)):

Re: svn commit: r303988 - head/lib/libc/gen

2016-08-24 Thread Bryan Drewery
On 8/24/16 12:49 PM, Ed Schouten wrote: > 2016-08-24 20:30 GMT+02:00 Bryan Drewery : >> > That would only fix stable/11, stable/10, stable/9, releng/11.0. >> > >> > It won't fix releng/10.3, releng/10.2, releng/10.1, releng/9.3, etc... >> > without an EN. >> > >> > It won't

Re: svn commit: r303988 - head/lib/libc/gen

2016-08-24 Thread Ed Schouten
2016-08-24 20:30 GMT+02:00 Bryan Drewery : > That would only fix stable/11, stable/10, stable/9, releng/11.0. > > It won't fix releng/10.3, releng/10.2, releng/10.1, releng/9.3, etc... > without an EN. > > It won't fix stable/11 - 1, stable/10 - 1, etc. > > It will never fix

Re: svn commit: r304747 - in head/contrib/sqlite3: . tea

2016-08-24 Thread Glen Barber
On Wed, Aug 24, 2016 at 12:10:07PM -0700, Cy Schubert wrote: > > I can prepare an MFC to 11 sooner if wanted. I'll look at the 10 branch at > > noon my time today. Relnotes for 11 and an errata announcement for 10 would > > be all that's needed. > > Reading email from this morning, looks like

Re: svn commit: r304747 - in head/contrib/sqlite3: . tea

2016-08-24 Thread Cy Schubert
In message <201608241255.u7octgk3019...@slippy.cwsent.com>, Cy Schubert writes: > In message <20160824123811.GB74786@mutt-hardenedbsd>, Shawn Webb writes: > > > > > > --qcHopEYAB45HaUaB > > Content-Type: text/plain; charset=us-ascii > > Content-Disposition: inline > > Content-Transfer-Encoding:

svn commit: r304773 - head/sys/dev/syscons

2016-08-24 Thread Bruce Evans
Author: bde Date: Wed Aug 24 18:59:24 2016 New Revision: 304773 URL: https://svnweb.freebsd.org/changeset/base/304773 Log: Flesh out the state and flags args to sccnopen(). Set state flags to indicate (potentially partial) success of the open. Use these to decide what to close in

Re: svn commit: r303988 - head/lib/libc/gen

2016-08-24 Thread Bryan Drewery
That would only fix stable/11, stable/10, stable/9, releng/11.0. It won't fix releng/10.3, releng/10.2, releng/10.1, releng/9.3, etc... without an EN. It won't fix stable/11 - 1, stable/10 - 1, etc. It will never fix releng/8.4 (unsupported releases) since so@ won't EN to those. People do

Re: svn commit: r303988 - head/lib/libc/gen

2016-08-24 Thread Ed Schouten
Hi Bryan, We could solve this by simple mfcing the change I made for xinstall, right? Ed On 24 Aug 2016 20:15, "Bryan Drewery" wrote: > On 8/24/16 11:06 AM, Bryan Drewery wrote: > > On 8/12/16 12:03 AM, Ed Schouten wrote: > >> Author: ed > >> Date: Fri Aug 12 07:03:58

Re: svn commit: r303988 - head/lib/libc/gen

2016-08-24 Thread Bryan Drewery
On 8/24/16 11:06 AM, Bryan Drewery wrote: > On 8/12/16 12:03 AM, Ed Schouten wrote: >> Author: ed >> Date: Fri Aug 12 07:03:58 2016 >> New Revision: 303988 >> URL: https://svnweb.freebsd.org/changeset/base/303988 >> >> Log: >> Reimplement dirname(3) to be thread-safe. >> >> Now that we've

Re: svn commit: r303988 - head/lib/libc/gen

2016-08-24 Thread Bryan Drewery
On 8/12/16 12:03 AM, Ed Schouten wrote: > Author: ed > Date: Fri Aug 12 07:03:58 2016 > New Revision: 303988 > URL: https://svnweb.freebsd.org/changeset/base/303988 > > Log: > Reimplement dirname(3) to be thread-safe. > > Now that we've updated the prototypes of the basename(3) and

svn commit: r304769 - vendor/lldb/lldb-release_39-r279477

2016-08-24 Thread Dimitry Andric
Author: dim Date: Wed Aug 24 17:39:40 2016 New Revision: 304769 URL: https://svnweb.freebsd.org/changeset/base/304769 Log: Tag lldb release_39 branch r279477. Added: vendor/lldb/lldb-release_39-r279477/ - copied from r304768, vendor/lldb/dist/

svn commit: r304768 - vendor/lld/lldb-release_39-r279477

2016-08-24 Thread Dimitry Andric
Author: dim Date: Wed Aug 24 17:39:07 2016 New Revision: 304768 URL: https://svnweb.freebsd.org/changeset/base/304768 Log: Tag lld release_39 branch r279477. Added: vendor/lld/lldb-release_39-r279477/ - copied from r304767, vendor/lld/dist/

svn commit: r304767 - in vendor/lld/dist: ELF docs test/ELF

2016-08-24 Thread Dimitry Andric
Author: dim Date: Wed Aug 24 17:38:40 2016 New Revision: 304767 URL: https://svnweb.freebsd.org/changeset/base/304767 Log: Vendor import of lld release_39 branch r279477: https://llvm.org/svn/llvm-project/lld/branches/release_39@279477 Modified: vendor/lld/dist/ELF/Target.cpp

svn commit: r304766 - vendor/libc++/libc++-release_39-r279477

2016-08-24 Thread Dimitry Andric
Author: dim Date: Wed Aug 24 17:38:24 2016 New Revision: 304766 URL: https://svnweb.freebsd.org/changeset/base/304766 Log: Tag libc++ release_39 branch r279477. Added: vendor/libc++/libc++-release_39-r279477/ - copied from r304765, vendor/libc++/dist/

svn commit: r304764 - vendor/compiler-rt/compiler-rt-release_39-r279477

2016-08-24 Thread Dimitry Andric
Author: dim Date: Wed Aug 24 17:37:28 2016 New Revision: 304764 URL: https://svnweb.freebsd.org/changeset/base/304764 Log: Tag compiler-rt release_39 branch r279477. Added: vendor/compiler-rt/compiler-rt-release_39-r279477/ - copied from r304763, vendor/compiler-rt/dist/

svn commit: r304765 - in vendor/libc++/dist: include test/std/containers/associative/map/map.cons test/std/containers/associative/multimap/multimap.cons test/std/containers/associative/multiset/mul...

2016-08-24 Thread Dimitry Andric
Author: dim Date: Wed Aug 24 17:37:53 2016 New Revision: 304765 URL: https://svnweb.freebsd.org/changeset/base/304765 Log: Vendor import of libc++ release_39 branch r279477: https://llvm.org/svn/llvm-project/libcxx/branches/release_39@279477 Modified: vendor/libc++/dist/include/__tree

svn commit: r304763 - vendor/compiler-rt/dist/lib/msan/tests

2016-08-24 Thread Dimitry Andric
Author: dim Date: Wed Aug 24 17:37:06 2016 New Revision: 304763 URL: https://svnweb.freebsd.org/changeset/base/304763 Log: Vendor import of compiler-rt release_39 branch r279477: https://llvm.org/svn/llvm-project/compiler-rt/branches/release_39@279477 Modified:

svn commit: r304762 - vendor/clang/clang-release_39-r279477

2016-08-24 Thread Dimitry Andric
Author: dim Date: Wed Aug 24 17:36:39 2016 New Revision: 304762 URL: https://svnweb.freebsd.org/changeset/base/304762 Log: Tag clang release_39 branch r279477. Added: vendor/clang/clang-release_39-r279477/ - copied from r304761, vendor/clang/dist/

svn commit: r304761 - in vendor/clang/dist: docs lib/CodeGen lib/Driver lib/Sema test/CodeGen test/Sema

2016-08-24 Thread Dimitry Andric
Author: dim Date: Wed Aug 24 17:36:20 2016 New Revision: 304761 URL: https://svnweb.freebsd.org/changeset/base/304761 Log: Vendor import of clang release_39 branch r279477: https://llvm.org/svn/llvm-project/cfe/branches/release_39@279477 Added:

svn commit: r304760 - vendor/llvm/llvm-release_39-r279477

2016-08-24 Thread Dimitry Andric
Author: dim Date: Wed Aug 24 17:36:04 2016 New Revision: 304760 URL: https://svnweb.freebsd.org/changeset/base/304760 Log: Tag llvm release_39 branch r279477. Added: vendor/llvm/llvm-release_39-r279477/ - copied from r304759, vendor/llvm/dist/

svn commit: r304759 - in vendor/llvm/dist: docs include/llvm/Transforms/Scalar lib/Analysis lib/Target/AArch64 lib/Target/PowerPC lib/Transforms/Scalar lib/Transforms/Utils lib/Transforms/Vectorize...

2016-08-24 Thread Dimitry Andric
Author: dim Date: Wed Aug 24 17:35:37 2016 New Revision: 304759 URL: https://svnweb.freebsd.org/changeset/base/304759 Log: Vendor import of llvm release_39 branch r279477: https://llvm.org/svn/llvm-project/llvm/branches/release_39@279477 Added:

svn commit: r304758 - head/sys/dev/syscons

2016-08-24 Thread Bruce Evans
Author: bde Date: Wed Aug 24 17:26:11 2016 New Revision: 304758 URL: https://svnweb.freebsd.org/changeset/base/304758 Log: Reorganise a little to prepare for locking fixes: - in sccnopen(), open the keyboard before the screen. The keyboard currently requires Giant (although it must be

svn commit: r304757 - head/lib

2016-08-24 Thread Ed Maste
Author: emaste Date: Wed Aug 24 17:15:32 2016 New Revision: 304757 URL: https://svnweb.freebsd.org/changeset/base/304757 Log: Don't build libdevdctl if MK_CXX is no Modified: head/lib/Makefile Modified: head/lib/Makefile

svn commit: r304756 - head/sys/powerpc/pseries

2016-08-24 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Aug 24 16:49:14 2016 New Revision: 304756 URL: https://svnweb.freebsd.org/changeset/base/304756 Log: Close a race when making the CPU idle under pHyp. If an interrupt occurs between the beginning of the idle function and actually going idle, the CPU could go to

svn commit: r304755 - head/lib/libc/nls

2016-08-24 Thread Andrey A. Chernov
Author: ache Date: Wed Aug 24 16:44:27 2016 New Revision: 304755 URL: https://svnweb.freebsd.org/changeset/base/304755 Log: Use current locale (f.e. set by thread). It was global locale always previously. MFC after: 7 days Modified: head/lib/libc/nls/msgcat.c Modified:

svn commit: r304754 - head/sys/boot/userboot/userboot

2016-08-24 Thread Toomas Soome
Author: tsoome Date: Wed Aug 24 16:40:29 2016 New Revision: 304754 URL: https://svnweb.freebsd.org/changeset/base/304754 Log: Bug 212038 - svn commit: r304321 broken bhyve zvol VM bhyveload hang 100% WCPU As the support for large blocks was enabled in loader zfs code, the heap in

svn commit: r304753 - head/sys/cddl/boot/zfs

2016-08-24 Thread Toomas Soome
Author: tsoome Date: Wed Aug 24 16:30:15 2016 New Revision: 304753 URL: https://svnweb.freebsd.org/changeset/base/304753 Log: Bug 212114 - loader: zio_checksum_verify() must test spa for NULL pointer The issue was introduced with adding support for salted checksums, and was revealed by

svn commit: r304752 - head/sys/sys

2016-08-24 Thread Andrey A. Chernov
Author: ache Date: Wed Aug 24 15:36:48 2016 New Revision: 304752 URL: https://svnweb.freebsd.org/changeset/base/304752 Log: Bump __FreeBSD_version for LC_*_MASK fix for newlocale(3) and querylocale(3) Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r304751 - head/sbin/camcontrol

2016-08-24 Thread Alexander Motin
Author: mav Date: Wed Aug 24 15:13:42 2016 New Revision: 304751 URL: https://svnweb.freebsd.org/changeset/base/304751 Log: Fix minor copy/paste bug. Submitted by: Dmitry Luhtionov MFC after:1 week Modified: head/sbin/camcontrol/camcontrol.c Modified:

svn commit: r304750 - head/sys/arm64/arm64

2016-08-24 Thread Andrew Turner
Author: andrew Date: Wed Aug 24 13:00:50 2016 New Revision: 304750 URL: https://svnweb.freebsd.org/changeset/base/304750 Log: Allow superpages on arm64 to be enabled. It is disabled for now to allow for more testing across more hardware. Obtained from:ABT Systems Ltd MFC after:

svn commit: r304749 - head/sys/arm64/arm64

2016-08-24 Thread Andrew Turner
Author: andrew Date: Wed Aug 24 12:57:40 2016 New Revision: 304749 URL: https://svnweb.freebsd.org/changeset/base/304749 Log: Add support to promote and demote managed superpages. This is the last part needed before enabling superpages on arm64. This code is based on the amd64 pmap with

Re: svn commit: r304747 - in head/contrib/sqlite3: . tea

2016-08-24 Thread Cy Schubert
In message <20160824123811.GB74786@mutt-hardenedbsd>, Shawn Webb writes: > > > --qcHopEYAB45HaUaB > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > Content-Transfer-Encoding: quoted-printable > > On Wed, Aug 24, 2016 at 05:35:54AM -0700, Cy Schubert wrote: > > In

svn commit: r304748 - head/share/man/man4

2016-08-24 Thread Ed Schouten
Author: ed Date: Wed Aug 24 12:53:54 2016 New Revision: 304748 URL: https://svnweb.freebsd.org/changeset/base/304748 Log: Document the existence of the cloudabi32 kernel module. Modified: head/share/man/man4/cloudabi.4 Modified: head/share/man/man4/cloudabi.4

Re: svn commit: r304747 - in head/contrib/sqlite3: . tea

2016-08-24 Thread Shawn Webb
On Wed, Aug 24, 2016 at 05:35:54AM -0700, Cy Schubert wrote: > In message <201608241232.u7ocwpsn020...@repo.freebsd.org>, Cy Schubert > writes: > > Author: cy > > Date: Wed Aug 24 12:32:24 2016 > > New Revision: 304747 > > URL: https://svnweb.freebsd.org/changeset/base/304747 > > > > Log: > >

Re: svn commit: r304747 - in head/contrib/sqlite3: . tea

2016-08-24 Thread Cy Schubert
In message <201608241232.u7ocwpsn020...@repo.freebsd.org>, Cy Schubert writes: > Author: cy > Date: Wed Aug 24 12:32:24 2016 > New Revision: 304747 > URL: https://svnweb.freebsd.org/changeset/base/304747 > > Log: > MFV r304732. > > Update from sqlite3-3.12.1 (3120100) to sqlite3-3.14.1

svn commit: r304747 - in head/contrib/sqlite3: . tea

2016-08-24 Thread Cy Schubert
Author: cy Date: Wed Aug 24 12:32:24 2016 New Revision: 304747 URL: https://svnweb.freebsd.org/changeset/base/304747 Log: MFV r304732. Update from sqlite3-3.12.1 (3120100) to sqlite3-3.14.1 (3140100). This commit addresses the tmpdir selection vulnerability fixed in sqlite3-1.13.0.

svn commit: r304746 - in head/sys/arm64: arm64 include

2016-08-24 Thread Andrew Turner
Author: andrew Date: Wed Aug 24 12:32:18 2016 New Revision: 304746 URL: https://svnweb.freebsd.org/changeset/base/304746 Log: Teach the parts of the arm64 pmap that need to iterate over pages to also iterate over superpages. We don't yet create these, but soon will. Obtained from:

Re: svn commit: r304692 - head/sys/dev/bhnd/bhndb

2016-08-24 Thread Michael Zhilin
Hi, I doubt. bhndb is new bus driver (WIP) and nobody use it now. In future it will be used for BroadCom WiFi card (bwn) attached to PCI bus. Best regards, Michael On Wed, Aug 24, 2016 at 3:09 PM, Shawn Webb wrote: > On Tue, Aug 23, 2016 at 07:03:11PM +,

Re: svn commit: r304692 - head/sys/dev/bhnd/bhndb

2016-08-24 Thread Shawn Webb
On Tue, Aug 23, 2016 at 07:03:11PM +, Landon J. Fuller wrote: > Author: landonf > Date: Tue Aug 23 19:03:11 2016 > New Revision: 304692 > URL: https://svnweb.freebsd.org/changeset/base/304692 > > Log: > bhndb(4): Fix unsigned integer underflow in dynamic register window > handling. This

svn commit: r304745 - in head/sys/modules: . cloudabi32

2016-08-24 Thread Ed Schouten
Author: ed Date: Wed Aug 24 11:35:49 2016 New Revision: 304745 URL: https://svnweb.freebsd.org/changeset/base/304745 Log: Add a Makefile for building the cloudabi32 kernel module. Where the cloudabi64 kernel can be used to execute 64-bit CloudABI binaries, this one should be used for

svn commit: r304744 - in head/sys: amd64/cloudabi32 amd64/conf conf contrib/cloudabi

2016-08-24 Thread Ed Schouten
Author: ed Date: Wed Aug 24 10:51:33 2016 New Revision: 304744 URL: https://svnweb.freebsd.org/changeset/base/304744 Log: Make execution of 32-bit CloudABI executables work on amd64. A nice thing about requiring a vDSO is that it makes it incredibly easy to provide full support for

svn commit: r304743 - head/sys/contrib/cloudabi

2016-08-24 Thread Ed Schouten
Author: ed Date: Wed Aug 24 10:36:52 2016 New Revision: 304743 URL: https://svnweb.freebsd.org/changeset/base/304743 Log: Remove an unused header file. The native CloudABI data types header file used to be pulled in by the vDSOs when they were still written in C. Since they are now all

svn commit: r304742 - in head/sys: amd64/cloudabi64 arm64/cloudabi64 i386/cloudabi32

2016-08-24 Thread Ed Schouten
Author: ed Date: Wed Aug 24 10:13:18 2016 New Revision: 304742 URL: https://svnweb.freebsd.org/changeset/base/304742 Log: Convert pointers obtained from the threadattr_t structure with TO_PTR(). In all of these source files, the userspace pointer size corresponds with the kernelspace

svn commit: r304741 - head/bin/ls/tests

2016-08-24 Thread Julio Merino
Author: jmmv Date: Wed Aug 24 10:10:26 2016 New Revision: 304741 URL: https://svnweb.freebsd.org/changeset/base/304741 Log: Skip ls tests that use sparse files if these are not supported. Some of the ls(1) tests create really large sparse files to validate the number formatting features

svn commit: r304740 - head/sys/compat/ia32

2016-08-24 Thread Ed Schouten
Author: ed Date: Wed Aug 24 09:57:19 2016 New Revision: 304740 URL: https://svnweb.freebsd.org/changeset/base/304740 Log: Add missing header dependency. This header depends on sigaltstack32 being declared. Modified: head/sys/compat/ia32/ia32_signal.h Modified:

Re: svn commit: r304426 - stable/11/sys/net

2016-08-24 Thread Harry Schmalzbauer
Bezüglich Alexander Motin's Nachricht vom 24.08.2016 11:02 (localtime): > On 24.08.16 11:42, Harry Schmalzbauer wrote: >> Bezüglich Alexander Motin's Nachricht vom 18.08.2016 14:08 (localtime): >>> Author: mav >>> Date: Thu Aug 18 12:08:39 2016 >>> New Revision: 304426 >>> URL:

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

2016-08-24 Thread Konstantin Belousov
Author: kib Date: Wed Aug 24 09:20:27 2016 New Revision: 304739 URL: https://svnweb.freebsd.org/changeset/base/304739 Log: MFC r304286: Remove duplicated code. Modified: stable/10/sys/kern/vfs_aio.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r304738 - stable/11/sys/kern

2016-08-24 Thread Konstantin Belousov
Author: kib Date: Wed Aug 24 09:18:38 2016 New Revision: 304738 URL: https://svnweb.freebsd.org/changeset/base/304738 Log: MFC r304286: Remove duplicated code. Modified: stable/11/sys/kern/vfs_aio.c Directory Properties: stable/11/ (props changed) Modified:

Re: svn commit: r304426 - stable/11/sys/net

2016-08-24 Thread Alexander Motin
On 24.08.16 11:42, Harry Schmalzbauer wrote: > Bezüglich Alexander Motin's Nachricht vom 18.08.2016 14:08 (localtime): >> Author: mav >> Date: Thu Aug 18 12:08:39 2016 >> New Revision: 304426 >> URL: https://svnweb.freebsd.org/changeset/base/304426 >> >> Log: >> MFC r303009: Negotiate/disable

Re: svn commit: r304426 - stable/11/sys/net

2016-08-24 Thread Harry Schmalzbauer
Bezüglich Alexander Motin's Nachricht vom 18.08.2016 14:08 (localtime): > Author: mav > Date: Thu Aug 18 12:08:39 2016 > New Revision: 304426 > URL: https://svnweb.freebsd.org/changeset/base/304426 > > Log: > MFC r303009: Negotiate/disable TXCSUM_IPV6 same as TXCSUM. Have you asked for

Re: svn commit: r304699 - head/sys/dev/usb/input

2016-08-24 Thread Hans Petter Selasky
On 08/24/16 09:38, Bruce Evans wrote: On Wed, 24 Aug 2016, Hans Petter Selasky wrote: On 08/23/16 21:50, Bruce Evans wrote: +kbd->kb_delay1 = imax(((int *)arg)[0], 250); +kbd->kb_delay2 = imax(((int *)arg)[1], 34); It looks like this will pass negative kb_delay's. How do you

svn commit: r304737 - stable/10/sys/cam/ctl

2016-08-24 Thread Alexander Motin
Author: mav Date: Wed Aug 24 07:50:28 2016 New Revision: 304737 URL: https://svnweb.freebsd.org/changeset/base/304737 Log: Fix HA mode configuration on FreeBSD 10.x. This is direct commit, compensating CTLFLAG_RDTUN difference between FreeBSD 10.x and 11.x branches. Modified:

Re: svn commit: r304699 - head/sys/dev/usb/input

2016-08-24 Thread Bruce Evans
On Wed, 24 Aug 2016, Hans Petter Selasky wrote: On 08/23/16 21:50, Bruce Evans wrote: + kbd->kb_delay1 = imax(((int *)arg)[0], 250); + kbd->kb_delay2 = imax(((int *)arg)[1], 34); It looks like this will pass negative kb_delay's. How do you handle that?

Re: svn commit: r304699 - head/sys/dev/usb/input

2016-08-24 Thread Hans Petter Selasky
On 08/23/16 21:50, Bruce Evans wrote: + kbd->kb_delay1 = imax(((int *)arg)[0], 250); + kbd->kb_delay2 = imax(((int *)arg)[1], 34); Hi, It looks like this will pass negative kb_delay's. How do you handle that? --HPS ___

svn commit: r304736 - head/sys/netinet

2016-08-24 Thread Michael Tuexen
Author: tuexen Date: Wed Aug 24 06:22:53 2016 New Revision: 304736 URL: https://svnweb.freebsd.org/changeset/base/304736 Log: When aborting an association, send the ABORT before notifying the upper layer. For the kernel this doesn't matter, for the userland stack, it does. While there,