Re: svn commit: r282736 - in head: . lib/libmd

2015-05-11 Thread Thomas Quinot
* Sean Bruno, 2015-05-11 : I already pinged Thomas about this privately, but in the event anyone is looking, MIPS is still broken after this commit. Probably all the GCC based targets are, if I read this correctly. make -s -j8 buildworld TARGET=mips TARGET_ARCH=mips ... ===

svn commit: r282748 - in stable/10/sys: cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/dtrace cddl/contrib/opensolaris/uts/common/sys cddl/dev/cyclic cddl/dev/fbt cddl/dev/profile ...

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 07:54:39 2015 New Revision: 282748 URL: https://svnweb.freebsd.org/changeset/base/282748 Log: MFC r275576: remove opensolaris cyclic code, replace with high-precision callouts Deleted: stable/10/sys/cddl/compat/opensolaris/sys/cyclic.h

svn commit: r282749 - in stable/10/sys/dev: fb vt vt/hw/fb

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 08:00:16 2015 New Revision: 282749 URL: https://svnweb.freebsd.org/changeset/base/282749 Log: MFC r277795,278849: vt(4): Use power_{suspend,resume} event handlers Modified: stable/10/sys/dev/fb/fbd.c stable/10/sys/dev/vt/hw/fb/vt_fb.c

svn commit: r282751 - stable/10/cddl/contrib/opensolaris/lib/libnvpair

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 08:30:57 2015 New Revision: 282751 URL: https://svnweb.freebsd.org/changeset/base/282751 Log: MFC r282121: dump_nvlist: handle DATA_TYPE_BOOLEAN_ARRAY Modified: stable/10/cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c Directory Properties: stable/10/

svn commit: r282752 - stable/9/cddl/contrib/opensolaris/lib/libnvpair

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 08:31:39 2015 New Revision: 282752 URL: https://svnweb.freebsd.org/changeset/base/282752 Log: MFC r282121: dump_nvlist: handle DATA_TYPE_BOOLEAN_ARRAY Modified: stable/9/cddl/contrib/opensolaris/lib/libnvpair/libnvpair.c Directory Properties:

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

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 08:41:21 2015 New Revision: 282757 URL: https://svnweb.freebsd.org/changeset/base/282757 Log: MFC r282126: FV r282123: 5610 zfs clone from different source and target pools Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c

svn commit: r282753 - stable/10/sys/cddl/contrib/opensolaris/common/nvpair

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 08:33:49 2015 New Revision: 282753 URL: https://svnweb.freebsd.org/changeset/base/282753 Log: MFC r282122: nvpair_type_is_array: DATA_TYPE_INT8_ARRAY was not recognized Modified: stable/10/sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c Directory Properties:

svn commit: r282754 - stable/9/sys/cddl/contrib/opensolaris/common/nvpair

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 08:34:08 2015 New Revision: 282754 URL: https://svnweb.freebsd.org/changeset/base/282754 Log: MFC r282122: nvpair_type_is_array: DATA_TYPE_INT8_ARRAY was not recognized Modified: stable/9/sys/cddl/contrib/opensolaris/common/nvpair/nvpair.c Directory Properties:

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

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 09:43:16 2015 New Revision: 282765 URL: https://svnweb.freebsd.org/changeset/base/282765 Log: MFC r282131: replace a comment about zfs recv -F corner case with a longer one Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c Directory

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

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 08:36:58 2015 New Revision: 282755 URL: https://svnweb.freebsd.org/changeset/base/282755 Log: MFC r282125: MFV r282124: 5393 spurious failures from dsl_dataset_hold_obj() Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c Directory

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

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 08:43:20 2015 New Revision: 282758 URL: https://svnweb.freebsd.org/changeset/base/282758 Log: MFC r282127: dsl_dir_rename_check: return EXDEV on cross-pool rename attempt Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c Directory

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

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 08:43:37 2015 New Revision: 282759 URL: https://svnweb.freebsd.org/changeset/base/282759 Log: MFC r282127: dsl_dir_rename_check: return EXDEV on cross-pool rename attempt Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dir.c Directory

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

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 08:46:23 2015 New Revision: 282761 URL: https://svnweb.freebsd.org/changeset/base/282761 Log: MFC r282130: zfs_onexit_fd_hold: return EBADF even if devfs_get_cdevpriv gave ENOENT Modified: stable/9/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_onexit.c

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

2015-05-11 Thread Andrew Turner
Author: andrew Date: Mon May 11 08:57:23 2015 New Revision: 282763 URL: https://svnweb.freebsd.org/changeset/base/282763 Log: Move to use __ARM_ARCH in more places in the kernel. Modified: head/sys/arm/arm/fusu.S head/sys/arm/arm/stdatomic.c Modified: head/sys/arm/arm/fusu.S

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

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 09:43:03 2015 New Revision: 282764 URL: https://svnweb.freebsd.org/changeset/base/282764 Log: MFC r282131: replace a comment about zfs recv -F corner case with a longer one Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c Directory

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

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 08:46:03 2015 New Revision: 282760 URL: https://svnweb.freebsd.org/changeset/base/282760 Log: MFC r282130: zfs_onexit_fd_hold: return EBADF even if devfs_get_cdevpriv gave ENOENT Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_onexit.c

Re: svn commit: r282736 - in head: . lib/libmd

2015-05-11 Thread Thomas Quinot
* Sean Bruno, 2015-05-11 : I already pinged Thomas about this privately, but in the event anyone is looking, MIPS is still broken after this commit. Probably all the GCC based targets are, if I read this correctly. make -s -j8 buildworld TARGET=mips TARGET_ARCH=mips ... Sean, Can you

svn commit: r282766 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 10:07:31 2015 New Revision: 282766 URL: https://svnweb.freebsd.org/changeset/base/282766 Log: zfs ioctls: use fget_write / fget_read instead of getf wrapper for fget This allows to ensure that we do not write to a file that was opened for reading only or vice

svn commit: r282750 - in stable/10/sys: dev/acpica dev/syscons dev/vt sys

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 08:16:33 2015 New Revision: 282750 URL: https://svnweb.freebsd.org/changeset/base/282750 Log: MFC r277796: hook userland threads suspend + resume into acpi suspend code Modified: stable/10/sys/dev/acpica/acpi.c stable/10/sys/dev/syscons/syscons.c

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

2015-05-11 Thread Andriy Gapon
Author: avg Date: Mon May 11 08:40:55 2015 New Revision: 282756 URL: https://svnweb.freebsd.org/changeset/base/282756 Log: MFC r282126: FV r282123: 5610 zfs clone from different source and target pools Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset.c

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

2015-05-11 Thread Andrew Turner
Author: andrew Date: Mon May 11 08:51:24 2015 New Revision: 282762 URL: https://svnweb.freebsd.org/changeset/base/282762 Log: Use the ACLE spelling of _ARM_ARCH_6: __ARM_ARCH = 6 Modified: head/sys/arm/arm/swtch.S Modified: head/sys/arm/arm/swtch.S

svn commit: r282767 - head/sys/arm/include

2015-05-11 Thread Andrew Turner
Author: andrew Date: Mon May 11 12:44:02 2015 New Revision: 282767 URL: https://svnweb.freebsd.org/changeset/base/282767 Log: cpu-v6.h should only be used in the kernel, add an error to enforce this. Modified: head/sys/arm/include/cpu-v6.h Modified: head/sys/arm/include/cpu-v6.h

svn commit: r282768 - in vendor/ficl: . dist dist/contrib dist/contrib/xclasses dist/doc dist/doc/articles dist/doc/graphics dist/doc/source dist/ficlplatform dist/softcore dist/test

2015-05-11 Thread Pedro F. Giffuni
Author: pfg Date: Mon May 11 14:02:38 2015 New Revision: 282768 URL: https://svnweb.freebsd.org/changeset/base/282768 Log: Bring ficl4 to the vendor area. We currently use ficl3 but there is interest (and a GSoC) to bring the newer version for use in the bootloader. WWW:

Re: svn commit: r282744 - in head/sys/cddl/dev/dtrace: amd64 i386

2015-05-11 Thread Ed Maste
On 10 May 2015 at 22:47, Mark Johnston ma...@freebsd.org wrote: I've caught several cases (specifically in merging DTrace code) where the upstream code block is so large the merger didn't even notice the #ifndef __FreeBSD__ was present and thought that the merge was fine because the upstream

svn commit: r282769 - vendor/ficl/4.1.0

2015-05-11 Thread Pedro F. Giffuni
Author: pfg Date: Mon May 11 14:07:48 2015 New Revision: 282769 URL: https://svnweb.freebsd.org/changeset/base/282769 Log: Tag ficl 4.1.0 Added: vendor/ficl/4.1.0/ - copied from r282768, vendor/ficl/dist/ ___ svn-src-all@freebsd.org mailing

svn commit: r282772 - head/release/tools

2015-05-11 Thread Glen Barber
Author: gjb Date: Mon May 11 14:53:07 2015 New Revision: 282772 URL: https://svnweb.freebsd.org/changeset/base/282772 Log: Fix virtual machine disk format creating by passing VMFORMAT to mkimg(1) PR: 200068 Submitted by: Jeremy Norris MFC after:3 days Sponsored by:

Re: svn commit: r282770 - head/sys/dev/ofw

2015-05-11 Thread Andrew Turner
On Mon, 11 May 2015 14:10:55 + (UTC) Andrew Turner and...@freebsd.org wrote: Author: andrew Date: Mon May 11 14:10:54 2015 New Revision: 282770 URL: https://svnweb.freebsd.org/changeset/base/282770 Log: Add ofw_bus_find_compatible to find a compatible ofw node. This will be used on

svn commit: r282771 - head/sys/dev/acpica

2015-05-11 Thread Andrew Turner
Author: andrew Date: Mon May 11 14:36:34 2015 New Revision: 282771 URL: https://svnweb.freebsd.org/changeset/base/282771 Log: Hide code only used on i386 and amd64. Modified: head/sys/dev/acpica/acpi_cpu.c Modified: head/sys/dev/acpica/acpi_cpu.c

svn commit: r282770 - head/sys/dev/ofw

2015-05-11 Thread Andrew Turner
Author: andrew Date: Mon May 11 14:10:54 2015 New Revision: 282770 URL: https://svnweb.freebsd.org/changeset/base/282770 Log: Add ofw_bus_find_compatible to find a compatible ofw node. This will be used on ARM to help find the correct node to use to start secondary CPUs as this happens

Re: svn commit: r282736 - in head: . lib/libmd

2015-05-11 Thread Sean Bruno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 05/11/15 02:40, Thomas Quinot wrote: Probably all the GCC based targets are, if I read this correctly. make -s -j8 buildworld TARGET=mips TARGET_ARCH=mips ... Sean, Can you try the attached patch? with it I was able to complete a MIPS

svn commit: r282773 - head/sys/dev/ofw

2015-05-11 Thread Andrew Turner
Author: andrew Date: Mon May 11 15:47:55 2015 New Revision: 282773 URL: https://svnweb.freebsd.org/changeset/base/282773 Log: Add the ofw_bus_subr.h change missed in r282770. Modified: head/sys/dev/ofw/ofw_bus_subr.h Modified: head/sys/dev/ofw/ofw_bus_subr.h

svn commit: r282776 - head/sys/arm/include

2015-05-11 Thread Andrew Turner
Author: andrew Date: Mon May 11 18:52:06 2015 New Revision: 282776 URL: https://svnweb.freebsd.org/changeset/base/282776 Log: List both registers to use in the 64-bit atomic instructions. We will need these to build for Thumb-2. Modified: head/sys/arm/include/atomic.h Modified:

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Devin Teske
On May 11, 2015, at 12:18 PM, Brooks Davis bro...@freebsd.org wrote: On Sun, May 10, 2015 at 03:45:48PM -0400, John Baldwin wrote: On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri May 8 23:36:31 2015 New Revision: 282672 URL:

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Colin Percival
On 05/11/15 12:18, Brooks Davis wrote: On Sun, May 10, 2015 at 03:45:48PM -0400, John Baldwin wrote: On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org wrote: -uuid=$1 +uuid=$(echo $1 | tr '[:upper:]' '[:lower:]') tr is in /usr/bin so this breaks systems with a separate /usr.

svn commit: r282778 - head/sys/arm/include

2015-05-11 Thread Andrew Turner
Author: andrew Date: Mon May 11 19:04:32 2015 New Revision: 282778 URL: https://svnweb.freebsd.org/changeset/base/282778 Log: Mark thumb entry points as such when building for thumb, otherwise mark them as arm. Modified: head/sys/arm/include/asm.h Modified: head/sys/arm/include/asm.h

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Brooks Davis
On Sun, May 10, 2015 at 03:45:48PM -0400, John Baldwin wrote: On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri May 8 23:36:31 2015 New Revision: 282672 URL: https://svnweb.freebsd.org/changeset/base/282672 Log: Always convert uuid to

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Jilles Tjoelker
On Sun, May 10, 2015 at 11:32:27PM +0200, Oliver Pinter wrote: tr is in /usr/bin so this breaks systems with a separate /usr. Perhaps you could use dd with conv=lcase instead? Then these are affected too:: root@robot rc.d# grep -r -E '(awk| tr )' * ftp-proxy:

svn commit: r282785 - head/release

2015-05-11 Thread Glen Barber
Author: gjb Date: Mon May 11 22:14:03 2015 New Revision: 282785 URL: https://svnweb.freebsd.org/changeset/base/282785 Log: Add a new file, Makefile.mirrors, which is intended to replace a 474-line kludge of a shell script to pre-create the directory hierarchy on ftp-master. This is not

svn commit: r282777 - head/sys/arm/include

2015-05-11 Thread Andrew Turner
Author: andrew Date: Mon May 11 19:00:02 2015 New Revision: 282777 URL: https://svnweb.freebsd.org/changeset/base/282777 Log: Use the Thumb compliant version of the add instruction. We can only use add Rd, Rn, Rm from within an IT (if-then) block. Modified: head/sys/arm/include/asm.h

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

2015-05-11 Thread Andrew Turner
Author: andrew Date: Mon May 11 19:20:30 2015 New Revision: 282779 URL: https://svnweb.freebsd.org/changeset/base/282779 Log: Add the kernel support for Thumb-2. It is only supported on ARMv7 as the main ARMv6 target, the Raspberry Pi, doesn't support Thumb-2. This as been tested with a

svn commit: r282783 - in head/sys: conf dev/pci powerpc/mpc85xx

2015-05-11 Thread Justin Hibbits
Author: jhibbits Date: Mon May 11 20:58:05 2015 New Revision: 282783 URL: https://svnweb.freebsd.org/changeset/base/282783 Log: Add a PCI bridge for the Freescale PCIe Root Complex Summary: The Freescale PCIe Root Complex shows up as a Processor class device, PowerPC subclass, so the

svn commit: r282780 - in head/sys/arm: arm include

2015-05-11 Thread Alan Cox
Author: alc Date: Mon May 11 19:55:01 2015 New Revision: 282780 URL: https://svnweb.freebsd.org/changeset/base/282780 Log: Retire pmap_lazyfix(). This function only existed in the new armv6 pmap because the i386 pmap on which the new armv6 pmap is based had it, and in r281707

svn commit: r282782 - head/lib/libc/arm/sys

2015-05-11 Thread Andrew Turner
Author: andrew Date: Mon May 11 20:33:46 2015 New Revision: 282782 URL: https://svnweb.freebsd.org/changeset/base/282782 Log: Use the GOT_* macros to help simplify the code, these work with both pic and non-pic code, and to build for Thumb. Modified: head/lib/libc/arm/sys/brk.S

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Eric van Gyzen
On 05/11/2015 15:37, Devin Teske wrote: On May 11, 2015, at 12:18 PM, Brooks Davis bro...@freebsd.org mailto:bro...@freebsd.org wrote: On Sun, May 10, 2015 at 03:45:48PM -0400, John Baldwin wrote: On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org mailto:delp...@freebsd.org wrote:

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Devin Teske
On May 11, 2015, at 12:44 PM, Eric van Gyzen vangy...@freebsd.org wrote: On 05/11/2015 15:37, Devin Teske wrote: On May 11, 2015, at 12:18 PM, Brooks Davis bro...@freebsd.org mailto:bro...@freebsd.org wrote: On Sun, May 10, 2015 at 03:45:48PM -0400, John Baldwin wrote: On May 8,

svn commit: r282781 - in stable/10: share/man/man9 sys/sys

2015-05-11 Thread Hiren Panchasara
Author: hiren Date: Mon May 11 20:26:35 2015 New Revision: 282781 URL: https://svnweb.freebsd.org/changeset/base/282781 Log: r281955 removed M_FLOWID which could cause problems for old drivers still using the field. It cannot be removed from stable/10 so restore it. Change

Re: svn commit: r282736 - in head: . lib/libmd

2015-05-11 Thread Bryan Drewery
The libmd changes break pkg - so all packages. http://beefy6.nyi.freebsd.org/data/head-amd64-default/p386108_s282785/logs/pkg-1.5.2.log CCLD pkg-static /usr/lib/liblzma.a(check.o): In function `lzma_check_init':

svn commit: r282786 - stable/10/sys/sys

2015-05-11 Thread Hiren Panchasara
Author: hiren Date: Tue May 12 00:27:20 2015 New Revision: 282786 URL: https://svnweb.freebsd.org/changeset/base/282786 Log: Fix r282781: We should return OPAQUE from M_HASHTYPE_GET() if M_FLOWID is there and rsstype is not set. Submitted by: hans Modified:

svn commit: r282787 - head/release

2015-05-11 Thread Glen Barber
Author: gjb Date: Tue May 12 00:27:52 2015 New Revision: 282787 URL: https://svnweb.freebsd.org/changeset/base/282787 Log: Always use the 'make install' directory as the source for images. For RE purposes, we use the default (/R within the chroot), so this helps avoid copying files multiple

svn commit: r282788 - head/usr.sbin/bhyve

2015-05-11 Thread Neel Natu
Author: neel Date: Tue May 12 00:30:39 2015 New Revision: 282788 URL: https://svnweb.freebsd.org/changeset/base/282788 Log: Allow configuration of the sector size advertised to the guest. The default behavior is to infer the logical and physical sector sizes from the block device

svn commit: r282789 - head/release

2015-05-11 Thread Glen Barber
Author: gjb Date: Tue May 12 00:30:56 2015 New Revision: 282789 URL: https://svnweb.freebsd.org/changeset/base/282789 Log: Temporarily 'rm -rf $FTPDIR' during additional testing. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified:

svn commit: r282791 - head/release

2015-05-11 Thread Glen Barber
Author: gjb Date: Tue May 12 00:33:18 2015 New Revision: 282791 URL: https://svnweb.freebsd.org/changeset/base/282791 Log: Sigh. Fix more syntax errors introduced by the last commit. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified:

svn commit: r282790 - head/release

2015-05-11 Thread Glen Barber
Author: gjb Date: Tue May 12 00:32:28 2015 New Revision: 282790 URL: https://svnweb.freebsd.org/changeset/base/282790 Log: Fix a make(1) syntax error. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified: head/release/Makefile.mirrors

Re: svn commit: r282736 - in head: . lib/libmd

2015-05-11 Thread Xin LI
Note that r282775 depends on this so if these are reverted, r282775 should be reverted altogether. On Mon, May 11, 2015 at 5:23 PM, Bryan Drewery bdrew...@freebsd.org wrote: The libmd changes break pkg - so all packages.

svn commit: r282793 - head/release

2015-05-11 Thread Glen Barber
Author: gjb Date: Tue May 12 00:46:32 2015 New Revision: 282793 URL: https://svnweb.freebsd.org/changeset/base/282793 Log: Also copy CHECKSUM.{SHA256,MD5} files. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified: head/release/Makefile.mirrors

Re: svn commit: r282736 - in head: . lib/libmd

2015-05-11 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 05/11/15 17:23, Bryan Drewery wrote: The libmd changes break pkg - so all packages. http://beefy6.nyi.freebsd.org/data/head-amd64-default/p386108_s282785/ logs/pkg-1.5.2.log CCLD pkg-static /usr/lib/liblzma.a(check.o): In function

svn commit: r282784 - head/usr.sbin/bhyve

2015-05-11 Thread Peter Grehan
Author: grehan Date: Mon May 11 21:24:10 2015 New Revision: 282784 URL: https://svnweb.freebsd.org/changeset/base/282784 Log: Handling indirect descriptors is a capability of the host and not one that needs to be negotiated. Use the host capabilities field and not the negotiated field when

svn commit: r282803 - in vendor/ficl/dist: . contrib contrib/xclasses doc doc/articles doc/graphics doc/source ficlplatform softcore softwords test

2015-05-11 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 12 03:27:06 2015 New Revision: 282803 URL: https://svnweb.freebsd.org/changeset/base/282803 Log: Update to ficl 4.1.0 (latest release on sourceforge) Added: vendor/ficl/dist/Makefile (contents, props changed) vendor/ficl/dist/Makefile.ansi (contents, props

svn commit: r282804 - in vendor/ficl/4.1.0: . contrib doc doc/articles doc/graphics doc/source ficlplatform softcore softwords test

2015-05-11 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 12 03:29:50 2015 New Revision: 282804 URL: https://svnweb.freebsd.org/changeset/base/282804 Log: Tag ficl 4.1.0 Added: vendor/ficl/4.1.0/ - copied from r282801, vendor/ficl/dist/ vendor/ficl/4.1.0/Makefile - copied unchanged from r282803,

svn commit: r282805 - in head: sbin/ifconfig sys/netinet6

2015-05-11 Thread Hiroki Sato
Author: hrs Date: Tue May 12 03:31:57 2015 New Revision: 282805 URL: https://svnweb.freebsd.org/changeset/base/282805 Log: - Remove ND6_IFF_IGNORELOOP. This functionality was useless in practice because a link where looped back NS messages are permanently observed does not work with

svn commit: r282806 - head/sys/net

2015-05-11 Thread Hiroki Sato
Author: hrs Date: Tue May 12 03:35:45 2015 New Revision: 282806 URL: https://svnweb.freebsd.org/changeset/base/282806 Log: Fix a panic when VIMAGE is enabled. Spotted by: Nikos Vassiliadis Modified: head/sys/net/if_bridge.c Modified: head/sys/net/if_bridge.c

svn commit: r282807 - stable/10/sys/netinet6

2015-05-11 Thread Hiroki Sato
Author: hrs Date: Tue May 12 03:49:18 2015 New Revision: 282807 URL: https://svnweb.freebsd.org/changeset/base/282807 Log: MFC r274223 (by glebius): Remove VNET_SYSCTL_ARG(). The generic sysctl(9) code handles that. A panic could occur by sysctl -a when using VIMAGE-enabled

svn commit: r282795 - head/release

2015-05-11 Thread Glen Barber
Author: gjb Date: Tue May 12 00:58:17 2015 New Revision: 282795 URL: https://svnweb.freebsd.org/changeset/base/282795 Log: Provide the correct path to the checksum file. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified: head/release/Makefile.mirrors

svn commit: r282796 - head/release

2015-05-11 Thread Glen Barber
Author: gjb Date: Tue May 12 01:04:02 2015 New Revision: 282796 URL: https://svnweb.freebsd.org/changeset/base/282796 Log: Fix more path variables. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified: head/release/Makefile.mirrors

svn commit: r282799 - head/release

2015-05-11 Thread Glen Barber
Author: gjb Date: Tue May 12 01:27:58 2015 New Revision: 282799 URL: https://svnweb.freebsd.org/changeset/base/282799 Log: Avoid polluting the filesystem when not necessary. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified:

svn commit: r282792 - head/release

2015-05-11 Thread Glen Barber
Author: gjb Date: Tue May 12 00:39:01 2015 New Revision: 282792 URL: https://svnweb.freebsd.org/changeset/base/282792 Log: Fix a few incorrect variables and/or hard-coded paths. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified:

svn commit: r282794 - head/release

2015-05-11 Thread Glen Barber
Author: gjb Date: Tue May 12 00:55:28 2015 New Revision: 282794 URL: https://svnweb.freebsd.org/changeset/base/282794 Log: Also symlink the CHECKSUM.{SHA256,MD5} files. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified: head/release/Makefile.mirrors

svn commit: r282797 - head/release

2015-05-11 Thread Glen Barber
Author: gjb Date: Tue May 12 01:14:21 2015 New Revision: 282797 URL: https://svnweb.freebsd.org/changeset/base/282797 Log: Fix more paths to the actual files. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors Modified: head/release/Makefile.mirrors

Re: svn commit: r282736 - in head: . lib/libmd

2015-05-11 Thread Bryan Drewery
On 5/11/2015 7:53 PM, Xin Li wrote: On 05/11/15 17:23, Bryan Drewery wrote: The libmd changes break pkg - so all packages. http://beefy6.nyi.freebsd.org/data/head-amd64-default/p386108_s282785/ logs/pkg-1.5.2.log CCLD pkg-static /usr/lib/liblzma.a(check.o): In function

svn commit: r282798 - head/release

2015-05-11 Thread Glen Barber
Author: gjb Date: Tue May 12 01:20:27 2015 New Revision: 282798 URL: https://svnweb.freebsd.org/changeset/base/282798 Log: After the last influx of commits, and a REALLY BIG WARNING to the top of the file. Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile.mirrors

svn commit: r282808 - head/lib/liblzma

2015-05-11 Thread Xin LI
Author: delphij Date: Tue May 12 05:42:13 2015 New Revision: 282808 URL: https://svnweb.freebsd.org/changeset/base/282808 Log: Revert r282775 for now. The added dependency would cause problems for e.g. ports-mgmt/pkg and we would like to do an exp-build. Requested by: bdrewery

Re: svn commit: r282672 - head/etc/rc.d

2015-05-11 Thread Eitan Adler
On 11 May 2015 at 12:18, Brooks Davis bro...@freebsd.org wrote: On Sun, May 10, 2015 at 03:45:48PM -0400, John Baldwin wrote: On May 8, 2015, at 19:36, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri May 8 23:36:31 2015 New Revision: 282672 URL:

svn commit: r282800 - vendor/ficl

2015-05-11 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 12 02:28:15 2015 New Revision: 282800 URL: https://svnweb.freebsd.org/changeset/base/282800 Log: Revert r282768, r282769: Reset ficl - it will be reimported cleanly from 3.0.3. Deleted: vendor/ficl/ Modified: Directory Properties: vendor/ (props changed)

svn commit: r282801 - in vendor/ficl: . dist dist/doc dist/softwords dist/test

2015-05-11 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 12 02:36:33 2015 New Revision: 282801 URL: https://svnweb.freebsd.org/changeset/base/282801 Log: Bring ficl to the vendor area. We currently use ficl3 in ~sys/boot/ficl but it has a bunch of local changes. WWW: http://ficl.sourceforge.net/ Discussed

svn commit: r282802 - vendor/ficl/3.0.3

2015-05-11 Thread Pedro F. Giffuni
Author: pfg Date: Tue May 12 02:38:48 2015 New Revision: 282802 URL: https://svnweb.freebsd.org/changeset/base/282802 Log: Tag ficl 3.0.3 Added: vendor/ficl/3.0.3/ - copied from r282801, vendor/ficl/dist/ ___ svn-src-all@freebsd.org mailing

svn commit: r282774 - head/lib/libmd

2015-05-11 Thread Thomas Quinot
Author: thomas Date: Mon May 11 16:45:33 2015 New Revision: 282774 URL: https://svnweb.freebsd.org/changeset/base/282774 Log: Unbreak MIPS build following rev. 282726 Introduce further adjustments to the renaming of libmd symbols: make sure that we do not generate dangling weak

svn commit: r282775 - head/lib/liblzma

2015-05-11 Thread Xin LI
Author: delphij Date: Mon May 11 17:49:07 2015 New Revision: 282775 URL: https://svnweb.freebsd.org/changeset/base/282775 Log: Revert r281372, it's no longer needed after r282726 (fix for PR 199119) as the symbol conflict between libmd and libcrypto have been solved. Modified:

Re: svn commit: r282736 - in head: . lib/libmd

2015-05-11 Thread Thomas Quinot
* Sean Bruno, 2015-05-11 : Yep, it looks like it DTRT here. Thanks! Thanks for your feedback! Patch committed as rev. 282774. Thomas. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe,