svn commit: r294500 - stable/10/sys/net

2016-01-21 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jan 21 14:04:02 2016 New Revision: 294500 URL: https://svnweb.freebsd.org/changeset/base/294500 Log: MFC r292602: Simplify bringup order by removing a SYSINIT making it a static list initialization. Obtained from:p4 @180384,180385 Modified:

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

2016-01-21 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jan 21 14:11:01 2016 New Revision: 294503 URL: https://svnweb.freebsd.org/changeset/base/294503 Log: MFC 292953: This code is not in modules that need KPI stability so no need to use the wrapper functions as used in r252511 (head). We can directly use the

svn commit: r294501 - in stable/10/sys: net netinet

2016-01-21 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jan 21 14:06:16 2016 New Revision: 294501 URL: https://svnweb.freebsd.org/changeset/base/294501 Log: MFC r292603: If bootverbose is enabled every vnet startup and virtual interface creation will print extra lines on the console. We are generally not interested

svn commit: r294529 - stable/10/sys/compat/linux

2016-01-21 Thread Dmitry Chagin
Author: dchagin Date: Thu Jan 21 19:19:24 2016 New Revision: 294529 URL: https://svnweb.freebsd.org/changeset/base/294529 Log: MFC 294233: Prevent double free of control in common sendmsg path as sosend already freeing it. Modified: stable/10/sys/compat/linux/linux_socket.c Directory

svn commit: r294532 - stable/10/lib/libc/sys

2016-01-21 Thread Jilles Tjoelker
Author: jilles Date: Thu Jan 21 21:16:57 2016 New Revision: 294532 URL: https://svnweb.freebsd.org/changeset/base/294532 Log: MFC r294234: utimensat(2): Correct description of [EINVAL] error. Modified: stable/10/lib/libc/sys/utimensat.2 Directory Properties: stable/10/ (props changed)

Re: svn commit: r293391 - stable/10

2016-01-21 Thread NGie Cooper
> On Jan 21, 2016, at 18:25, Gleb Smirnoff wrote: > > On Fri, Jan 22, 2016 at 05:18:28AM +0300, Slawa Olhovchenkov wrote: > S> > On Thu, Jan 21, 2016 at 4:29 PM, Slawa Olhovchenkov > wrote: > S> > > On Thu, Jan 07, 2016 at 11:10:44PM +, Gleb Smirnoff

Re: svn commit: r294271 - stable/10/sys/fs/ext2fs

2016-01-21 Thread Gleb Smirnoff
On Thu, Jan 21, 2016 at 06:56:52PM -0800, NGie Cooper wrote: N> >> Author: pfg N> >> Date: Mon Jan 18 15:39:32 2016 N> >> New Revision: 294271 N> >> URL: https://svnweb.freebsd.org/changeset/base/294271 N> >> N> >> Log: N> >> MFC r293680 N> >> ext4: add support for reading sparse files N> >

Re: svn commit: r293391 - stable/10

2016-01-21 Thread Slawa Olhovchenkov
On Thu, Jan 07, 2016 at 11:10:44PM +, Gleb Smirnoff wrote: > Author: glebius > Date: Thu Jan 7 23:10:44 2016 > New Revision: 293391 > URL: https://svnweb.freebsd.org/changeset/base/293391 > > Log: > Merge r293282 from head: >Provide knob NO_INSTALLEXTRAKERNELS. If defined, extra

Re: svn commit: r294271 - stable/10/sys/fs/ext2fs

2016-01-21 Thread Pedro Giffuni
Hello; Sorry for the delay in replying, I just noticed this. On 01/21/16 21:59, Gleb Smirnoff wrote: On Thu, Jan 21, 2016 at 06:56:52PM -0800, NGie Cooper wrote: N> >> Author: pfg N> >> Date: Mon Jan 18 15:39:32 2016 N> >> New Revision: 294271 N> >> URL:

Re: svn commit: r294271 - stable/10/sys/fs/ext2fs

2016-01-21 Thread Ed Maste
On 18 January 2016 at 15:39, Pedro F. Giffuni wrote: > Author: pfg > Date: Mon Jan 18 15:39:32 2016 > New Revision: 294271 > URL: https://svnweb.freebsd.org/changeset/base/294271 > > Log: > MFC r293680 > ext4: add support for reading sparse files ia64 and powerpc LINT

Re: svn commit: r293391 - stable/10

2016-01-21 Thread Gleb Smirnoff
On Fri, Jan 22, 2016 at 05:18:28AM +0300, Slawa Olhovchenkov wrote: S> > On Thu, Jan 21, 2016 at 4:29 PM, Slawa Olhovchenkov wrote: S> > > On Thu, Jan 07, 2016 at 11:10:44PM +, Gleb Smirnoff wrote: S> > > S> > >> Author: glebius S> > >> Date: Thu Jan 7 23:10:44 2016 S> > >>

svn commit: r294545 - stable/10/sys/fs/ext2fs

2016-01-21 Thread Pedro F. Giffuni
Author: pfg Date: Fri Jan 22 03:25:06 2016 New Revision: 294545 URL: https://svnweb.freebsd.org/changeset/base/294545 Log: Revert r294271: ext4: add support for reading sparse files Our older GCC can't handle anonymous unions, so ia64 and powerpc LINT kernels are now failing.

Re: svn commit: r294271 - stable/10/sys/fs/ext2fs

2016-01-21 Thread NGie Cooper
> On Jan 21, 2016, at 18:54, Ed Maste wrote: > >> On 18 January 2016 at 15:39, Pedro F. Giffuni wrote: >> Author: pfg >> Date: Mon Jan 18 15:39:32 2016 >> New Revision: 294271 >> URL: https://svnweb.freebsd.org/changeset/base/294271 >> >> Log: >> MFC

svn commit: r294550 - stable/10/tools/regression

2016-01-21 Thread Garrett Cooper
Author: ngie Date: Fri Jan 22 07:23:50 2016 New Revision: 294550 URL: https://svnweb.freebsd.org/changeset/base/294550 Log: MFC r293048,r293444: r293048: - Use a temporary file for the temporary md(4) devices instead of hardcoding it - Remove the temporary file in the cleanup