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

2014-09-07 Thread Gleb Smirnoff
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 the handling of sysctl variables when used with VIMAGE. M While there do

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:

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

2014-09-07 Thread Michael Tuexen
On 07 Sep 2014, at 08:01, Gleb Smirnoff gleb...@freebsd.org 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

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

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

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 marck rinet ru MFC after:3 days Modified: head/cddl/contrib/opensolaris/cmd/zpool/zpool-features.7 Modified:

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

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: 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 r256956

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. The

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 s...@zxy.spb.ru To: Steven Hartland s...@freebsd.org Cc: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-src-head@freebsd.org Sent: Sunday, September 07, 2014 5:01 PM Subject: Re: svn commit: r256956 - in head/sys: cam/ata

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

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

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 n...@freebsd.org 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 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

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

2014-09-07 Thread Rui Paulo
On Aug 21, 2014, at 02:01, Davide Italiano dav...@freebsd.org 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

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:

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

2014-09-07 Thread Davide Italiano
On Sun, Sep 7, 2014 at 1:14 PM, Rui Paulo rpa...@me.com wrote: On Aug 21, 2014, at 02:01, Davide Italiano dav...@freebsd.org 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

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 anto...@freebsd.org wrote: On Tue, Aug 5, 2014 at 8:41 PM, Garrett Cooper n...@freebsd.org 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

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 ga...@freebsd.org 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)

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 for handling

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:

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

2014-09-07 Thread Steven Hartland
- Original Message - From: Andriy Gapon a...@freebsd.org 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:

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

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:

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/Makefile @@

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 merging, this

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:

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:

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

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 dav...@freebsd.org 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

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