svn commit: r298465 - stable/10/sys/ddb

2016-04-22 Thread Konstantin Belousov
Author: kib Date: Fri Apr 22 08:49:50 2016 New Revision: 298465 URL: https://svnweb.freebsd.org/changeset/base/298465 Log: MFC r298043: Avoid NULL pointer dereference. Modified: stable/10/sys/ddb/db_ps.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/ddb/db_ps

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

2016-04-22 Thread Andriy Gapon
Author: avg Date: Fri Apr 22 12:48:53 2016 New Revision: 298469 URL: https://svnweb.freebsd.org/changeset/base/298469 Log: MFC r297709: zio write issue threads should have lower (numerically greater) priority Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c Directory

svn commit: r298488 - stable/10/lib/libc/gen

2016-04-22 Thread Garrett Cooper
Author: ngie Date: Fri Apr 22 21:26:15 2016 New Revision: 298488 URL: https://svnweb.freebsd.org/changeset/base/298488 Log: MFC r298303: Remove trailing whitespace and use `nitems(mib)` instead of `2` when calling sysctl(3) Modified: stable/10/lib/libc/gen/getpagesize.c Directory Prope

svn commit: r298490 - stable/10/tests/sys/file

2016-04-22 Thread Garrett Cooper
Author: ngie Date: Fri Apr 22 21:30:42 2016 New Revision: 298490 URL: https://svnweb.freebsd.org/changeset/base/298490 Log: MFC r298024,r298196: r298024: Set test_argv to NULL, not 0, if not executing a specific test r298196: Minor cosmetic cleanup - Remove spurious trai

svn commit: r298491 - stable/10/lib/msun/tests

2016-04-22 Thread Garrett Cooper
Author: ngie Date: Fri Apr 22 21:32:01 2016 New Revision: 298491 URL: https://svnweb.freebsd.org/changeset/base/298491 Log: MFC r297836: Fix appending -O0 to CFLAGS The previous method would completely nerf CFLAGS once bsd.progs.mk had recursed into the per-PROG logic and make the CF

svn commit: r298492 - stable/10/usr.sbin/kldxref

2016-04-22 Thread Ed Maste
Author: emaste Date: Fri Apr 22 21:33:11 2016 New Revision: 298492 URL: https://svnweb.freebsd.org/changeset/base/298492 Log: MFC r275940 (imp): Bump the largest record we can cope with from 1k to 8k. Other users of the hints file don't have any real limits, and longer records will need t

svn commit: r298493 - in stable/10: sys/boot/common sys/sys usr.sbin/kldxref

2016-04-22 Thread Ed Maste
Author: emaste Date: Fri Apr 22 21:38:37 2016 New Revision: 298493 URL: https://svnweb.freebsd.org/changeset/base/298493 Log: MFC r277205 (imp): Reserve and ignore the a new module metadata type MDT_PNP_INFO for associating an optional PNP hint table with this module. In the futur

svn commit: r298494 - stable/10/usr.sbin/kldxref

2016-04-22 Thread Ed Maste
Author: emaste Date: Fri Apr 22 21:43:44 2016 New Revision: 298494 URL: https://svnweb.freebsd.org/changeset/base/298494 Log: MFC r288490: Add debug file extension to kldxref(8) After r288176 [in head] kernel debug files have the extension .debug. They also moved [in head] to /usr/lib

Re: svn commit: r298491 - stable/10/lib/msun/tests

2016-04-22 Thread John Baldwin
On Friday, April 22, 2016 09:32:01 PM Garrett Cooper wrote: > Author: ngie > Date: Fri Apr 22 21:32:01 2016 > New Revision: 298491 > URL: https://svnweb.freebsd.org/changeset/base/298491 > > Log: > MFC r297836: > > Fix appending -O0 to CFLAGS > > The previous method would completely ne

Re: svn commit: r298491 - stable/10/lib/msun/tests

2016-04-22 Thread Ngie Cooper
On Fri, Apr 22, 2016 at 2:49 PM, John Baldwin wrote: > On Friday, April 22, 2016 09:32:01 PM Garrett Cooper wrote: >> Author: ngie >> Date: Fri Apr 22 21:32:01 2016 >> New Revision: 298491 >> URL: https://svnweb.freebsd.org/changeset/base/298491 >> >> Log: >> MFC r297836: >> >> Fix appending -