svn commit: r271218 - head/sys/dev/sound/usb

2014-09-07 Thread Hans Petter Selasky
Author: hselasky Date: Sun Sep 7 07:23:33 2014 New Revision: 271218 URL: http://svnweb.freebsd.org/changeset/base/271218 Log: Update mixer description for FastTrackPro. MFC after:3 days Modified: head/sys/dev/sound/usb/uaudio.c Modified: head/sys/dev/sound/usb/uaudio.c

svn commit: r271219 - head/sys/netinet

2014-09-07 Thread Michael Tuexen
Author: tuexen Date: Sun Sep 7 07:49:49 2014 New Revision: 271219 URL: http://svnweb.freebsd.org/changeset/base/271219 Log: Use SYSCTL_PROC instead of SYSCTL_VNET_PROC. Suggested by: glebius@ MFC after: 1 week Modified: head/sys/netinet/sctp_sysctl.c Modified: head/sys/netinet/sctp_sysc

Re: svn commit: r271204 - head/sys/netinet

2014-09-07 Thread Michael Tuexen
On 07 Sep 2014, at 08:01, Gleb Smirnoff wrote: > Michael, > > On Sat, Sep 06, 2014 at 07:12:15PM +, Michael Tuexen wrote: > M> Author: tuexen > M> Date: Sat Sep 6 19:12:14 2014 > M> New Revision: 271204 > M> URL: http://svnweb.freebsd.org/changeset/base/271204 > M> > M> Log: > M> Fix th

svn commit: r271220 - head/sys/arm/conf

2014-09-07 Thread Andrew Turner
Author: andrew Date: Sun Sep 7 08:16:27 2014 New Revision: 271220 URL: http://svnweb.freebsd.org/changeset/base/271220 Log: Create a common i.MX53 config and use it with the two existing i.MX53 boards. This is just intended to split the common config entries out, further cleanup is exp

svn commit: r271221 - in head/sys: netinet netinet6

2014-09-07 Thread Michael Tuexen
Author: tuexen Date: Sun Sep 7 09:06:26 2014 New Revision: 271221 URL: http://svnweb.freebsd.org/changeset/base/271221 Log: Use union sctp_sockstore instead of struct sockaddr_storage. This eliminiates some warnings when building in userland. Thanks to Patrick Laimbock for reporting this is

svn commit: r271222 - head/cddl/contrib/opensolaris/cmd/zpool

2014-09-07 Thread Xin LI
Author: delphij Date: Sun Sep 7 11:57:08 2014 New Revision: 271222 URL: http://svnweb.freebsd.org/changeset/base/271222 Log: Fix typo. Submitted by: Dmitry Morozovsky MFC after:3 days Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 Modified: head/cddl/contrib/

svn commit: r271223 - vendor-sys/illumos/dist/uts/common/fs/zfs

2014-09-07 Thread Xin LI
Author: delphij Date: Sun Sep 7 12:07:26 2014 New Revision: 271223 URL: http://svnweb.freebsd.org/changeset/base/271223 Log: 5117 space map reallocation can cause corruption Reviewed by: Matthew Ahrens Reviewed by: Sebastien Roy Reviewed by: Richard Elling Approved by: Richard Lowe

svn commit: r271224 - vendor/illumos/dist/lib/libzfs/common

2014-09-07 Thread Xin LI
Author: delphij Date: Sun Sep 7 12:13:49 2014 New Revision: 271224 URL: http://svnweb.freebsd.org/changeset/base/271224 Log: 5116 zpool history -i goes into infinite loop Reviewed by: Christopher Siden Reviewed by: Dan Kimmel Reviewed by: George Wilson Reviewed by: Richard Elling

svn commit: r271225 - vendor/illumos/dist/cmd/zpool

2014-09-07 Thread Xin LI
Author: delphij Date: Sun Sep 7 12:18:12 2014 New Revision: 271225 URL: http://svnweb.freebsd.org/changeset/base/271225 Log: 5118 When verifying or creating a storage pool, error messages only show one device Reviewed by: Adam Leventhal Reviewed by: Dan Kimmel Reviewed by: Matt Ahrens

svn commit: r271226 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-09-07 Thread Xin LI
Author: delphij Date: Sun Sep 7 13:13:42 2014 New Revision: 271226 URL: http://svnweb.freebsd.org/changeset/base/271226 Log: MFV r271223: In dnode_sync(), do dnode_increase_indirection() before processing the dn_next_nblkptr. Illumos issue: 5117 space map reallocation can caus

svn commit: r271227 - head/cddl/contrib/opensolaris/cmd/zpool

2014-09-07 Thread Xin LI
Author: delphij Date: Sun Sep 7 13:22:14 2014 New Revision: 271227 URL: http://svnweb.freebsd.org/changeset/base/271227 Log: MFV r271225: Iterate through all the children instead of returning error when we hit the first error. This makes the error message give more information rather

Re: svn commit: r271193 - stable/10/sys/dev/sound/pcm

2014-09-07 Thread Alexey Dokuchaev
On Sat, Sep 06, 2014 at 03:24:48PM +, Alexander Motin wrote: > New Revision: 271193 > URL: http://svnweb.freebsd.org/changeset/base/271193 > > Log: > MFC r269228: > Add support for SOUND_MIXER_INFO IOCTL, used by gstreamer. If these changes are also applicable to stable/8, I'd appreciate

Re: svn commit: r260713 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-09-07 Thread Slawa Olhovchenkov
On Thu, Jan 16, 2014 at 01:24:10PM +, Andriy Gapon wrote: > Author: avg > Date: Thu Jan 16 13:24:10 2014 > New Revision: 260713 > URL: http://svnweb.freebsd.org/changeset/base/260713 > > Log: > fix a bug in ZFS mirror code for handling multiple DVAa > > The bug was introduced in r25695

Re: svn commit: r256956 - in head/sys: cam/ata cam/scsi cddl/contrib/opensolaris/uts/common/fs/zfs cddl/contrib/opensolaris/uts/common/fs/zfs/sys geom sys

2014-09-07 Thread Slawa Olhovchenkov
On Wed, Oct 23, 2013 at 09:54:59AM +, Steven Hartland wrote: > Author: smh > Date: Wed Oct 23 09:54:58 2013 > New Revision: 256956 > URL: http://svnweb.freebsd.org/changeset/base/256956 > > Log: > Improve ZFS N-way mirror read performance by using load and locality > information. > >

svn commit: r271228 - head/sys/netinet

2014-09-07 Thread Michael Tuexen
Author: tuexen Date: Sun Sep 7 17:07:19 2014 New Revision: 271228 URL: http://svnweb.freebsd.org/changeset/base/271228 Log: Address another warnings reported by Patrick Laimbock when compiling in userspace. While there, improve consistency. MFC after: 1 week Modified: head/sys/netinet

Re: svn commit: r256956 - in head/sys: cam/ata cam/scsi cddl/contrib/opensolaris/uts/common/fs/zfs cddl/contrib/opensolaris/uts/common/fs/zfs/sys geom sys

2014-09-07 Thread Steven Hartland
- Original Message - From: "Slawa Olhovchenkov" To: "Steven Hartland" Cc: ; ; Sent: Sunday, September 07, 2014 5:01 PM Subject: Re: svn commit: r256956 - in head/sys: cam/ata cam/scsi cddl/contrib/opensolaris/uts/common/fs/zfs cddl/contrib/opensolaris/uts/common/fs/zfs/sys geom sys

svn commit: r271230 - head/sys/netinet

2014-09-07 Thread Michael Tuexen
Author: tuexen Date: Sun Sep 7 18:05:37 2014 New Revision: 271230 URL: http://svnweb.freebsd.org/changeset/base/271230 Log: Address warnings generated by the clang analyzer. MFC after: 1 week Modified: head/sys/netinet/sctp_input.c head/sys/netinet/sctp_output.c head/sys/netinet/sct

svn commit: r271232 - head/sys/arm/arm

2014-09-07 Thread Andrew Turner
Author: andrew Date: Sun Sep 7 18:32:42 2014 New Revision: 271232 URL: http://svnweb.freebsd.org/changeset/base/271232 Log: Generalise the va to pa code and use it when starting secondary cores Reviewed by: ian@, rpaulo@ Differential Revision: https://reviews.freebsd.org/D736 Modified:

svn commit: r271233 - in stable/9/sys: amd64/conf conf i386/conf

2014-09-07 Thread Mark Johnston
Author: markj Date: Sun Sep 7 18:42:45 2014 New Revision: 271233 URL: http://svnweb.freebsd.org/changeset/base/271233 Log: MFC r271137: Add mrsas(4) to GENERIC for i386 and amd64. Modified: stable/9/sys/amd64/conf/GENERIC stable/9/sys/conf/NOTES stable/9/sys/i386/conf/GENERIC Directory

svn commit: r271234 - in stable/10/sys: amd64/conf conf i386/conf

2014-09-07 Thread Mark Johnston
Author: markj Date: Sun Sep 7 18:43:26 2014 New Revision: 271234 URL: http://svnweb.freebsd.org/changeset/base/271234 Log: MFC r271137: Add mrsas(4) to GENERIC for i386 and amd64. Approved by: re (gjb) Modified: stable/10/sys/amd64/conf/GENERIC stable/10/sys/conf/NOTES stable/10/

Re: svn commit: r269603 - in head: etc/mtree lib/libnv lib/libnv/tests tools/regression/lib/libnv

2014-09-07 Thread Antoine Brodin
On Tue, Aug 5, 2014 at 8:41 PM, Garrett Cooper wrote: > Author: ngie > Date: Tue Aug 5 18:41:27 2014 > New Revision: 269603 > URL: http://svnweb.freebsd.org/changeset/base/269603 > > Log: > Integrate lib/libnv into the build/kyua > > Rename all of the TAP test applications from to _test >

svn commit: r271235 - head/sys/arm/arm

2014-09-07 Thread Andrew Turner
Author: andrew Date: Sun Sep 7 19:33:38 2014 New Revision: 271235 URL: http://svnweb.freebsd.org/changeset/base/271235 Log: Remove Lvirtaddr and Lphysaddr, these don't appear to be used. Modified: head/sys/arm/arm/locore.S Modified: head/sys/arm/arm/locore.S

svn commit: r271236 - stable/10/sys/netinet6

2014-09-07 Thread Craig Rodrigues
Author: rodrigc Date: Sun Sep 7 20:11:23 2014 New Revision: 271236 URL: http://svnweb.freebsd.org/changeset/base/271236 Log: MFC r262351: Remove KASSERT from in6p_lookup_mcast_ifp(). When the devel/jenkins port, version 1.551 was started, the kernel would panic if INVARI

Re: svn commit: r270261 - head/sys/sys

2014-09-07 Thread Rui Paulo
On Aug 21, 2014, at 02:01, Davide Italiano wrote: > > Author: davide > Date: Thu Aug 21 09:01:42 2014 > New Revision: 270261 > URL: http://svnweb.freebsd.org/changeset/base/270261 > > Log: > Revert r270227. GCC doesn't like the lack of LL suffix, > so this makes powerpc build failing. > > Mod

svn commit: r271237 - head/sys/mips/conf

2014-09-07 Thread Sean Bruno
Author: sbruno Date: Sun Sep 7 20:27:48 2014 New Revision: 271237 URL: http://svnweb.freebsd.org/changeset/base/271237 Log: Remove redundant kern conf entries that are inherited via include Move cfg to spi1 as that's where it is located from the factory Modified: head/sys/mips/conf/WZR-

Re: svn commit: r270261 - head/sys/sys

2014-09-07 Thread Davide Italiano
On Sun, Sep 7, 2014 at 1:14 PM, Rui Paulo wrote: > On Aug 21, 2014, at 02:01, Davide Italiano wrote: >> >> Author: davide >> Date: Thu Aug 21 09:01:42 2014 >> New Revision: 270261 >> URL: http://svnweb.freebsd.org/changeset/base/270261 >> >> Log: >> Revert r270227. GCC doesn't like the lack of L

Re: svn commit: r269603 - in head: etc/mtree lib/libnv lib/libnv/tests tools/regression/lib/libnv

2014-09-07 Thread yaneurabeya
On Sep 7, 2014, at 11:57, Antoine Brodin wrote: > On Tue, Aug 5, 2014 at 8:41 PM, Garrett Cooper wrote: >> Author: ngie >> Date: Tue Aug 5 18:41:27 2014 >> New Revision: 269603 >> URL: http://svnweb.freebsd.org/changeset/base/269603 >> >> Log: >> Integrate lib/libnv into the build/kyua >> >>

Re: svn commit: r269992 - in head/sys: amd64/conf i386/conf

2014-09-07 Thread Rui Paulo
On Aug 14, 2014, at 11:29, Gavin Atkinson wrote: > > Author: gavin > Date: Thu Aug 14 18:29:55 2014 > New Revision: 269992 > URL: http://svnweb.freebsd.org/changeset/base/269992 > > Log: > Update i386/NOTES and amd64/NOTES files to contain the complete list of > firmwares for iwn(4) and sort t

Re: svn commit: r260713 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-09-07 Thread Andriy Gapon
on 07/09/2014 18:56 Slawa Olhovchenkov said the following: > On Thu, Jan 16, 2014 at 01:24:10PM +, Andriy Gapon wrote: > >> Author: avg >> Date: Thu Jan 16 13:24:10 2014 >> New Revision: 260713 >> URL: http://svnweb.freebsd.org/changeset/base/260713 >> >> Log: >> fix a bug in ZFS mirror code

Re: svn commit: r260713 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-09-07 Thread Slawa Olhovchenkov
On Mon, Sep 08, 2014 at 12:09:37AM +0300, Andriy Gapon wrote: > on 07/09/2014 18:56 Slawa Olhovchenkov said the following: > > On Thu, Jan 16, 2014 at 01:24:10PM +, Andriy Gapon wrote: > > > >> Author: avg > >> Date: Thu Jan 16 13:24:10 2014 > >> New Revision: 260713 > >> URL: http://svnweb.f

Re: svn commit: r260713 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-09-07 Thread Steven Hartland
- Original Message - From: "Andriy Gapon" on 07/09/2014 18:56 Slawa Olhovchenkov said the following: On Thu, Jan 16, 2014 at 01:24:10PM +, Andriy Gapon wrote: Author: avg Date: Thu Jan 16 13:24:10 2014 New Revision: 260713 URL: http://svnweb.freebsd.org/changeset/base/260713

svn commit: r271238 - in stable/10/sys: cam/ata cam/scsi cddl/contrib/opensolaris/uts/common/fs/zfs cddl/contrib/opensolaris/uts/common/fs/zfs/sys geom sys

2014-09-07 Thread Steven Hartland
Author: smh Date: Sun Sep 7 21:30:47 2014 New Revision: 271238 URL: http://svnweb.freebsd.org/changeset/base/271238 Log: MFC r256956: Improve ZFS N-way mirror read performance by using load and locality information. MFC r260713: Fix ZFS mirror code for handling multiple DVA's Al

Re: svn commit: r260713 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2014-09-07 Thread Steven Hartland
- Original Message - From: "Steven Hartland" on 07/09/2014 18:56 Slawa Olhovchenkov said the following: On Thu, Jan 16, 2014 at 01:24:10PM +, Andriy Gapon wrote: Author: avg Date: Thu Jan 16 13:24:10 2014 New Revision: 260713 URL: http://svnweb.freebsd.org/changeset/base/260713 L

svn commit: r271239 - stable/10/sys/ia64/include

2014-09-07 Thread Marcel Moolenaar
Author: marcel Date: Sun Sep 7 21:40:14 2014 New Revision: 271239 URL: http://svnweb.freebsd.org/changeset/base/271239 Log: Fix previous commit: unbreak build of libkvm by including sys/systm.h only when _KERNEL is defined. Approved by: re@ (implicit) Modified: stable/10/sys/ia64/inc

svn commit: r271240 - head/sys/arm/arm

2014-09-07 Thread Andrew Turner
Author: andrew Date: Sun Sep 7 21:46:54 2014 New Revision: 271240 URL: http://svnweb.freebsd.org/changeset/base/271240 Log: When entering the kernel with the MMU off assume we are running from a va == pa map. I'm not sure the code would work if we are not running from the identity map

svn commit: r271241 - head/lib/libnv

2014-09-07 Thread Garrett Cooper
Author: ngie Date: Sun Sep 7 22:56:57 2014 New Revision: 271241 URL: http://svnweb.freebsd.org/changeset/base/271241 Log: Include src.opts.mk after SHLIBDIR has been defined so libnv is installed to /lib , not /usr/lib MFC after: 3 days Approved by: rpaulo (mentor) Submitted by: anto

Re: svn commit: r269603 - in head: etc/mtree lib/libnv lib/libnv/tests tools/regression/lib/libnv

2014-09-07 Thread yaneurabeya
On Sep 7, 2014, at 13:53, yaneurab...@gmail.com wrote: > You’re right. SHLIBDIR is being overridden from bsd.own.mk. This patch will > fix it: > > $ git diff > diff --git a/lib/libnv/Makefile b/lib/libnv/Makefile > index cad1ea4..4a7c76a 100644 > --- a/lib/libnv/Makefile > +++ b/lib/libnv/Makef

svn commit: r271243 - head/sys/vm

2014-09-07 Thread Alan Cox
Author: alc Date: Mon Sep 8 00:19:03 2014 New Revision: 271243 URL: http://svnweb.freebsd.org/changeset/base/271243 Log: Make two functions static and eliminate an unused #define. Modified: head/sys/vm/vm_map.c head/sys/vm/vm_map.h Modified: head/sys/vm/vm_map.c ==

Re: svn commit: r271243 - head/sys/vm

2014-09-07 Thread Peter Wemm
On Monday, September 08, 2014 12:19:04 AM Alan Cox wrote: > Log: > Make two functions static and eliminate an unused #define. Unfortunately, the code (and compiler) disagrees.. > @@ -1504,7 +1507,7 @@ again: > * possibly extended). When merging, this routine may delete one or > * both

Re: svn commit: r271243 - head/sys/vm

2014-09-07 Thread Alan Cox
On 09/07/2014 21:14, Peter Wemm wrote: > On Monday, September 08, 2014 12:19:04 AM Alan Cox wrote: > >> Log: >> Make two functions static and eliminate an unused #define. > > Unfortunately, the code (and compiler) disagrees.. > >> @@ -1504,7 +1507,7 @@ again: >> *possibly extended). When m

svn commit: r271244 - head/sys/vm

2014-09-07 Thread Alan Cox
Author: alc Date: Mon Sep 8 02:25:01 2014 New Revision: 271244 URL: http://svnweb.freebsd.org/changeset/base/271244 Log: Oops. vm_map_simplify_entry() is used by mac_proc_vm_revoke_recurse(), so it can't be static. Modified: head/sys/vm/vm_map.c head/sys/vm/vm_map.h Modified: head/sys/

svn commit: r271245 - head/sys/modules/if_gif

2014-09-07 Thread Glen Barber
Author: gjb Date: Mon Sep 8 02:37:45 2014 New Revision: 271245 URL: http://svnweb.freebsd.org/changeset/base/271245 Log: Silence a bmake(1) warning in the gif(4) module build when built with WITHOUT_INET6. LGTM: sbruno Sponsored by: The FreeBSD Foundation Modified: h

svn commit: r271246 - head/sys/dev/iwn

2014-09-07 Thread Adrian Chadd
Author: adrian Date: Mon Sep 8 03:12:42 2014 New Revision: 271246 URL: http://svnweb.freebsd.org/changeset/base/271246 Log: Bring over some more status codes from the Linux iwlwifi driver. The (eventual) intention is to create MIB counters for transmitted frame completion to count how ma

svn commit: r271247 - head/sys/dev/iwn

2014-09-07 Thread Adrian Chadd
Author: adrian Date: Mon Sep 8 03:16:28 2014 New Revision: 271247 URL: http://svnweb.freebsd.org/changeset/base/271247 Log: (more) correctly account TX completion status for A-MPDU session frames. The rules turn out to be: * for non-aggregation session TX queues - it's either sent or

Re: svn commit: r270261 - head/sys/sys

2014-09-07 Thread Bruce Evans
On Sun, 7 Sep 2014, Rui Paulo wrote: On Aug 21, 2014, at 02:01, Davide Italiano wrote: Author: davide Date: Thu Aug 21 09:01:42 2014 New Revision: 270261 URL: http://svnweb.freebsd.org/changeset/base/270261 Log: Revert r270227. GCC doesn't like the lack of LL suffix, so this makes powerpc

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

2014-09-07 Thread Peter Wemm
Author: peter Date: Mon Sep 8 05:14:58 2014 New Revision: 271248 URL: http://svnweb.freebsd.org/changeset/base/271248 Log: Temporarily remove the warning added r270781 - it prints the warning regardless of whether the usage is correct or not and this generates a LOT of noise, even when you