svn commit: r284791 - stable/8

2015-06-24 Thread Gregory Neil Shapiro
sun4v support still needs work to become production ready. +20150624: + An additional fix for the issue described in the 20150615 sendmail + entry below has been been committed in revision 284790. + 20150615: The latest version of openssl rejects TLS handshakes with DH

svn commit: r284790 - stable/8/contrib/sendmail/src

2015-06-24 Thread Gregory Neil Shapiro
Author: gshapiro Date: Thu Jun 25 01:56:36 2015 New Revision: 284790 URL: https://svnweb.freebsd.org/changeset/base/284790 Log: MFC: An additional fix for the openssl Weak DH remediation: The import of openssl to address the FreeBSD-SA-15:10.openssl security advisory includes a

svn commit: r284789 - stable/9

2015-06-24 Thread Gregory Neil Shapiro
that file before running portupgrade. +20150624: + An additional fix for the issue described in the 20150615 sendmail + entry below has been been committed in revision 284788. + 20150615: The latest version of openssl rejects TLS handshakes with DH parameters below 768

svn commit: r284788 - stable/9/contrib/sendmail/src

2015-06-24 Thread Gregory Neil Shapiro
Author: gshapiro Date: Thu Jun 25 01:53:45 2015 New Revision: 284788 URL: https://svnweb.freebsd.org/changeset/base/284788 Log: MFC: An additional fix for the openssl Weak DH remediation: The import of openssl to address the FreeBSD-SA-15:10.openssl security advisory includes a

svn commit: r284787 - stable/10

2015-06-24 Thread Gregory Neil Shapiro
process from older version of current is a bit fragile. +20150624: + An additional fix for the issue described in the 20150614 sendmail + entry below has been been committed in revision 284786. + 20150615: The fix for the issue described in the 20150614 sendmail entry

svn commit: r284786 - stable/10/contrib/sendmail/src

2015-06-24 Thread Gregory Neil Shapiro
Author: gshapiro Date: Thu Jun 25 01:49:44 2015 New Revision: 284786 URL: https://svnweb.freebsd.org/changeset/base/284786 Log: MFC: An additional fix for the openssl Weak DH remediation: The import of openssl to address the FreeBSD-SA-15:10.openssl security advisory includes a

svn commit: r284785 - head

2015-06-24 Thread Gregory Neil Shapiro
Author: gshapiro Date: Thu Jun 25 01:42:59 2015 New Revision: 284785 URL: https://svnweb.freebsd.org/changeset/base/284785 Log: Add a note on the second sendmail fix for WeakDH interoperability. Modified: head/UPDATING Modified: head/UPDATING =

svn commit: r284784 - head/sys/sys

2015-06-24 Thread Mateusz Guzik
Author: mjg Date: Thu Jun 25 01:24:36 2015 New Revision: 284784 URL: https://svnweb.freebsd.org/changeset/base/284784 Log: rlimit: fix a an old name in a comment: uihashtbl_mtx -> uihashtbl_lock Modified: head/sys/sys/resourcevar.h Modified: head/sys/sys/resourcevar.h ===

svn commit: r284783 - head/sys/kern

2015-06-24 Thread Mateusz Guzik
Author: mjg Date: Thu Jun 25 00:15:37 2015 New Revision: 284783 URL: https://svnweb.freebsd.org/changeset/base/284783 Log: rlimit: deduplicate code in chg* functions Modified: head/sys/kern/kern_resource.c Modified: head/sys/kern/kern_resource.c ==

Re: svn commit: r284746 - in head/sys/dev/hyperv: include netvsc

2015-06-24 Thread Bjoern A. Zeeb
> On 24 Jun 2015, at 06:01 , Wei Hu wrote: > > Author: whu > Date: Wed Jun 24 06:01:29 2015 > New Revision: 284746 > URL: https://svnweb.freebsd.org/changeset/base/284746 > > Log: > TSO and checksum offloading support for Netvsc driver on Hyper-V. > > Submitted by:whu > Reviewed by:

svn commit: r284781 - in stable/9: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/python contrib/file/src contrib/file/tests lib/libmagic

2015-06-24 Thread Xin LI
Author: delphij Date: Wed Jun 24 23:04:07 2015 New Revision: 284781 URL: https://svnweb.freebsd.org/changeset/base/284781 Log: MFC r284237,r284277: file 5.23. Added: stable/9/contrib/file/magic/Magdir/cbor - copied unchanged from r284237, head/contrib/file/magic/Magdir/cbor stable

svn commit: r284782 - in stable/8: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/python contrib/file/src contrib/file/tests lib/libmagic

2015-06-24 Thread Xin LI
Author: delphij Date: Wed Jun 24 23:05:17 2015 New Revision: 284782 URL: https://svnweb.freebsd.org/changeset/base/284782 Log: MFC r284237,r284277: file 5.23. Added: stable/8/contrib/file/magic/Magdir/cbor - copied unchanged from r284237, head/contrib/file/magic/Magdir/cbor stable

svn commit: r284780 - head/release/tools

2015-06-24 Thread Glen Barber
Author: gjb Date: Wed Jun 24 21:30:35 2015 New Revision: 284780 URL: https://svnweb.freebsd.org/changeset/base/284780 Log: Ensure ASSUME_ALWAYS_YES is set when deleting pkg(8) from the DESTDIR, otherwise it can get stuck in ttyin. This means no 10-STABLE EC2 images this week. MFC aft

svn commit: r284779 - head/bin/sh

2015-06-24 Thread Jilles Tjoelker
Author: jilles Date: Wed Jun 24 20:51:48 2015 New Revision: 284779 URL: https://svnweb.freebsd.org/changeset/base/284779 Log: sh: Fix some arithmetic undefined behaviour. Fix shifts of possibly negative numbers found with ubsan and avoid signed integer overflow when hashing an extremely l

svn commit: r284778 - in stable/10: contrib/file contrib/file/doc contrib/file/magic contrib/file/magic/Magdir contrib/file/python contrib/file/src contrib/file/tests lib/libmagic

2015-06-24 Thread Xin LI
Author: delphij Date: Wed Jun 24 19:58:14 2015 New Revision: 284778 URL: https://svnweb.freebsd.org/changeset/base/284778 Log: MFC r284237,284277: file 5.23. Relnotes: yes Added: stable/10/contrib/file/magic/Magdir/cbor - copied unchanged from r284237, head/contrib/file/mag

svn commit: r284777 - in head: sbin/pfctl share/man/man4 sys/conf sys/net/altq sys/netpfil/pf

2015-06-24 Thread Ermal Luçi
Author: eri Date: Wed Jun 24 19:16:41 2015 New Revision: 284777 URL: https://svnweb.freebsd.org/changeset/base/284777 Log: ALTQ FAIRQ discipline import from DragonFLY Differential Revision: https://reviews.freebsd.org/D2847 Reviewed by:glebius, wblock(manpage) Approved by:gnn(m

svn commit: r284776 - stable/10/sys/netinet

2015-06-24 Thread Ermal Luçi
Author: eri Date: Wed Jun 24 19:06:54 2015 New Revision: 284776 URL: https://svnweb.freebsd.org/changeset/base/284776 Log: MFC r284512: Properly handle locking on the ARP protocol request sending. Modified: stable/10/sys/netinet/if_ether.c Directory Properties: stable/10/ (props changed)

svn commit: r284775 - stable/10/etc/etc.arm

2015-06-24 Thread Glen Barber
Author: gjb Date: Wed Jun 24 18:58:42 2015 New Revision: 284775 URL: https://svnweb.freebsd.org/changeset/base/284775 Log: MFC r284683: Enable ttyu1, ttyu2, ttyu3 for arm installations. This should make all consoles available, whether it is VGA, HDMI, serial, or JTAG, but more import

svn commit: r284774 - in stable/10/release: . tools

2015-06-24 Thread Glen Barber
Author: gjb Date: Wed Jun 24 18:56:28 2015 New Revision: 284774 URL: https://svnweb.freebsd.org/changeset/base/284774 Log: MFC r284660, r284676: r284660: Remove the Azure-local vm_extra_create_disk(), since we no longer need qemu-img to convert the final VHD image to an Azure-compa

Re: svn commit: r284773 - stable/10/usr.bin/mkimg

2015-06-24 Thread Glen Barber
On Wed, Jun 24, 2015 at 06:40:35PM +, Marcel Moolenaar wrote: > Author: marcel > Date: Wed Jun 24 18:40:34 2015 > New Revision: 284773 > URL: https://svnweb.freebsd.org/changeset/base/284773 > > Log: > MFC r284269, r284270, r284655, r284656, r284658: > VHD fixes for Microsoft Azure: > 1.

svn commit: r284773 - stable/10/usr.bin/mkimg

2015-06-24 Thread Marcel Moolenaar
Author: marcel Date: Wed Jun 24 18:40:34 2015 New Revision: 284773 URL: https://svnweb.freebsd.org/changeset/base/284773 Log: MFC r284269, r284270, r284655, r284656, r284658: VHD fixes for Microsoft Azure: 1. Round the image size to the VHD geometry and then round to a multiple of 1MB

svn commit: r284772 - head/lib/msun/arm

2015-06-24 Thread Ian Lepore
Author: ian Date: Wed Jun 24 18:29:34 2015 New Revision: 284772 URL: https://svnweb.freebsd.org/changeset/base/284772 Log: Fix compilation when the armv6 world is being compiled without hw floating point support. The fenv-vfp.c file overrides -mfloat-abi so it can use floating point instruc

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

2015-06-24 Thread Ian Lepore
Author: ian Date: Wed Jun 24 18:26:04 2015 New Revision: 284771 URL: https://svnweb.freebsd.org/changeset/base/284771 Log: Fix a misplaced #endif (maybe a mismerge?). Emitting the symbol for CURPMAP is not dependent on whether VFP (hardware floating point) is enabled. Modified: head/sys/ar

svn commit: r284769 - in head/lib/libc/aarch64: . gen

2015-06-24 Thread Andrew Turner
Author: andrew Date: Wed Jun 24 16:18:58 2015 New Revision: 284769 URL: https://svnweb.freebsd.org/changeset/base/284769 Log: Implement fpsetmask. Some third-party software makes use of it, for example perl. Obtained from:ABT Systems Ltd Sponsored by: The FreeBSD Foundation Add

svn commit: r284768 - head/lib/libc/aarch64/gen

2015-06-24 Thread Andrew Turner
Author: andrew Date: Wed Jun 24 16:15:32 2015 New Revision: 284768 URL: https://svnweb.freebsd.org/changeset/base/284768 Log: Set the alignment of the setjmp magic values correctly. The alignment needs to be before the lavel, otherwise an extra word may be added between the label and the dat

svn commit: r284767 - in head/sys: conf modules modules/ixv

2015-06-24 Thread Eric Joyner
Author: erj Date: Wed Jun 24 15:53:52 2015 New Revision: 284767 URL: https://svnweb.freebsd.org/changeset/base/284767 Log: Several build changes for ix and ixv: - Allow ix and ixv to be built seperately. - Re-enable building ix for i386 and amd64 archs - Fix ixv Makefile. Approved

svn commit: r284766 - head/sys/kern

2015-06-24 Thread Sean Bruno
Author: sbruno Date: Wed Jun 24 15:52:26 2015 New Revision: 284766 URL: https://svnweb.freebsd.org/changeset/base/284766 Log: At the suggestion of jhb, replace atomic_set/clear calls with use of exclusive locks in the enable/disable interpreter path. Tested with WITNESS/INVARIANTS on and

svn commit: r284765 - head/usr.sbin/ctld

2015-06-24 Thread Alexander Motin
Author: mav Date: Wed Jun 24 15:13:27 2015 New Revision: 284765 URL: https://svnweb.freebsd.org/changeset/base/284765 Log: Teach ctld about CTL's physical_port and virtual_port fields. This allows ctld to work with isp(4) virtual ports, specifying them as isp0/1, isp0/2, etc. There are s

svn commit: r284764 - head/sys/arm64/include

2015-06-24 Thread Ed Maste
Author: emaste Date: Wed Jun 24 14:51:53 2015 New Revision: 284764 URL: https://svnweb.freebsd.org/changeset/base/284764 Log: add floatingpoint.h for arm64 On other architectures floatingpoint.h is a symlink to machine/floatingpoint.h which in turn includes machine/ieeefp.h. Do this on

svn commit: r284763 - in vendor-sys/illumos/dist/uts/common/fs/zfs: . sys

2015-06-24 Thread Andriy Gapon
Author: avg Date: Wed Jun 24 14:49:49 2015 New Revision: 284763 URL: https://svnweb.freebsd.org/changeset/base/284763 Log: 5981 Deadlock in dmu_objset_find_dp illumos/illumos-gate@1d3f896f5469c69c1339890ec3d68e9feddb0343 https://www.illumos.org/issues/5981 When dmu_objset_find_dp g

svn commit: r284762 - in vendor-sys/illumos/dist/uts/common/fs/zfs: . sys

2015-06-24 Thread Andriy Gapon
Author: avg Date: Wed Jun 24 14:48:25 2015 New Revision: 284762 URL: https://svnweb.freebsd.org/changeset/base/284762 Log: 5269 zpool import slow illumos/illumos-gate@12380e1e701fda28c9e9f32d01cafb54af279eb5 https://www.illumos.org/issues/5269 When importing a pool (at boot or with

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

2015-06-24 Thread Andriy Gapon
Author: avg Date: Wed Jun 24 14:41:54 2015 New Revision: 284760 URL: https://svnweb.freebsd.org/changeset/base/284760 Log: MFC r284306: MFV r284036: 5961 Fix stack overflow in zfs_create_fs Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c Directory Properties:

svn commit: r284761 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-06-24 Thread Andriy Gapon
Author: avg Date: Wed Jun 24 14:42:05 2015 New Revision: 284761 URL: https://svnweb.freebsd.org/changeset/base/284761 Log: MFC r284306: MFV r284036: 5961 Fix stack overflow in zfs_create_fs Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c Directory Properties: s

svn commit: r284759 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-06-24 Thread Andriy Gapon
Author: avg Date: Wed Jun 24 14:39:38 2015 New Revision: 284759 URL: https://svnweb.freebsd.org/changeset/base/284759 Log: MFC r284303: MFV r283534: 5515 dataset user hold doesn't reject empty tags Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c Directory Propert

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

2015-06-24 Thread Andriy Gapon
Author: avg Date: Wed Jun 24 14:39:26 2015 New Revision: 284758 URL: https://svnweb.freebsd.org/changeset/base/284758 Log: MFC r284303: MFV r283534: 5515 dataset user hold doesn't reject empty tags Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c Directory Proper

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

2015-06-24 Thread Andriy Gapon
Author: avg Date: Wed Jun 24 14:37:55 2015 New Revision: 284757 URL: https://svnweb.freebsd.org/changeset/base/284757 Log: MFC r284301: MFV r284040: check that datasets are snapshots Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c stable/10/sys/cddl/contrib/ope

svn commit: r284756 - stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-06-24 Thread Andriy Gapon
Author: avg Date: Wed Jun 24 14:37:19 2015 New Revision: 284756 URL: https://svnweb.freebsd.org/changeset/base/284756 Log: MFC r284301: MFV r284040: check that datasets are snapshots Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_send.c stable/9/sys/cddl/contrib/opens

svn commit: r284755 - stable/9/cddl/contrib/opensolaris/cmd/zfs

2015-06-24 Thread Andriy Gapon
Author: avg Date: Wed Jun 24 14:32:05 2015 New Revision: 284755 URL: https://svnweb.freebsd.org/changeset/base/284755 Log: MFC r284309: zfs clone should not mount the clone if canmount == noauto Modified: stable/9/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c Directory Properties: stable/9/cd

svn commit: r284754 - stable/10/cddl/contrib/opensolaris/cmd/zfs

2015-06-24 Thread Andriy Gapon
Author: avg Date: Wed Jun 24 14:30:04 2015 New Revision: 284754 URL: https://svnweb.freebsd.org/changeset/base/284754 Log: MFC r284309: zfs clone should not mount the clone if canmount == noauto Modified: stable/10/cddl/contrib/opensolaris/cmd/zfs/zfs_main.c Directory Properties: stable/10/

svn commit: r284753 - stable/9/sbin/geom/class/eli

2015-06-24 Thread Christian Brueffer
Author: brueffer Date: Wed Jun 24 12:48:55 2015 New Revision: 284753 URL: https://svnweb.freebsd.org/changeset/base/284753 Log: MFH: r284250 Consistently use trailing whitespace in passphrase prompts. PR:193496 Submitted by:Fabian Keil Modified: stable/9/sbin/geom/clas

svn commit: r284752 - stable/10/sbin/geom/class/eli

2015-06-24 Thread Christian Brueffer
Author: brueffer Date: Wed Jun 24 12:21:25 2015 New Revision: 284752 URL: https://svnweb.freebsd.org/changeset/base/284752 Log: MFH: r284250 Consistently use trailing whitespace in passphrase prompts. PR: 193496 Submitted by: Fabian Keil Modified: stable/10/sbin/geom/cla

svn commit: r284750 - stable/10/usr.bin/calendar/calendars

2015-06-24 Thread Christian Brueffer
Author: brueffer Date: Wed Jun 24 12:19:11 2015 New Revision: 284750 URL: https://svnweb.freebsd.org/changeset/base/284750 Log: MFH: r284249 Correct Hawaii's admission day. PR: 192651 Modified: stable/10/usr.bin/calendar/calendars/calendar.holiday Directory Properties: s

svn commit: r284751 - head/sys/arm64/include

2015-06-24 Thread Andrew Turner
Author: andrew Date: Wed Jun 24 12:19:49 2015 New Revision: 284751 URL: https://svnweb.freebsd.org/changeset/base/284751 Log: Fix the floating-point exception values to line up with the hardware register bits. Nothing in base uses these as they are deprecated, however third-party application

svn commit: r284749 - head/share/man/man4

2015-06-24 Thread Kevin Lo
Author: kevlo Date: Wed Jun 24 09:28:43 2015 New Revision: 284749 URL: https://svnweb.freebsd.org/changeset/base/284749 Log: Mention that using ports/net/malo-firmware-kmod to install the firmware. Modified: head/share/man/man4/malo.4 Modified: head/share/man/man4/malo.4

svn commit: r284748 - head/sys/dev/isp

2015-06-24 Thread Alexander Motin
Author: mav Date: Wed Jun 24 09:06:12 2015 New Revision: 284748 URL: https://svnweb.freebsd.org/changeset/base/284748 Log: Fix reported_gone setting, missed in some cases. This makes driver better track reported CAM_SEL_TIMEOUTs to properly report device reappearance later. This fixes ta