svn commit: r284051 - head/sys/compat/linux

2015-06-05 Thread Dmitry Chagin
Author: dchagin Date: Sat Jun 6 06:12:14 2015 New Revision: 284051 URL: https://svnweb.freebsd.org/changeset/base/284051 Log: Finish r283544. In exec case properly detach threads from user space before suicide. Modified: head/sys/compat/linux/linux_emul.c Modified: head/sys/compat/linux/l

svn commit: r284050 - head/share/mk

2015-06-05 Thread Simon J. Gerraty
Author: sjg Date: Sat Jun 6 01:18:28 2015 New Revision: 284050 URL: https://svnweb.freebsd.org/changeset/base/284050 Log: Add support for dependent options Reviewed by: imp Modified: head/share/mk/bsd.mkopt.mk Modified: head/share/mk/bsd.mkopt.mk ==

Re: svn commit: r284049 - in head/sys: dev/ixl modules/ixl modules/ixlv

2015-06-05 Thread Jack Vogel
Well, you know me don't you :) Larger customers will have some kind of field engineer to contact, but if anyone here, ahem, doesn't you can work with me to get what you need. Cheers, Jack On Fri, Jun 5, 2015 at 4:07 PM, Adrian Chadd wrote: > Hi! > > Is there any public information / firmware

Re: svn commit: r284049 - in head/sys: dev/ixl modules/ixl modules/ixlv

2015-06-05 Thread Adrian Chadd
Hi! Is there any public information / firmware on this? Or do we have to have some commercial arrangement with Intel to get the updated firmware? My support channel is "whoever gave me the two ixv 40g nics to test netmap on soon" and I don't think they have firmware. :) Thanks, -adrian On 5

svn commit: r284049 - in head/sys: dev/ixl modules/ixl modules/ixlv

2015-06-05 Thread Jack F Vogel
Author: jfv Date: Fri Jun 5 22:52:42 2015 New Revision: 284049 URL: https://svnweb.freebsd.org/changeset/base/284049 Log: Update SW4 to the Intel ixl/ixlv drivers. This is primarily a shared code update, with supporting changes in the CORE. Changes for the extended media types, VF driver ha

svn commit: r284048 - head/usr.bin/vgrind

2015-06-05 Thread Baptiste Daroussin
Author: bapt Date: Fri Jun 5 21:45:35 2015 New Revision: 284048 URL: https://svnweb.freebsd.org/changeset/base/284048 Log: Fix some clang warnings: Add missing headers Add parenthesis when using the result of an assignment as a condition Modified: head/usr.bin/vgrind/vgrindefs.c Modifie

svn commit: r284047 - head/usr.bin/vgrind

2015-06-05 Thread Baptiste Daroussin
Author: bapt Date: Fri Jun 5 21:35:20 2015 New Revision: 284047 URL: https://svnweb.freebsd.org/changeset/base/284047 Log: Fix typos Modified: head/usr.bin/vgrind/regexp.c Modified: head/usr.bin/vgrind/regexp.c == -

svn commit: r284046 - head/sys/amd64/vmm

2015-06-05 Thread Neel Natu
Author: neel Date: Fri Jun 5 21:22:26 2015 New Revision: 284046 URL: https://svnweb.freebsd.org/changeset/base/284046 Log: The 'verify_gla()' function is used to ensure that the effective address after decoding the instruction matches the one provided by hardware. Prior to r283293 'vie->

svn commit: r284044 - head/sys/cam/ctl

2015-06-05 Thread Alexander Motin
Author: mav Date: Fri Jun 5 20:30:36 2015 New Revision: 284044 URL: https://svnweb.freebsd.org/changeset/base/284044 Log: Fix wrong function name in error message. MFC after:3 days Modified: head/sys/cam/ctl/ctl.c Modified: head/sys/cam/ctl/ctl.c ===

svn commit: r284043 - head/sys/kern

2015-06-05 Thread Sean Bruno
Author: sbruno Date: Fri Jun 5 18:16:10 2015 New Revision: 284043 URL: https://svnweb.freebsd.org/changeset/base/284043 Log: Revert 284029, update imgact_binmisctl.c change mtx to reader count, at the request of the submitter. Will attempt to use an sx_lock for this fix to WITNESS crashe

Re: svn commit: r284029 - head/sys/kern

2015-06-05 Thread John Baldwin
On Friday, June 05, 2015 04:21:44 PM Sean Bruno wrote: > Author: sbruno > Date: Fri Jun 5 16:21:43 2015 > New Revision: 284029 > URL: https://svnweb.freebsd.org/changeset/base/284029 > > Log: > This change uses a reader count instead of holding the mutex for the > interpreter list to avoid th

svn commit: r284041 - head/contrib/dtc

2015-06-05 Thread Sean Bruno
Author: sbruno Date: Fri Jun 5 17:18:10 2015 New Revision: 284041 URL: https://svnweb.freebsd.org/changeset/base/284041 Log: Silence clang warning about extraneous parenthesis Verified that this exists upstream already: https://git.kernel.org/cgit/utils/dtc/dtc.git/tree/checks.c#n628

svn commit: r284032 - head/sys/boot/zfs

2015-06-05 Thread Andriy Gapon
Author: avg Date: Fri Jun 5 17:02:21 2015 New Revision: 284032 URL: https://svnweb.freebsd.org/changeset/base/284032 Log: dnode_read: fixup r284025, BP_IS_HOLE macro expects a pointer PR: 199804 Reported by: sbruno Pointyhat to: avg MFC after:10 days X-MFC with: r2

Re: svn commit: r284029 - head/sys/kern

2015-06-05 Thread Mateusz Guzik
On Fri, Jun 05, 2015 at 04:21:44PM +, Sean Bruno wrote: > Author: sbruno > Date: Fri Jun 5 16:21:43 2015 > New Revision: 284029 > URL: https://svnweb.freebsd.org/changeset/base/284029 > > Log: > This change uses a reader count instead of holding the mutex for the > interpreter list to avo

svn commit: r284029 - head/sys/kern

2015-06-05 Thread Sean Bruno
Author: sbruno Date: Fri Jun 5 16:21:43 2015 New Revision: 284029 URL: https://svnweb.freebsd.org/changeset/base/284029 Log: This change uses a reader count instead of holding the mutex for the interpreter list to avoid the problem of holding a non-sleep lock during a page fault as reported

svn commit: r284025 - head/sys/boot/zfs

2015-06-05 Thread Andriy Gapon
Author: avg Date: Fri Jun 5 15:32:04 2015 New Revision: 284025 URL: https://svnweb.freebsd.org/changeset/base/284025 Log: dnode_read: handle hole blocks in zfs boot code A hole block pointer can be encountered at any level and the hole can cover multiple data blocks, but we are reading t

svn commit: r284024 - head/share/examples/bhyve

2015-06-05 Thread Andriy Gapon
Author: avg Date: Fri Jun 5 15:16:26 2015 New Revision: 284024 URL: https://svnweb.freebsd.org/changeset/base/284024 Log: bhyve/vmrun.sh: pass all existing readable disks to bhyveload(8) This is done if the installation mode is not requested or auto-detected. This is useful when a kernel

svn commit: r284023 - head/share/examples/bhyve

2015-06-05 Thread Andriy Gapon
Author: avg Date: Fri Jun 5 15:14:54 2015 New Revision: 284023 URL: https://svnweb.freebsd.org/changeset/base/284023 Log: bhyve/vmrun.sh: support passing disk options same as for bhyve(8) Differential Revision:https://reviews.freebsd.org/D2723 Reviewed by: neel MFC after:8

svn commit: r284022 - head/sys/dev/aic7xxx

2015-06-05 Thread Achim Leubner
Author: achim Date: Fri Jun 5 11:37:54 2015 New Revision: 284022 URL: https://svnweb.freebsd.org/changeset/base/284022 Log: aic7xxx: Do not support device IDs 0x8081, 0x8088 and 0x8089 to avoid conflicts with the new PMC Adaptec controller families supported by aacraid Modified: head/sys/d