svn commit: r260534 - in head/sys/dev/usb: net serial

2014-01-10 Thread Hans Petter Selasky
Author: hselasky Date: Sat Jan 11 07:53:03 2014 New Revision: 260534 URL: http://svnweb.freebsd.org/changeset/base/260534 Log: Move USB ID from u3g driver to uhso driver. Submitted by: Lundberg, Johannes MFC after:1 week Modified: head/sys/dev/usb/net/uhso.c head/sys/dev/usb/ser

svn commit: r260533 - head/sys/powerpc/powermac

2014-01-10 Thread Justin Hibbits
Author: jhibbits Date: Sat Jan 11 06:35:29 2014 New Revision: 260533 URL: http://svnweb.freebsd.org/changeset/base/260533 Log: Save and restore the GPIOs on the macio for suspend/resume. Modified: head/sys/powerpc/powermac/macgpio.c head/sys/powerpc/powermac/macgpiovar.h Modified: head/sys

svn commit: r260532 - head/sys/amd64/vmm/intel

2014-01-10 Thread Neel Natu
Author: neel Date: Sat Jan 11 04:22:00 2014 New Revision: 260532 URL: http://svnweb.freebsd.org/changeset/base/260532 Log: Enable "Posted Interrupt Processing" if supported by the CPU. This lets us inject interrupts into the guest without causing a VM-exit. This feature can be disabled by

svn commit: r260531 - head/sys/amd64/vmm/intel

2014-01-10 Thread Neel Natu
Author: neel Date: Sat Jan 11 03:14:05 2014 New Revision: 260531 URL: http://svnweb.freebsd.org/changeset/base/260531 Log: Enable the "Acknowledge Interrupt on VM exit" VM-exit control. This control is needed to enable "Posted Interrupts" and is present in all the Intel VT-x implementatio

svn commit: r260530 - stable/8/contrib/gcc

2014-01-10 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 11 01:50:45 2014 New Revision: 260530 URL: http://svnweb.freebsd.org/changeset/base/260530 Log: MFC r260361: gcc: Fix optimization bug. GCC-PR rtl-optimization/34628 * combine.c (try_combine): Stop and undo after the first combination if an a

svn commit: r260529 - stable/9/contrib/gcc

2014-01-10 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 11 01:45:20 2014 New Revision: 260529 URL: http://svnweb.freebsd.org/changeset/base/260529 Log: MFC r260361: gcc: Fix optimization bug. GCC-PR rtl-optimization/34628 * combine.c (try_combine): Stop and undo after the first combination if an a

svn commit: r260528 - stable/10/contrib/gcc

2014-01-10 Thread Pedro F. Giffuni
Author: pfg Date: Sat Jan 11 01:44:22 2014 New Revision: 260528 URL: http://svnweb.freebsd.org/changeset/base/260528 Log: MFC r260361: gcc: Fix optimization bug. GCC-PR rtl-optimization/34628 * combine.c (try_combine): Stop and undo after the first combination if an a

svn commit: r260527 - head/sys/net

2014-01-10 Thread Luigi Rizzo
Author: luigi Date: Sat Jan 11 00:00:11 2014 New Revision: 260527 URL: http://svnweb.freebsd.org/changeset/base/260527 Log: use explicit casts with void* to compile when included by C++ code Modified: head/sys/net/netmap_user.h Modified: head/sys/net/netmap_user.h ===

svn commit: r260526 - in head: contrib/atf/atf-c++/detail lib/atf

2014-01-10 Thread Julio Merino
Author: jmmv Date: Fri Jan 10 23:41:01 2014 New Revision: 260526 URL: http://svnweb.freebsd.org/changeset/base/260526 Log: Fix path to the process_helpers for the libatf-c++ tests. Because we respect the FreeBSD src tree layout under /usr/tests, and because the layout of the tests in the

svn commit: r260525 - in head: etc/mtree lib/atf/libatf-c++/tests lib/atf/libatf-c++/tests/detail lib/atf/libatf-c/tests lib/atf/libatf-c/tests/detail tools/build/mk

2014-01-10 Thread Julio Merino
Author: jmmv Date: Fri Jan 10 23:38:33 2014 New Revision: 260525 URL: http://svnweb.freebsd.org/changeset/base/260525 Log: Respect the original layout of the atf-{c,c++} tests. Put test programs for internal modules into a 'detail' subdirectory of the libatf-c and libatf-c++ test director

svn commit: r260524 - in head: sbin/route usr.bin/netstat

2014-01-10 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Jan 10 23:08:18 2014 New Revision: 260524 URL: http://svnweb.freebsd.org/changeset/base/260524 Log: Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8). MFC after:2 weeks Modified: head/sbin/route/keywords head/sbin/route/route.8 head/sbin

svn commit: r260523 - in head/sys: geom/uncompress modules/geom modules/geom/geom_uncompress

2014-01-10 Thread Luiz Otavio O Souza
Author: loos Date: Fri Jan 10 20:29:46 2014 New Revision: 260523 URL: http://svnweb.freebsd.org/changeset/base/260523 Log: Build the geom_uncompress(4) module by default. Fix geom_uncompress(4) module loading. Don't link zlib.c (which is a module itself) directly. The built module w

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

2014-01-10 Thread Luiz Otavio O Souza
Author: loos Date: Fri Jan 10 19:41:01 2014 New Revision: 260522 URL: http://svnweb.freebsd.org/changeset/base/260522 Log: Add the manual page for geom_uncompress(4). Approved by: adrian (mentor) Added: head/share/man/man4/geom_uncompress.4 (contents, props changed) Modified: head/s

svn commit: r260521 - head/sys/dev/mfi

2014-01-10 Thread Alexander Motin
Author: mav Date: Fri Jan 10 19:21:46 2014 New Revision: 260521 URL: http://svnweb.freebsd.org/changeset/base/260521 Log: Remove not applicable PI_SDTR_ABLE and PI_WIDE_16 hba_inquiry flags to make CAM to not try negotiate unsupported settings and suppress warnings. While there, enable co

svn commit: r260520 - stable/9/sbin/devd

2014-01-10 Thread Alan Somers
Author: asomers Date: Fri Jan 10 18:14:15 2014 New Revision: 260520 URL: http://svnweb.freebsd.org/changeset/base/260520 Log: MFC 259339 sbin/devd/devd.cc Increase the size of devd's client socket's send buffer from the default (8k) to 128k. This prevents clients

svn commit: r260519 - in stable/10: etc sbin/devd

2014-01-10 Thread Alan Somers
Author: asomers Date: Fri Jan 10 17:56:23 2014 New Revision: 260519 URL: http://svnweb.freebsd.org/changeset/base/260519 Log: MFC 259339 sbin/devd/devd.cc Increase the size of devd's client socket's send buffer from the default (8k) to 128k. This prevents clients from

svn commit: r260518 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-01-10 Thread Alan Somers
Author: asomers Date: Fri Jan 10 17:40:29 2014 New Revision: 260518 URL: http://svnweb.freebsd.org/changeset/base/260518 Log: MFC 259240 sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c When a da or ada device dissappears, outstanding IOs fail with ENXIO, not E

Re: svn commit: r260486 - head/etc/defaults

2014-01-10 Thread Adrian Chadd
On 9 January 2014 22:47, Attila Nagy wrote: > We have 2 and 4 hw.ncpu NFS servers with 70+ disks, so there may be cases, > where even the default maximum of 256 threads is not enough to feed the > -otherwise slow- disks. > I guess the real solution here is to change the nfsd worker model to async.

Re: svn commit: r260504 - in stable/10/sys: netinet netinet6

2014-01-10 Thread Adrian Chadd
Hah, thanks for beating me to the MFC. :) -a On 10 January 2014 01:45, Andrey V. Elsukov wrote: > Author: ae > Date: Fri Jan 10 09:45:28 2014 > New Revision: 260504 > URL: http://svnweb.freebsd.org/changeset/base/260504 > > Log: > MFC r260151 (by adrian): > Use an RLOCK here instead of an

svn commit: r260517 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-01-10 Thread Alan Somers
Author: asomers Date: Fri Jan 10 16:56:59 2014 New Revision: 260517 URL: http://svnweb.freebsd.org/changeset/base/260517 Log: MFC 259240 sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c When a da or ada device dissappears, outstanding IOs fail with ENXIO, not

svn commit: r260516 - head/sys/dev/netmap

2014-01-10 Thread Luigi Rizzo
Author: luigi Date: Fri Jan 10 16:01:44 2014 New Revision: 260516 URL: http://svnweb.freebsd.org/changeset/base/260516 Log: Fix netmap emulation when NICs attached to a VALE switch have a different number of tx and rx rings Submitted by: Vincenzo Maffione Modified: head/sys/dev/netmap/

svn commit: r260515 - head/sys/dev/netmap

2014-01-10 Thread Luigi Rizzo
Author: luigi Date: Fri Jan 10 16:00:27 2014 New Revision: 260515 URL: http://svnweb.freebsd.org/changeset/base/260515 Log: sync with our internal repo - small change in debugging messages Modified: head/sys/dev/netmap/netmap_mem2.c Modified: head/sys/dev/netmap/netmap_mem2.c ===

Re: svn commit: r260501 - head/sys/dev/usb/wlan

2014-01-10 Thread Kevin Lo
On 2014/01/10 18:20, Gleb Smirnoff wrote: Kevin, On Fri, Jan 10, 2014 at 02:47:20AM +, Kevin Lo wrote: K> Author: kevlo K> Date: Fri Jan 10 02:47:20 2014 K> New Revision: 260501 K> URL: http://svnweb.freebsd.org/changeset/base/260501 K> K> Log: K> Use m_getcl() instead of MGETHDR/MCLGET

svn commit: r260513 - head/sys/dev/usb/wlan

2014-01-10 Thread Kevin Lo
Author: kevlo Date: Fri Jan 10 14:47:20 2014 New Revision: 260513 URL: http://svnweb.freebsd.org/changeset/base/260513 Log: Use m_get2() instead of m_getcl(). Spotted by: glebius Modified: head/sys/dev/usb/wlan/if_rsu.c Modified: head/sys/dev/usb/wlan/if_rsu.c

svn commit: r260511 - head/sys/netinet6

2014-01-10 Thread Andrey V. Elsukov
Author: ae Date: Fri Jan 10 12:33:28 2014 New Revision: 260511 URL: http://svnweb.freebsd.org/changeset/base/260511 Log: Mechanically replace direct accessing to if_xname to using if_name() macro. Modified: head/sys/netinet6/in6_mcast.c head/sys/netinet6/mld6.c Modified: head/sys/netinet6/

svn commit: r260510 - in stable/9/sys: netinet netinet6

2014-01-10 Thread Andrey V. Elsukov
Author: ae Date: Fri Jan 10 12:22:49 2014 New Revision: 260510 URL: http://svnweb.freebsd.org/changeset/base/260510 Log: MFC r260151 (by adrian): Use an RLOCK here instead of an RWLOCK - matching all the other calls to lla_lookup(). This drastically reduces the very high lock cont

Re: svn commit: r260488 - head/sys/net

2014-01-10 Thread Alexander V. Chernikov
On 10.01.2014 14:14, Gleb Smirnoff wrote: Alexander, some nitpicking: On Thu, Jan 09, 2014 at 06:13:25PM +, Alexander V. Chernikov wrote: A> @@ -52,6 +53,7 @@ A> #include A> #include A> #include A> +#include A> A> #include A> #include A> @@ -86,6 +88,13 @@ A> #define RT_N

svn commit: r260509 - in head: sbin/camcontrol sys/cam sys/cam/scsi

2014-01-10 Thread Alexander Motin
Author: mav Date: Fri Jan 10 12:18:05 2014 New Revision: 260509 URL: http://svnweb.freebsd.org/changeset/base/260509 Log: Replace several instances of -1 with appropriate CAM_*_WILDCARD and types. It was equal before r259397, but for good or bad, not any more for LUNs. This change fixe

svn commit: r260508 - in head/sys: net netinet

2014-01-10 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Jan 10 12:13:55 2014 New Revision: 260508 URL: http://svnweb.freebsd.org/changeset/base/260508 Log: Simplify inet alias handling code: if we're adding/removing alias which has the same prefix as some other alias on the same interface, use newly-added rt_addrmsg() i

svn commit: r260507 - in stable/9: sbin/geom/class/mirror sys/geom/mirror

2014-01-10 Thread Andrey V. Elsukov
Author: ae Date: Fri Jan 10 12:09:38 2014 New Revision: 260507 URL: http://svnweb.freebsd.org/changeset/base/260507 Log: MFC r259634: Prevent users from deactivating the last component of a mirror. MFC r259929: Add an ability to stop gmirror and clear its metadata in one command.

Re: svn commit: r260488 - head/sys/net

2014-01-10 Thread Gleb Smirnoff
On Fri, Jan 10, 2014 at 10:21:17PM +1100, Bruce Evans wrote: B> > On Thu, Jan 09, 2014 at 06:13:25PM +, Alexander V. Chernikov wrote: B> > A> @@ -52,6 +53,7 @@ B> > A> #include B> > A> #include B> > A> #include B> > A> +#include B> B> Further unsorting of an unsorted list by adding to t

Re: svn commit: r260488 - head/sys/net

2014-01-10 Thread Bruce Evans
On Fri, 10 Jan 2014, Gleb Smirnoff wrote: Alexander, some nitpicking: Some more: On Thu, Jan 09, 2014 at 06:13:25PM +, Alexander V. Chernikov wrote: A> @@ -52,6 +53,7 @@ A> #include A> #include A> #include A> +#include Further unsorting of an unsorted list by adding to the e

svn commit: r260506 - in head/bin: sh/tests test/tests

2014-01-10 Thread Julio Merino
Author: jmmv Date: Fri Jan 10 10:39:01 2014 New Revision: 260506 URL: http://svnweb.freebsd.org/changeset/base/260506 Log: Run the sh(1) and test(1) tests as unprivileged. One of the tests for test(1) fails and some of the tests for sh(1) are silently bypassed when running as root. T

Re: svn commit: r260501 - head/sys/dev/usb/wlan

2014-01-10 Thread Gleb Smirnoff
Kevin, On Fri, Jan 10, 2014 at 02:47:20AM +, Kevin Lo wrote: K> Author: kevlo K> Date: Fri Jan 10 02:47:20 2014 K> New Revision: 260501 K> URL: http://svnweb.freebsd.org/changeset/base/260501 K> K> Log: K> Use m_getcl() instead of MGETHDR/MCLGET macros. K> K> Suggested by: glebiu

Re: svn commit: r260488 - head/sys/net

2014-01-10 Thread Gleb Smirnoff
Alexander, some nitpicking: On Thu, Jan 09, 2014 at 06:13:25PM +, Alexander V. Chernikov wrote: A> @@ -52,6 +53,7 @@ A> #include A> #include A> #include A> +#include A> A> #include A> #include A> @@ -86,6 +88,13 @@ A> #define RT_NUMFIBS 1 A> #endif A> A> +#if def

svn commit: r260504 - in stable/10/sys: netinet netinet6

2014-01-10 Thread Andrey V. Elsukov
Author: ae Date: Fri Jan 10 09:45:28 2014 New Revision: 260504 URL: http://svnweb.freebsd.org/changeset/base/260504 Log: MFC r260151 (by adrian): Use an RLOCK here instead of an RWLOCK - matching all the other calls to lla_lookup(). This drastically reduces the very high lock cont