svn commit: r293821 - in head: etc/mtree tests/sys tests/sys/geom tests/sys/geom/class tests/sys/geom/class/concat tests/sys/geom/class/eli tests/sys/geom/class/gate tests/sys/geom/class/mirror tes...

2016-01-13 Thread Garrett Cooper
Author: ngie Date: Wed Jan 13 09:14:27 2016 New Revision: 293821 URL: https://svnweb.freebsd.org/changeset/base/293821 Log: Integrate tools/regression/geom_{concat,eli,gate,mirror,nop,raid3,shsec,stripe,uzip} in to the FreeBSD test suite as

Re: svn commit: r293792 - head/sys/boot/uboot/lib

2016-01-13 Thread Konstantin Belousov
On Wed, Jan 13, 2016 at 03:03:07PM +1100, Bruce Evans wrote: > Oops. It is only declared in outside of the kernel. > Only __uintfptr_t is always declared by sys/types.h. So what is the intended use of the uintfptr_t type ? Looking at the implementation only, I am unable to find a difference

svn commit: r293820 - in stable/10/sys/dev/hyperv: include vmbus

2016-01-13 Thread Xin LI
Author: delphij Date: Wed Jan 13 08:22:53 2016 New Revision: 293820 URL: https://svnweb.freebsd.org/changeset/base/293820 Log: MFC r292861: hyperv: vmbus: run non-blocking message handlers in vmbus_msg_swintr() We'll remove the per-channel control_work_queue because it can't properly

Re: svn commit: r293724 - in head/sys/boot: arm64/libarm64 common efi/boot1 efi/fdt efi/include efi/include/arm64 efi/libefi efi/loader efi/loader/arch/amd64 efi/loader/arch/arm efi/loader/arch/arm64

2016-01-13 Thread Bruce Evans
On Tue, 12 Jan 2016, Conrad Meyer wrote: On Tue, Jan 12, 2016 at 5:32 PM, Ian Lepore wrote: Yep, but then I had to do this because ef->off is 64 bits even on 32 bit arches, so I got a pointer/int size mismatch warning... Index: common/load_elf.c

Re: svn commit: r293719 - head/sys/dev/hyperv/netvsc

2016-01-13 Thread Bjoern A. Zeeb
On Tue, 12 Jan 2016, Sepherosa Ziehau wrote: Author: sephe Date: Tue Jan 12 01:30:51 2016 New Revision: 293719 URL: https://svnweb.freebsd.org/changeset/base/293719 Log: hyperv/hn: Implement LRO - Implement the LRO using tcp_lro APIs, and LRO is enabled by default. Which are only

svn commit: r293819 - head/sys/dev/sfxge/common

2016-01-13 Thread Andrew Rybchenko
Author: arybchik Date: Wed Jan 13 08:09:28 2016 New Revision: 293819 URL: https://svnweb.freebsd.org/changeset/base/293819 Log: sfxge: cleanup: fix return code types Submitted by: Richard Houldsworth Sponsored by: Solarflare Communications, Inc. MFC after: 2 days Modified:

Re: svn commit: r293719 - head/sys/dev/hyperv/netvsc

2016-01-13 Thread Sepherosa Ziehau
OH, sure, sorry about that, I will do it now. On Wed, Jan 13, 2016 at 6:49 PM, Bjoern A. Zeeb wrote: > On Tue, 12 Jan 2016, Sepherosa Ziehau wrote: > >> Author: sephe >> Date: Tue Jan 12 01:30:51 2016 >> New Revision: 293719 >> URL:

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

2016-01-13 Thread Slawa Olhovchenkov
On Tue, Jan 12, 2016 at 04:38:09PM +, Allan Jude wrote: > 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

svn commit: r293826 - head/sys/security/audit

2016-01-13 Thread Konstantin Belousov
Author: kib Date: Wed Jan 13 14:02:07 2016 New Revision: 293826 URL: https://svnweb.freebsd.org/changeset/base/293826 Log: Move the funsetown(9) call from audit_pipe_close() to cdevpriv destructor. As result, close method becomes trivial and removed. Final cdevsw close method might be

svn commit: r293827 - in head/sys: fs/devfs sys

2016-01-13 Thread Konstantin Belousov
Author: kib Date: Wed Jan 13 14:03:06 2016 New Revision: 293827 URL: https://svnweb.freebsd.org/changeset/base/293827 Log: Make devfs_fpdrop() static. It was not a public KPI, and it has no reason to remain exported for some time. Sponsored by: The FreeBSD Foundation MFC after:1

Re: svn commit: r293719 - head/sys/dev/hyperv/netvsc

2016-01-13 Thread Sepherosa Ziehau
The breakage is all my fault. Patch is attached. Wait for mentors approval. Thanks, sephe On Wed, Jan 13, 2016 at 6:49 PM, Bjoern A. Zeeb wrote: > On Tue, 12 Jan 2016, Sepherosa Ziehau wrote: > >> Author: sephe >> Date: Tue Jan 12 01:30:51 2016 >> New Revision: 293719 >>

svn commit: r293825 - head/sys/dev/pty

2016-01-13 Thread Konstantin Belousov
Author: kib Date: Wed Jan 13 12:01:28 2016 New Revision: 293825 URL: https://svnweb.freebsd.org/changeset/base/293825 Log: Switch legacy pty clone handler to use make_dev_s(9). Add MAKEDEV_CHECKNAME flag to the call, this is required to not panic on race between the clone and destructing

Re: svn commit: r293792 - head/sys/boot/uboot/lib

2016-01-13 Thread Bruce Evans
On Wed, 13 Jan 2016, Konstantin Belousov wrote: On Wed, Jan 13, 2016 at 03:03:07PM +1100, Bruce Evans wrote: Oops. It is only declared in outside of the kernel. Only __uintfptr_t is always declared by sys/types.h. So what is the intended use of the uintfptr_t type ? Looking at the

svn commit: r293846 - in vendor/lld/dist: . COFF ELF lib/Config lib/Core lib/Driver lib/ReaderWriter lib/ReaderWriter/ELF lib/ReaderWriter/ELF/AArch64 lib/ReaderWriter/ELF/AMDGPU lib/ReaderWriter/E...

2016-01-13 Thread Dimitry Andric
Author: dim Date: Wed Jan 13 20:06:04 2016 New Revision: 293846 URL: https://svnweb.freebsd.org/changeset/base/293846 Log: Vendor import of lld trunk r257626: https://llvm.org/svn/llvm-project/lld/trunk@257626 Added: vendor/lld/dist/test/ELF/Inputs/aarch64-condb-reloc.s (contents, props

svn commit: r293847 - vendor/lld/lld-trunk-r257626

2016-01-13 Thread Dimitry Andric
Author: dim Date: Wed Jan 13 20:06:33 2016 New Revision: 293847 URL: https://svnweb.freebsd.org/changeset/base/293847 Log: Tag lld trunk r257626. Added: vendor/lld/lld-trunk-r257626/ - copied from r293846, vendor/lld/dist/ ___

svn commit: r293835 - head/sys/boot/common

2016-01-13 Thread Steven Hartland
Author: smh Date: Wed Jan 13 18:33:12 2016 New Revision: 293835 URL: https://svnweb.freebsd.org/changeset/base/293835 Log: Improve non-interactive forth cmd error reporting Non-interactive forth command errors where silent even for critical issues e.g. failing to load a required kernel

svn commit: r293849 - vendor/lldb/lldb-trunk-r257626

2016-01-13 Thread Dimitry Andric
Author: dim Date: Wed Jan 13 20:07:28 2016 New Revision: 293849 URL: https://svnweb.freebsd.org/changeset/base/293849 Log: Tag lldb trunk r257626. Added: vendor/lldb/lldb-trunk-r257626/ - copied from r293848, vendor/lldb/dist/ ___

svn commit: r293848 - in vendor/lldb/dist: include/lldb/Core include/lldb/Interpreter include/lldb/Symbol include/lldb/Target packages/Python/lldbsuite/test packages/Python/lldbsuite/test/api/multi...

2016-01-13 Thread Dimitry Andric
Author: dim Date: Wed Jan 13 20:06:56 2016 New Revision: 293848 URL: https://svnweb.freebsd.org/changeset/base/293848 Log: Vendor import of lldb trunk r257626: https://llvm.org/svn/llvm-project/lldb/trunk@257626 Added: vendor/lldb/dist/include/lldb/Core/LoadedModuleInfoList.h (contents,

svn commit: r293851 - head/sys/dev/drm2

2016-01-13 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Wed Jan 13 20:35:02 2016 New Revision: 293851 URL: https://svnweb.freebsd.org/changeset/base/293851 Log: drm: Revert the part of r288653 about M_WAITOK vs M_NOWAIT Using M_NOWAIT could lead to transient failures with ioctls. Suggested by: kib Modified:

svn commit: r293836 - head/sys/amd64/amd64

2016-01-13 Thread Jung-uk Kim
Author: jkim Date: Wed Jan 13 19:19:50 2016 New Revision: 293836 URL: https://svnweb.freebsd.org/changeset/base/293836 Log: Remove dead code when the target processor has POPCNT instruction. Modified: head/sys/amd64/amd64/pmap.c Modified: head/sys/amd64/amd64/pmap.c

svn commit: r293842 - in vendor/compiler-rt/dist: cmake cmake/Modules include/sanitizer lib/asan lib/builtins lib/cfi lib/profile lib/sanitizer_common lib/tsan/rtl test/cfi test/msan test/profile t...

2016-01-13 Thread Dimitry Andric
Author: dim Date: Wed Jan 13 20:02:03 2016 New Revision: 293842 URL: https://svnweb.freebsd.org/changeset/base/293842 Log: Vendor import of compiler-rt trunk r257626: https://llvm.org/svn/llvm-project/compiler-rt/trunk@257626 Added: vendor/compiler-rt/dist/test/profile/Linux/

svn commit: r293841 - vendor/clang/clang-trunk-r257626

2016-01-13 Thread Dimitry Andric
Author: dim Date: Wed Jan 13 20:01:42 2016 New Revision: 293841 URL: https://svnweb.freebsd.org/changeset/base/293841 Log: Tag clang trunk r257626. Added: vendor/clang/clang-trunk-r257626/ - copied from r293840, vendor/clang/dist/ ___

svn commit: r293845 - vendor/libc++/r257626

2016-01-13 Thread Dimitry Andric
Author: dim Date: Wed Jan 13 20:05:34 2016 New Revision: 293845 URL: https://svnweb.freebsd.org/changeset/base/293845 Log: Tag libc++ trunk r257626. Added: vendor/libc++/r257626/ - copied from r293844, vendor/libc++/dist/ ___

svn commit: r293844 - in vendor/libc++/dist: include test/std/containers/sequences/vector.bool test/std/containers/unord/unord.map test/std/containers/unord/unord.map/unord.map.cnstr test/std/conta...

2016-01-13 Thread Dimitry Andric
Author: dim Date: Wed Jan 13 20:04:50 2016 New Revision: 293844 URL: https://svnweb.freebsd.org/changeset/base/293844 Log: Vendor import of libc++ trunk r257626: https://llvm.org/svn/llvm-project/libcxx/trunk@257626 Modified: vendor/libc++/dist/include/__config

svn commit: r293837 - head/sys/dev/drm2/i915

2016-01-13 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Wed Jan 13 19:52:25 2016 New Revision: 293837 URL: https://svnweb.freebsd.org/changeset/base/293837 Log: drm/i915: Further reduce the diff with Linux 3.8 There is no functional change. The goal is to ease the future update to Linux 3.8's i915 driver. Modified:

svn commit: r293840 - in vendor/clang/dist: include/clang/AST include/clang/ASTMatchers include/clang/Basic include/clang/CodeGen include/clang/Driver include/clang/Lex include/clang/Parse include/...

2016-01-13 Thread Dimitry Andric
Author: dim Date: Wed Jan 13 20:00:46 2016 New Revision: 293840 URL: https://svnweb.freebsd.org/changeset/base/293840 Log: Vendor import of clang trunk r257626: https://llvm.org/svn/llvm-project/cfe/trunk@257626 Added: vendor/clang/dist/test/Analysis/inlining/analysis-order.c (contents,

svn commit: r293838 - in vendor/llvm/dist: cmake/modules docs docs/CommandGuide examples/Kaleidoscope/Orc/fully_lazy include/llvm include/llvm/ADT include/llvm/Analysis include/llvm/CodeGen include...

2016-01-13 Thread Dimitry Andric
Author: dim Date: Wed Jan 13 19:58:01 2016 New Revision: 293838 URL: https://svnweb.freebsd.org/changeset/base/293838 Log: Vendor import of llvm trunk r257626: https://llvm.org/svn/llvm-project/llvm/trunk@257626 Added: vendor/llvm/dist/include/llvm/ADT/PointerEmbeddedInt.h (contents,

svn commit: r293839 - vendor/llvm/llvm-trunk-r257626

2016-01-13 Thread Dimitry Andric
Author: dim Date: Wed Jan 13 19:58:38 2016 New Revision: 293839 URL: https://svnweb.freebsd.org/changeset/base/293839 Log: Tag llvm trunk r257626. Added: vendor/llvm/llvm-trunk-r257626/ - copied from r293838, vendor/llvm/dist/ ___

svn commit: r293843 - vendor/compiler-rt/compiler-rt-trunk-r257626

2016-01-13 Thread Dimitry Andric
Author: dim Date: Wed Jan 13 20:02:52 2016 New Revision: 293843 URL: https://svnweb.freebsd.org/changeset/base/293843 Log: Tag compiler-rt trunk r257626. Added: vendor/compiler-rt/compiler-rt-trunk-r257626/ - copied from r293842, vendor/compiler-rt/dist/

Re: svn commit: r293877 - head/sys/modules/hyperv/vmbus

2016-01-13 Thread Garrett Cooper
> On Jan 13, 2016, at 21:19, Sepherosa Ziehau wrote: > > Thanks, I was about to commit the same fix. I think i386 hyperv > should be dropped, since it is not supported. Probably. I ran into this issue on amd64 though :/.. ___

svn commit: r293853 - in stable/10/sys: kern sparc64/include sparc64/sparc64

2016-01-13 Thread Marius Strobl
Author: marius Date: Wed Jan 13 21:38:52 2016 New Revision: 293853 URL: https://svnweb.freebsd.org/changeset/base/293853 Log: MFC: r292943, r292960 - (Ab)use udivx for dividing the u_int pc_cpuid when implementing CPU_ISSET(), CPU_SET() etc. in sparc64 asm. This approach has the

Re: svn commit: r293852 - head/usr.sbin/kldxref

2016-01-13 Thread Bryan Drewery
On 1/13/16 1:36 PM, NGie Cooper wrote: > On Wed, Jan 13, 2016 at 1:34 PM, Andrew Turner wrote: >> Author: andrew >> Date: Wed Jan 13 21:34:15 2016 >> New Revision: 293852 >> URL: https://svnweb.freebsd.org/changeset/base/293852 > > ... > >> switch(rtype) { >> -

svn commit: r293854 - head/sys/dev/e1000

2016-01-13 Thread Marius Strobl
Author: marius Date: Wed Jan 13 21:47:27 2016 New Revision: 293854 URL: https://svnweb.freebsd.org/changeset/base/293854 Log: Given that em(4), lem(4) and igb(4) hardware doesn't require the alignment guarantees provided by m_defrag(9), use m_collapse(9) instead for performance reasons.

Re: svn commit: r293783 - head/lib/libc/sys

2016-01-13 Thread Jilles Tjoelker
On Wed, Jan 13, 2016 at 08:58:12AM -0800, John Baldwin wrote: > On Tuesday, January 12, 2016 08:53:57 PM Jilles Tjoelker wrote: > > Author: jilles > > Date: Tue Jan 12 20:53:57 2016 > > New Revision: 293783 > > URL: https://svnweb.freebsd.org/changeset/base/293783 > > Log: > > Update

Re: svn commit: r293877 - head/sys/modules/hyperv/vmbus

2016-01-13 Thread Sepherosa Ziehau
Thanks, I was about to commit the same fix. I think i386 hyperv should be dropped, since it is not supported. On Thu, Jan 14, 2016 at 1:02 PM, Garrett Cooper wrote: > Author: ngie > Date: Thu Jan 14 05:02:33 2016 > New Revision: 293877 > URL:

Re: svn commit: r293877 - head/sys/modules/hyperv/vmbus

2016-01-13 Thread Sepherosa Ziehau
Hmm, strange, I did build the amd64 before I commit the patch... On Thu, Jan 14, 2016 at 1:31 PM, Garrett Cooper wrote: > >> On Jan 13, 2016, at 21:19, Sepherosa Ziehau wrote: >> >> Thanks, I was about to commit the same fix. I think i386 hyperv >>

Re: svn commit: r293877 - head/sys/modules/hyperv/vmbus

2016-01-13 Thread Sepherosa Ziehau
Ah, OK, I see, thanks :) On Thu, Jan 14, 2016 at 2:08 PM, NGie Cooper wrote: > >> On Jan 13, 2016, at 21:34, Sepherosa Ziehau wrote: >> >> Hmm, strange, I did build the amd64 before I commit the patch... > > Here’s how I reproed it (for future

svn commit: r293879 - head/lib/libc/stdlib

2016-01-13 Thread Ed Schouten
Author: ed Date: Thu Jan 14 07:27:42 2016 New Revision: 293879 URL: https://svnweb.freebsd.org/changeset/base/293879 Log: Remove an unneeded assignment of the return value. tdelete() is supposed to return the address of the parent node that has been deleted. We already keep track of this

svn commit: r293878 - head/tests/sys/geom/class/gate

2016-01-13 Thread Garrett Cooper
Author: ngie Date: Thu Jan 14 07:27:14 2016 New Revision: 293878 URL: https://svnweb.freebsd.org/changeset/base/293878 Log: Remove unnecessary kldload logic added to geom_subr.sh in r293028 MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r293880 - head/tests/sys/geom/class/gate

2016-01-13 Thread Garrett Cooper
Author: ngie Date: Thu Jan 14 07:39:05 2016 New Revision: 293880 URL: https://svnweb.freebsd.org/changeset/base/293880 Log: PID file support hasn't been committed for ggated(8) yet. Unbreak running the testcase more than once by restoring the "killall ggated" MFC after: 15 days

Re: svn commit: r293877 - head/sys/modules/hyperv/vmbus

2016-01-13 Thread NGie Cooper
> On Jan 13, 2016, at 21:34, Sepherosa Ziehau wrote: > > Hmm, strange, I did build the amd64 before I commit the patch... Here’s how I reproed it (for future reference). Cheers! -NGie $ svn info | grep 'Relative URL' Relative URL: ^/head $ svn up -r 293876 Updating '.': U

Re: svn commit: r293852 - head/usr.sbin/kldxref

2016-01-13 Thread NGie Cooper
On Wed, Jan 13, 2016 at 1:41 PM, Andrew Turner wrote: > On Wed, 13 Jan 2016 13:36:02 -0800 > NGie Cooper wrote: ... > How? I changed ef_aarch64.c. It was copied from ef_powerpc.c with > modifications which you are looking at. Sorry. Didn't realize

svn commit: r293860 - head/usr.sbin/bsdinstall/scripts

2016-01-13 Thread Eric van Gyzen
Author: vangyzen Date: Thu Jan 14 00:31:00 2016 New Revision: 293860 URL: https://svnweb.freebsd.org/changeset/base/293860 Log: bsdinstall: Suggest the GPT+Active workaround on Dell T5810 The Dell Precision Tower 5810 fails to boot from GPT in Legacy/BIOS mode without the Active flag in

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

2016-01-13 Thread Eric van Gyzen
Author: vangyzen Date: Wed Jan 13 22:34:55 2016 New Revision: 293858 URL: https://svnweb.freebsd.org/changeset/base/293858 Log: libthr: const-ify two variables Make the default umutex and urwlock initializers const, because they can be, and as a microoptimization. MFC after:5

svn commit: r293861 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2016-01-13 Thread Mark Johnston
Author: markj Date: Thu Jan 14 00:34:37 2016 New Revision: 293861 URL: https://svnweb.freebsd.org/changeset/base/293861 Log: Remove a dead local variable, missed in r274565. MFC after:3 days Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r293852 - head/usr.sbin/kldxref

2016-01-13 Thread Andrew Turner
Author: andrew Date: Wed Jan 13 21:34:15 2016 New Revision: 293852 URL: https://svnweb.freebsd.org/changeset/base/293852 Log: Add support for relocating AArch64 modules to kldxref. This fixes an error message where it fails to read the module as the unrelocated addresses are zero.

svn commit: r293856 - head/lib/libc/string

2016-01-13 Thread Brooks Davis
Author: brooks Date: Wed Jan 13 21:50:08 2016 New Revision: 293856 URL: https://svnweb.freebsd.org/changeset/base/293856 Log: Avoid reading pass the end of the source buffer when it is not NUL terminated. If this buffer is adjacent to an unmapped page or a version of C with bounds

Re: svn commit: r286234 - head/sys/boot/common

2016-01-13 Thread Oliver Pinter
On Wednesday, January 13, 2016, Edward Tomasz Napierala wrote: > On 0107T2033, Oliver Pinter wrote: > > On Mon, Aug 3, 2015 at 6:27 PM, Edward Tomasz Napierala > > > wrote: > > > Author: trasz > > > Date: Mon Aug 3 16:27:36 2015 > > > New

svn commit: r293859 - stable/10/release

2016-01-13 Thread Glen Barber
Author: gjb Date: Thu Jan 14 00:26:31 2016 New Revision: 293859 URL: https://svnweb.freebsd.org/changeset/base/293859 Log: MFC 293452: Set FORCE_PKG_REGISTER=1 when installing packages to avoid failures when re-using build chroot(8) environments. PR: 205998 Sponsored

Re: svn commit: r293852 - head/usr.sbin/kldxref

2016-01-13 Thread NGie Cooper
On Wed, Jan 13, 2016 at 1:34 PM, Andrew Turner wrote: > Author: andrew > Date: Wed Jan 13 21:34:15 2016 > New Revision: 293852 > URL: https://svnweb.freebsd.org/changeset/base/293852 ... > switch(rtype) { > - case R_PPC_RELATIVE: /* word32 B + A */ > +

svn commit: r293857 - stable/10/sys/dev/drm2/i915

2016-01-13 Thread Jean-Sébastien Pédron
Author: dumbbell Date: Wed Jan 13 21:56:48 2016 New Revision: 293857 URL: https://svnweb.freebsd.org/changeset/base/293857 Log: drm/i915: Remove "Attempting to unbind pinned buffer" message This error message is removed in later versions of Linux and currently, it spams users. PR:

Re: svn commit: r286234 - head/sys/boot/common

2016-01-13 Thread Edward Tomasz Napierala
On 0107T2033, Oliver Pinter wrote: > On Mon, Aug 3, 2015 at 6:27 PM, Edward Tomasz Napierala > wrote: > > Author: trasz > > Date: Mon Aug 3 16:27:36 2015 > > New Revision: 286234 > > URL: https://svnweb.freebsd.org/changeset/base/286234 > > > > Log: > > Fix a problem which

Re: svn commit: r293852 - head/usr.sbin/kldxref

2016-01-13 Thread Andrew Turner
On Wed, 13 Jan 2016 13:36:02 -0800 NGie Cooper wrote: > On Wed, Jan 13, 2016 at 1:34 PM, Andrew Turner > wrote: > > Author: andrew > > Date: Wed Jan 13 21:34:15 2016 > > New Revision: 293852 > > URL: https://svnweb.freebsd.org/changeset/base/293852 >

svn commit: r293855 - head/lib/libc/string

2016-01-13 Thread Brooks Davis
Author: brooks Date: Wed Jan 13 21:49:01 2016 New Revision: 293855 URL: https://svnweb.freebsd.org/changeset/base/293855 Log: Avoid reading pass the end of the source buffer when it is not NUL terminated. If this buffer is adjacent to an unmapped page or a version of C with bounds

svn commit: r293865 - stable/10/usr.sbin/sesutil

2016-01-13 Thread Allan Jude
Author: allanjude Date: Thu Jan 14 01:42:09 2016 New Revision: 293865 URL: https://svnweb.freebsd.org/changeset/base/293865 Log: MFC: r287473 Add the new sesutil(8) utility for managing SCSI Enclosure Services (SES) device. MFC: r287493 Fix iteration bug MFC: r287485,

svn commit: r293867 - stable/9/sys/fs/ext2fs

2016-01-13 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jan 14 01:51:18 2016 New Revision: 293867 URL: https://svnweb.freebsd.org/changeset/base/293867 Log: MFC r293683: ext4: mount panic from freeing invalid pointers Initialize the struct with those fields to zeroes on allocation, preventing the panic. Patch

svn commit: r293875 - head/sys/dev/hyperv/netvsc

2016-01-13 Thread Sepherosa Ziehau
Author: sephe Date: Thu Jan 14 03:16:29 2016 New Revision: 293875 URL: https://svnweb.freebsd.org/changeset/base/293875 Log: hyperv: set receive buffer size according to NVSP protocol version If the NVSP protocol version is not greater than NVSP_PROTOCOL_VERSION_2, then the recv buffer

svn commit: r293869 - head/sys/dev/hyperv/netvsc

2016-01-13 Thread Sepherosa Ziehau
Author: sephe Date: Thu Jan 14 02:32:50 2016 New Revision: 293869 URL: https://svnweb.freebsd.org/changeset/base/293869 Log: hyperv/hn: Unbreak LINT-NOIP Reported by: bz Approved by: adrain (mentor) Sponsored by: Microsoft OSTC Modified:

svn commit: r293872 - head/sys/dev/gpio

2016-01-13 Thread Adrian Chadd
Author: adrian Date: Thu Jan 14 02:58:28 2016 New Revision: 293872 URL: https://svnweb.freebsd.org/changeset/base/293872 Log: [gpiobus] handle the case of there being a single GPIO pin available. PR: kern/206035 Submitted by: Stanislav Galabov Modified:

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

2016-01-13 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jan 14 01:50:06 2016 New Revision: 293866 URL: https://svnweb.freebsd.org/changeset/base/293866 Log: MFC r293683: ext4: mount panic from freeing invalid pointers Initialize the struct with those fields to zeroes on allocation, preventing the panic. Patch

svn commit: r293871 - head/sys/dev/hyperv/include

2016-01-13 Thread Sepherosa Ziehau
Author: sephe Date: Thu Jan 14 02:55:28 2016 New Revision: 293871 URL: https://svnweb.freebsd.org/changeset/base/293871 Log: hyperv: remove unused vmbus definitions We don't need them at all. Submitted by: Dexuan Cui Sponsored by: Microsoft OSTC Reviewed by:

svn commit: r293873 - in head/sys: conf dev/hyperv/vmbus modules/hyperv/vmbus

2016-01-13 Thread Sepherosa Ziehau
Author: sephe Date: Thu Jan 14 03:05:10 2016 New Revision: 293873 URL: https://svnweb.freebsd.org/changeset/base/293873 Log: hyperv: implement an event timer Submitted by: Howard Su Reviewed by: delphij, royger, adrian Approved by: adrian

svn commit: r293874 - head/sys/dev/hyperv/vmbus

2016-01-13 Thread Sepherosa Ziehau
Author: sephe Date: Thu Jan 14 03:11:35 2016 New Revision: 293874 URL: https://svnweb.freebsd.org/changeset/base/293874 Log: hyperv: add interrupt counters Submitted by: Howard Su Reviewed by: royger, Dexuan Cui , adrian Approved by: adrian (mentor)

svn commit: r293876 - stable/10/usr.sbin/sesutil

2016-01-13 Thread Allan Jude
Author: allanjude Date: Thu Jan 14 04:25:29 2016 New Revision: 293876 URL: https://svnweb.freebsd.org/changeset/base/293876 Log: Convert usr.sbin/sesutil to LPADD/DPADD for stable/10 Direct commit to stable/10 Pointy Hat To: allanjude Modified: stable/10/usr.sbin/sesutil/Makefile

svn commit: r293862 - head/share/examples/pf

2016-01-13 Thread Kevin Lo
Author: kevlo Date: Thu Jan 14 01:32:17 2016 New Revision: 293862 URL: https://svnweb.freebsd.org/changeset/base/293862 Log: Suggest setting gateway_enable="YES" instead of sysctl net.inet.ip.forwarding=1 to enable packet forwarding. Reviewed by: glebius Modified:

svn commit: r293863 - head/lib/libc/sys

2016-01-13 Thread Kevin Lo
Author: kevlo Date: Thu Jan 14 01:33:16 2016 New Revision: 293863 URL: https://svnweb.freebsd.org/changeset/base/293863 Log: - Add the 'restrict' type qualifier to match function prototype. - Remove sys/types.h. Modified: head/lib/libc/sys/stat.2 Modified: head/lib/libc/sys/stat.2

svn commit: r293870 - in head/sys: dev/hyperv/vmbus x86/x86

2016-01-13 Thread Sepherosa Ziehau
Author: sephe Date: Thu Jan 14 02:50:13 2016 New Revision: 293870 URL: https://svnweb.freebsd.org/changeset/base/293870 Log: hyperv: use x86 generic code to do the hypervisor detection This is first step to move the generic part of HV code into kernel instead of module, so that it is

svn commit: r293864 - head/usr.bin/numactl

2016-01-13 Thread Eric van Gyzen
Author: vangyzen Date: Thu Jan 14 01:34:41 2016 New Revision: 293864 URL: https://svnweb.freebsd.org/changeset/base/293864 Log: numactl: fix CPU affinity when modifying an existing process or thread numactl was only modifying its own CPU affinity, which is fine when creating a new

svn commit: r293868 - head/lib/libdpv

2016-01-13 Thread Devin Teske
Author: dteske Date: Thu Jan 14 01:59:20 2016 New Revision: 293868 URL: https://svnweb.freebsd.org/changeset/base/293868 Log: Default to en_US.ISO8859-1 if no locale MFC after:3 days X-MFC-to: stable/10 Modified: head/lib/libdpv/dpv.c head/lib/libdpv/dpv.h Modified:

svn commit: r293877 - head/sys/modules/hyperv/vmbus

2016-01-13 Thread Garrett Cooper
Author: ngie Date: Thu Jan 14 05:02:33 2016 New Revision: 293877 URL: https://svnweb.freebsd.org/changeset/base/293877 Log: Unbreak `make depend` with sys/modules/hyperv/vmbus after r293870 Pointyhat to: sephe Modified: head/sys/modules/hyperv/vmbus/Makefile Modified:

svn commit: r293832 - in head: lib/csu/aarch64 libexec/rtld-elf/aarch64

2016-01-13 Thread Andrew Turner
Author: andrew Date: Wed Jan 13 15:54:17 2016 New Revision: 293832 URL: https://svnweb.freebsd.org/changeset/base/293832 Log: Remove the compat code to handle the kernel passing us an unalinged stackpointer. Userland expects the kernel to pass it an aligned sp and pass a pointer to the

svn commit: r293830 - head/sys/arm/arm

2016-01-13 Thread Ian Lepore
Author: ian Date: Wed Jan 13 14:39:39 2016 New Revision: 293830 URL: https://svnweb.freebsd.org/changeset/base/293830 Log: Fix the spelling of fueword* to eliminate compile warnings about mismatched begin/end symbols when the warning level is turned up. Submitted by: Steve Kiernan

svn commit: r293831 - head/release/amd64

2016-01-13 Thread Steven Hartland
Author: smh Date: Wed Jan 13 14:47:13 2016 New Revision: 293831 URL: https://svnweb.freebsd.org/changeset/base/293831 Log: Increase efiboot.img size used in ISO creation Due to recent and upcoming changes to add additional functionality to the EFI loader its now bigger than the space

svn commit: r293828 - head/sys/netinet

2016-01-13 Thread Michael Tuexen
Author: tuexen Date: Wed Jan 13 14:28:12 2016 New Revision: 293828 URL: https://svnweb.freebsd.org/changeset/base/293828 Log: Store the timer type for logging, because the timer can be freed during processing the timerout. MFC after:3 days Modified: head/sys/netinet/sctputil.c

svn commit: r293829 - head/sys/net

2016-01-13 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Jan 13 14:32:48 2016 New Revision: 293829 URL: https://svnweb.freebsd.org/changeset/base/293829 Log: Remove RTF_RNH_LOCKED support from rtalloc1_fib(). Last caller using it was eliminated in r293471. Sponsored by: Yandex LLC Modified: head/sys/net/route.c

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

2016-01-13 Thread Matthew Ahrens
On Wed, Jan 13, 2016 at 8:32 AM, Warner Losh wrote: > > > On Jan 13, 2016, at 9:26 AM, Allan Jude wrote: > > > > On 2016-01-13 08:18, Slawa Olhovchenkov wrote: > >> On Tue, Jan 12, 2016 at 04:38:09PM +, Allan Jude wrote: > >> > >>> Author: allanjude >

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

2016-01-13 Thread Allan Jude
On 2016-01-13 08:18, Slawa Olhovchenkov wrote: > On Tue, Jan 12, 2016 at 04:38:09PM +, Allan Jude wrote: > >> 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

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

2016-01-13 Thread Slawa Olhovchenkov
On Wed, Jan 13, 2016 at 08:35:14AM -0800, Matthew Ahrens wrote: > On Wed, Jan 13, 2016 at 8:32 AM, Warner Losh wrote: > > > > > > On Jan 13, 2016, at 9:26 AM, Allan Jude wrote: > > > > > > On 2016-01-13 08:18, Slawa Olhovchenkov wrote: > > >> On Tue, Jan

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

2016-01-13 Thread Warner Losh
> On Jan 13, 2016, at 9:26 AM, Allan Jude wrote: > > On 2016-01-13 08:18, Slawa Olhovchenkov wrote: >> On Tue, Jan 12, 2016 at 04:38:09PM +, Allan Jude wrote: >> >>> Author: allanjude >>> Date: Tue Jan 12 16:38:09 2016 >>> New Revision: 293776 >>> URL:

Re: svn commit: r293783 - head/lib/libc/sys

2016-01-13 Thread John Baldwin
On Tuesday, January 12, 2016 08:53:57 PM Jilles Tjoelker wrote: > Author: jilles > Date: Tue Jan 12 20:53:57 2016 > New Revision: 293783 > URL: https://svnweb.freebsd.org/changeset/base/293783 > > Log: > Update futimens/utimensat for MFC to stable/10: > > * Fix __FreeBSD_version check. >

svn commit: r293833 - in head/usr.sbin/rpcbind: . tests

2016-01-13 Thread Alan Somers
Author: asomers Date: Wed Jan 13 17:33:50 2016 New Revision: 293833 URL: https://svnweb.freebsd.org/changeset/base/293833 Log: Fix Coverity warnings regarding r293229 rpcbind/check_bound.c Fix CID1347798, a memory leak in mergeaddr. rpcbind/tests/addrmerge_test.c Fix

svn commit: r293834 - head/usr.sbin/pkg

2016-01-13 Thread Baptiste Daroussin
Author: bapt Date: Wed Jan 13 17:59:12 2016 New Revision: 293834 URL: https://svnweb.freebsd.org/changeset/base/293834 Log: Remove some unneeded headers Modified: head/usr.sbin/pkg/config.c Modified: head/usr.sbin/pkg/config.c