svn commit: r297535 - head/lib/libthr/thread

2016-04-03 Thread Konstantin Belousov
Author: kib Date: Mon Apr 4 06:58:59 2016 New Revision: 297535 URL: https://svnweb.freebsd.org/changeset/base/297535 Log: Remove unused variable. It was write-only before r297139. Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: head/lib/libthr/thread/thr_init.c

svn commit: r297534 - head/sys/dev/flash

2016-04-03 Thread Stanislav Galabov
Author: sgalabov Date: Mon Apr 4 06:55:48 2016 New Revision: 297534 URL: https://svnweb.freebsd.org/changeset/base/297534 Log: Enable 4-byte address support for the mx25l family of SPI flash devices. Introduce 2 new flags: - FL_ENABLE_4B_ADDR (forces the use of 4-byte addresses) - FL_D

svn commit: r297532 - head/lib/libc/locale

2016-04-03 Thread Andrey A. Chernov
Author: ache Date: Mon Apr 4 02:43:35 2016 New Revision: 297532 URL: https://svnweb.freebsd.org/changeset/base/297532 Log: EUC-type encodings don't have single byte characters >= 128 This change should not be MFCed until new collate will be MFCed first, because our old EUC tables have so

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

2016-04-03 Thread Adrian Chadd
Author: adrian Date: Sun Apr 3 23:39:58 2016 New Revision: 297531 URL: https://svnweb.freebsd.org/changeset/base/297531 Log: [iwn] Don't try to seamlessly recover from a firmware panic; just restart the interface. I know this may be unpopular, but iwn is not yet completely ready for a

svn commit: r297530 - in head/sys: amd64/amd64 conf i386/i386 x86/x86

2016-04-03 Thread John Baldwin
Author: jhb Date: Sun Apr 3 23:03:54 2016 New Revision: 297530 URL: https://svnweb.freebsd.org/changeset/base/297530 Log: Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386. Added: head/sys/x86/x86/autoconf.c - copied, changed from r297529, head/sys/i386/i386/aut

Re: svn commit: r297525 - head/sys/compat/linux

2016-04-03 Thread Bruce Evans
On Sun, 3 Apr 2016, Pedro Giffuni wrote: On 03/04/2016 14:11, Bruce Evans wrote: On Sun, 3 Apr 2016, Pedro F. Giffuni wrote: Author: pfg Log: Fix indentation oops. Modified: head/sys/compat/linux/linux_misc.c Modified: head/sys/compat/linux/linux_misc.c ===

svn commit: r297529 - head/sbin/devd

2016-04-03 Thread Warner Losh
Author: imp Date: Sun Apr 3 20:29:21 2016 New Revision: 297529 URL: https://svnweb.freebsd.org/changeset/base/297529 Log: Add a timestamp variable to the environment. This is when the event was read from the kernel by devd. Modified: head/sbin/devd/devd.cc head/sbin/devd/devd.conf.5 Mod

svn commit: r297528 - head/sbin/devd

2016-04-03 Thread Warner Losh
Author: imp Date: Sun Apr 3 20:29:14 2016 New Revision: 297528 URL: https://svnweb.freebsd.org/changeset/base/297528 Log: Make $_ match the docs. Modified: head/sbin/devd/devd.cc Modified: head/sbin/devd/devd.cc ==

Re: svn commit: r297527 - head/sys/cam/scsi

2016-04-03 Thread Pedro Giffuni
On 03/04/2016 11:38, Pedro F. Giffuni wrote: Author: pfg Date: Sun Apr 3 16:38:15 2016 New Revision: 297527 URL: https://svnweb.freebsd.org/changeset/base/297527 Log: chdone(): Prevent returning uninitialized scalar value. If there is an error different from ERESTART, there is some

Re: svn commit: r297525 - head/sys/compat/linux

2016-04-03 Thread Pedro Giffuni
On 03/04/2016 14:11, Bruce Evans wrote: On Sun, 3 Apr 2016, Pedro F. Giffuni wrote: Author: pfg Log: Fix indentation oops. Modified: head/sys/compat/linux/linux_misc.c Modified: head/sys/compat/linux/linux_misc.c

Re: svn commit: r297525 - head/sys/compat/linux

2016-04-03 Thread Bruce Evans
On Sun, 3 Apr 2016, Pedro F. Giffuni wrote: Author: pfg Log: Fix indentation oops. Modified: head/sys/compat/linux/linux_misc.c Modified: head/sys/compat/linux/linux_misc.c == --- head/sys/compat/linux/linux_misc.c

Re: svn commit: r297526 - head/sys/geom/sched

2016-04-03 Thread Bruce Evans
On Sun, 3 Apr 2016, Pedro Giffuni wrote: On 04/03/16 11:58, Kevin Lo wrote: On Sun, Apr 03, 2016 at 04:25:51PM +, Pedro F. Giffuni wrote: Log: g_sched_destroy(): prevent return of uninitialized scalar variable. For the !gsp case there some chance of returning an uninitialized ret

Re: svn commit: r297526 - head/sys/geom/sched

2016-04-03 Thread Pedro Giffuni
On 04/03/16 11:58, Kevin Lo wrote: On Sun, Apr 03, 2016 at 04:25:51PM +, Pedro F. Giffuni wrote: Author: pfg Date: Sun Apr 3 16:25:51 2016 New Revision: 297526 URL: https://svnweb.freebsd.org/changeset/base/297526 Log: g_sched_destroy(): prevent return of uninitialized scalar variabl

Re: svn commit: r297526 - head/sys/geom/sched

2016-04-03 Thread Kevin Lo
On Sun, Apr 03, 2016 at 04:25:51PM +, Pedro F. Giffuni wrote: > > Author: pfg > Date: Sun Apr 3 16:25:51 2016 > New Revision: 297526 > URL: https://svnweb.freebsd.org/changeset/base/297526 > > Log: > g_sched_destroy(): prevent return of uninitialized scalar variable. > > For the !gsp

svn commit: r297527 - head/sys/cam/scsi

2016-04-03 Thread Pedro F. Giffuni
Author: pfg Date: Sun Apr 3 16:38:15 2016 New Revision: 297527 URL: https://svnweb.freebsd.org/changeset/base/297527 Log: chdone(): Prevent returning uninitialized scalar value. If there is an error different from ERESTART, there is some chance that we may end up accessing an uninitializ

svn commit: r297526 - head/sys/geom/sched

2016-04-03 Thread Pedro F. Giffuni
Author: pfg Date: Sun Apr 3 16:25:51 2016 New Revision: 297526 URL: https://svnweb.freebsd.org/changeset/base/297526 Log: g_sched_destroy(): prevent return of uninitialized scalar variable. For the !gsp case there some chance of returning an uninitialized return value. Prevent that from

svn commit: r297525 - head/sys/compat/linux

2016-04-03 Thread Pedro F. Giffuni
Author: pfg Date: Sun Apr 3 14:40:54 2016 New Revision: 297525 URL: https://svnweb.freebsd.org/changeset/base/297525 Log: Fix indentation oops. Modified: head/sys/compat/linux/linux_misc.c Modified: head/sys/compat/linux/linux_misc.c =

svn commit: r297524 - in head/sys/dev: iwn wpi

2016-04-03 Thread Andriy Voskoboinyk
Author: avos Date: Sun Apr 3 14:38:26 2016 New Revision: 297524 URL: https://svnweb.freebsd.org/changeset/base/297524 Log: wpi, iwn: fix check in find_eeprom_channel() Return correct eeprom_chan structure pointer for 7, 8, 11 and 12 5Ghz channels. Modified: head/sys/dev/iwn/if_iwn.c

svn commit: r297522 - head/sys/dev/xen/blkfront

2016-04-03 Thread Alexander Motin
Author: mav Date: Sun Apr 3 11:18:20 2016 New Revision: 297522 URL: https://svnweb.freebsd.org/changeset/base/297522 Log: Pass through some new block device features. MFC after:1 month Modified: head/sys/dev/xen/blkfront/blkfront.c head/sys/dev/xen/blkfront/block.h Modified: head

svn commit: r297521 - head/cddl/contrib/opensolaris/lib/libzfs/common

2016-04-03 Thread Andriy Gapon
Author: avg Date: Sun Apr 3 07:42:13 2016 New Revision: 297521 URL: https://svnweb.freebsd.org/changeset/base/297521 Log: fix zfs set canmount=off on an unmounted filesystem Previously this operation tried to unmount and remount children. Also see https://www.illumos.org/issues/6428.

svn commit: r297520 - head/cddl/contrib/opensolaris/lib/libzfs/common

2016-04-03 Thread Andriy Gapon
Author: avg Date: Sun Apr 3 07:40:33 2016 New Revision: 297520 URL: https://svnweb.freebsd.org/changeset/base/297520 Log: zfs receive: -u can be ignored sometimes When force-receiving a filesystem that was already mounted the re-created filesystem is mounted despite -u flag. Also se