svn commit: r293802 - in stable/10/sys/boot: forth i386/loader userboot/userboot zfs

2016-01-12 Thread Allan Jude
Author: allanjude Date: Wed Jan 13 01:50:02 2016 New Revision: 293802 URL: https://svnweb.freebsd.org/changeset/base/293802 Log: MFC: r293001 Introduce the ZFS Boot Environments menu to the loader menu MFC: r293414 Add ZFS Boot Environments menu to userboot MFC: r293454 Onl

svn commit: r293800 - stable/10/include

2016-01-12 Thread Kevin Lo
Author: kevlo Date: Wed Jan 13 01:32:04 2016 New Revision: 293800 URL: https://svnweb.freebsd.org/changeset/base/293800 Log: MFC r293491: - Add the definition of CHARCLASS_NAME_MAX, as per POSIX.1-2001. - Avoid namespace pollution and move definitions of _POSIX2_CHARCLASS_NAME_MAX and _P

svn commit: r293788 - stable/10/sys/dev/bxe

2016-01-12 Thread David C Somayajulu
Author: davidcs Date: Tue Jan 12 23:16:27 2016 New Revision: 293788 URL: https://svnweb.freebsd.org/changeset/base/293788 Log: MFC r292639 Add support for firmware dump (a.k.a grcdump) Added: stable/10/sys/dev/bxe/bxe_dump.h - copied unchanged from r292639, head/sys/dev/bxe/bxe_dump.h

svn commit: r293787 - stable/10/sys/dev/bxe

2016-01-12 Thread David C Somayajulu
Author: davidcs Date: Tue Jan 12 22:58:46 2016 New Revision: 293787 URL: https://svnweb.freebsd.org/changeset/base/293787 Log: MFC r292638 Check for packet_length is greater than 60 bytes as well as packet_length is greater than len_on_bd, before invoking the routine to handle jumbo over

svn commit: r293786 - stable/10/sys/dev/bxe

2016-01-12 Thread David C Somayajulu
Author: davidcs Date: Tue Jan 12 22:52:45 2016 New Revision: 293786 URL: https://svnweb.freebsd.org/changeset/base/293786 Log: MFC r289199 Add support for reading device temperature Modified: stable/10/sys/dev/bxe/bxe.c Directory Properties: stable/10/ (props changed) Modified: stable/

svn commit: r293782 - in stable: 10/contrib/llvm/patches 10/contrib/llvm/tools/clang/tools/driver 10/usr.bin/clang/clang 9/contrib/llvm/patches 9/contrib/llvm/tools/clang/tools/driver 9/usr.bin/cla...

2016-01-12 Thread Dimitry Andric
Author: dim Date: Tue Jan 12 19:33:43 2016 New Revision: 293782 URL: https://svnweb.freebsd.org/changeset/base/293782 Log: MFC r292950: Drop the clang patch which adds recognition of 'CC' suffixes as aliases for --driver-mode=g++, since this was never upstreamed. For backwards compatib

svn commit: r293778 - stable/10/sys/modules/if_gif

2016-01-12 Thread Garrett Cooper
Author: ngie Date: Tue Jan 12 18:24:22 2016 New Revision: 293778 URL: https://svnweb.freebsd.org/changeset/base/293778 Log: Fix LINT-NOINET kernels - Generate opt_inet.h appropriately according to MK_INET_SUPPORT - Only add in_gif.c to SRCS if MK_INET_SUPPORT != no This is a surgical

svn commit: r293776 - stable/10/usr.sbin/fstyp

2016-01-12 Thread Allan Jude
Author: allanjude Date: Tue Jan 12 16:38:09 2016 New Revision: 293776 URL: https://svnweb.freebsd.org/changeset/base/293776 Log: MFC: r284589 Add the ability to detect ZFS and GELI encrypted file systems to fstyp(8) MFC: r284644 Fix GCC Warnings MFC: r284728 Only build ZFS

svn commit: r293759 - stable/10/sys/kern

2016-01-12 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jan 12 14:18:54 2016 New Revision: 293759 URL: https://svnweb.freebsd.org/changeset/base/293759 Log: Hide the "unmount of /dev failed (BUSY)" warning at shutdown or reboot, introduced with r293742, just like it was hidden before that commit. This is a direct commit

svn commit: r293747 - stable/10/sbin/init

2016-01-12 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jan 12 10:24:08 2016 New Revision: 293747 URL: https://svnweb.freebsd.org/changeset/base/293747 Log: MFC r290689: Fix resource leaks in error cases. Sponsored by: The FreeBSD Foundation Modified: stable/10/sbin/init/init.c Directory Properties: stable/10/

svn commit: r293744 - in stable/10/sbin: init reboot

2016-01-12 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jan 12 10:14:57 2016 New Revision: 293744 URL: https://svnweb.freebsd.org/changeset/base/293744 Log: MFC r290548: Userspace part of reroot support. This makes it possible to change the root filesystem without full reboot, using "reboot -r". This can be used to to

svn commit: r293743 - in stable/10: lib/libc/sys sys/kern sys/sys

2016-01-12 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jan 12 10:11:29 2016 New Revision: 293743 URL: https://svnweb.freebsd.org/changeset/base/293743 Log: MFC r287964: Kernel part of reroot support - a way to change rootfs without reboot. Note that the mountlist manipulations are somewhat fragile, and not very pr

svn commit: r293742 - in stable/10/sys: kern sys

2016-01-12 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jan 12 10:09:03 2016 New Revision: 293742 URL: https://svnweb.freebsd.org/changeset/base/293742 Log: MFC r287107: Make vfs_unmountall() unmount /dev after /, not before. The only reason this didn't result in an unclean shutdown is that devfs ignores MNT_FORCE fl

svn commit: r293741 - in stable/10/lib/libc: amd64/sys i386/sys

2016-01-12 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jan 12 09:58:00 2016 New Revision: 293741 URL: https://svnweb.freebsd.org/changeset/base/293741 Log: MFC r285240: Remove reboot.S (part of libc). It's not needed and was actually broken - returning 0 from reboot(2) resulted in SIGBUS. Sponsored by: The FreeBS

svn commit: r293738 - in stable/10: sbin/geom/class/nop sys/geom/nop

2016-01-12 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jan 12 09:27:01 2016 New Revision: 293738 URL: https://svnweb.freebsd.org/changeset/base/293738 Log: MFC r289110: Make geom_nop(4) collect statistics on all types of BIOs, not just reads and writes. PR: kern/198405 Submitted by: Matthew D. Fuller

svn commit: r293736 - stable/10/sys/ofed/include/linux

2016-01-12 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 12 09:00:19 2016 New Revision: 293736 URL: https://svnweb.freebsd.org/changeset/base/293736 Log: MFC r292989: Handle when filedescriptors are closed before initialized. An early fdclose() call can cause fget_unlocked() to fail. Modified: stable/10/sys/ofed/i

svn commit: r293735 - stable/10/sys/dev/usb/controller

2016-01-12 Thread Hans Petter Selasky
Author: hselasky Date: Tue Jan 12 08:49:40 2016 New Revision: 293735 URL: https://svnweb.freebsd.org/changeset/base/293735 Log: MFC r293192: Fix for directly connected FULL or LOW speed USB devices. Modified: stable/10/sys/dev/usb/controller/dwc_otg.c Directory Properties: stable/10/ (p