svn commit: r275783 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor/illumos/dist/cmd/zdb

2014-12-15 Thread Xin LI
Author: delphij Date: Mon Dec 15 07:59:33 2014 New Revision: 275783 URL: https://svnweb.freebsd.org/changeset/base/275783 Log: 5369 arc flags should be an enum 5370 consistent arc_buf_hdr_t naming scheme Reviewed by: Matthew Ahrens mahr...@delphix.com Reviewed by: Alex Reece

svn commit: r275783 - vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor/illumos/dist/cmd/zdb

2014-12-15 Thread Xin LI
Author: delphij Date: Mon Dec 15 07:59:33 2014 New Revision: 275783 URL: https://svnweb.freebsd.org/changeset/base/275783 Log: 5369 arc flags should be an enum 5370 consistent arc_buf_hdr_t naming scheme Reviewed by: Matthew Ahrens mahr...@delphix.com Reviewed by: Alex Reece

svn commit: r275784 - vendor/illumos/dist/lib/libzfs/common

2014-12-15 Thread Xin LI
Author: delphij Date: Mon Dec 15 08:02:22 2014 New Revision: 275784 URL: https://svnweb.freebsd.org/changeset/base/275784 Log: 5427 memory leak in libzfs when doing rollback Reviewed by: Michael Tsymbalyuk mtzau...@gmail.com Reviewed by: Steven Hartland kill...@multiplay.co.uk Approved

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

2014-12-15 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 15 08:26:36 2014 New Revision: 275785 URL: https://svnweb.freebsd.org/changeset/base/275785 Log: MFC r275624: Add port routing support for Wildcat Point. PR: 195793 Modified: stable/10/sys/dev/usb/controller/xhci_pci.c Directory Properties:

svn commit: r275786 - stable/9/sys/dev/usb/controller

2014-12-15 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 15 08:28:00 2014 New Revision: 275786 URL: https://svnweb.freebsd.org/changeset/base/275786 Log: MFC r275624: Add port routing support for Wildcat Point. PR: 195793 Modified: stable/9/sys/dev/usb/controller/xhci_pci.c Directory Properties:

svn commit: r275787 - stable/8/sys/dev/usb/controller

2014-12-15 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 15 08:31:58 2014 New Revision: 275787 URL: https://svnweb.freebsd.org/changeset/base/275787 Log: MFC r275624: Add port routing support for Wildcat Point. PR: 195793 Modified: stable/8/sys/dev/usb/controller/xhci_pci.c Directory Properties:

svn commit: r275788 - in stable/9/sys/dev/usb: . serial

2014-12-15 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 15 08:33:53 2014 New Revision: 275788 URL: https://svnweb.freebsd.org/changeset/base/275788 Log: MFC r275606: Add more U3G USB IDs. Modified: stable/9/sys/dev/usb/serial/u3g.c stable/9/sys/dev/usb/usbdevs Directory Properties: stable/9/sys/ (props

svn commit: r275789 - in stable/10/sys/dev/usb: . serial

2014-12-15 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 15 08:35:07 2014 New Revision: 275789 URL: https://svnweb.freebsd.org/changeset/base/275789 Log: MFC r275606: Add more U3G USB IDs. Modified: stable/10/sys/dev/usb/serial/u3g.c stable/10/sys/dev/usb/usbdevs Directory Properties: stable/10/ (props

svn commit: r275790 - in head/sys/dev/usb: net serial

2014-12-15 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 15 09:23:40 2014 New Revision: 275790 URL: https://svnweb.freebsd.org/changeset/base/275790 Log: Resolve USB driver identification conflict. Reported by: Anish Mistry amis...@am-productions.biz MFC after:1 week Modified:

svn commit: r275791 - head/etc/devd

2014-12-15 Thread Hans Petter Selasky
Author: hselasky Date: Mon Dec 15 09:35:46 2014 New Revision: 275791 URL: https://svnweb.freebsd.org/changeset/base/275791 Log: Regenerate usb.conf . MFC after:1 week Modified: head/etc/devd/usb.conf Modified: head/etc/devd/usb.conf

svn commit: r275792 - head/sys/dev/fdt

2014-12-15 Thread Ruslan Bukin
Author: br Date: Mon Dec 15 09:40:25 2014 New Revision: 275792 URL: https://svnweb.freebsd.org/changeset/base/275792 Log: Eliminate fdt_data_verify(). The verification it proceed is wrong disallowing us to encode 64-bit register numbers. Discussed with: nwhitehorn, andrew

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

2014-12-15 Thread Konstantin Belousov
Author: kib Date: Mon Dec 15 10:29:02 2014 New Revision: 275793 URL: https://svnweb.freebsd.org/changeset/base/275793 Log: MFC r275615: When process is exiting, check for suspension regardless of multithreaded status of the process. Modified: stable/10/sys/kern/kern_exit.c Directory

svn commit: r275794 - in stable/10/sys: kern powerpc/aim powerpc/booke sys

2014-12-15 Thread Konstantin Belousov
Author: kib Date: Mon Dec 15 10:46:07 2014 New Revision: 275794 URL: https://svnweb.freebsd.org/changeset/base/275794 Log: MFC r275616: Thread waiting for the vfork(2)-ed child to exec or exit, must allow for the suspension. MFC r275683 (by andreast): Fix build for powerpc(32|64)

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

2014-12-15 Thread Konstantin Belousov
Author: kib Date: Mon Dec 15 10:50:26 2014 New Revision: 275795 URL: https://svnweb.freebsd.org/changeset/base/275795 Log: MFC r275617: Do some refactoring and minor cleanups of the thread_single() code. Modified: stable/10/sys/kern/kern_thread.c Directory Properties: stable/10/ (props

svn commit: r275796 - stable/10/sys/rpc

2014-12-15 Thread Konstantin Belousov
Author: kib Date: Mon Dec 15 10:58:02 2014 New Revision: 275796 URL: https://svnweb.freebsd.org/changeset/base/275796 Log: MFC r275618: Check for stop condition in nfsd threads. Modified: stable/10/sys/rpc/svc.c Directory Properties: stable/10/ (props changed) Modified:

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

2014-12-15 Thread Konstantin Belousov
Author: kib Date: Mon Dec 15 11:00:56 2014 New Revision: 275797 URL: https://svnweb.freebsd.org/changeset/base/275797 Log: MFC r275619: Check for bo_bufobj-bo_object for NULL and cache the value in local variable to avoid NULL dereference in getnewbuf_reuse_bp(). The vnode owning the

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

2014-12-15 Thread Konstantin Belousov
Author: kib Date: Mon Dec 15 11:05:53 2014 New Revision: 275798 URL: https://svnweb.freebsd.org/changeset/base/275798 Log: MFC r275620: Add functions syncer_suspend() and syncer_resume(). MFC r275637: Remove local variable for real. Modified: stable/10/sys/kern/vfs_subr.c

svn commit: r275799 - head/sys/arm/mv

2014-12-15 Thread Ruslan Bukin
Author: br Date: Mon Dec 15 11:57:39 2014 New Revision: 275799 URL: https://svnweb.freebsd.org/changeset/base/275799 Log: Follow r275792 eliminating fdt_data_verify(). Modified: head/sys/arm/mv/mv_common.c head/sys/arm/mv/mv_pci.c Modified: head/sys/arm/mv/mv_common.c

svn commit: r275800 - in head: lib/libc/sys sys/compat/freebsd32 sys/conf sys/kern sys/sys

2014-12-15 Thread Konstantin Belousov
Author: kib Date: Mon Dec 15 12:01:42 2014 New Revision: 275800 URL: https://svnweb.freebsd.org/changeset/base/275800 Log: Add a facility for non-init process to declare itself the reaper of the orphaned descendants. Base of the API is modelled after the same feature from the DragonFlyBSD.

svn commit: r275802 - head/sys/arm/mv

2014-12-15 Thread Ruslan Bukin
Author: br Date: Mon Dec 15 12:15:18 2014 New Revision: 275802 URL: https://svnweb.freebsd.org/changeset/base/275802 Log: Fix typo. Modified: head/sys/arm/mv/mv_pci.c Modified: head/sys/arm/mv/mv_pci.c == ---

svn commit: r275803 - vendor/bind9/9.9.6-P1

2014-12-15 Thread Erwin Lansing
Author: erwin Date: Mon Dec 15 12:16:09 2014 New Revision: 275803 URL: https://svnweb.freebsd.org/changeset/base/275803 Log: Tag the 9.9.6-P1 release Sponsored by: DK Hostmaster A/S Added: vendor/bind9/9.9.6-P1/ - copied from r275802, vendor/bind9/dist/

svn commit: r275804 - head/gnu/usr.bin/cc/cc1plus

2014-12-15 Thread Ed Maste
Author: emaste Date: Mon Dec 15 14:25:42 2014 New Revision: 275804 URL: https://svnweb.freebsd.org/changeset/base/275804 Log: Remove empty generated file upon gperf failure Prior to this change the build could fail as follows, if gperf is not available (or fails): - make(1) stops

svn commit: r275805 - head/lib/libc/iconv

2014-12-15 Thread Jun Kuriyama
Author: kuriyama Date: Mon Dec 15 14:36:04 2014 New Revision: 275805 URL: https://svnweb.freebsd.org/changeset/base/275805 Log: Fix incorrect type of invalids argument in __iconv() prototype. Modified: head/lib/libc/iconv/iconv.3 Modified: head/lib/libc/iconv/iconv.3

Re: svn commit: r275804 - head/gnu/usr.bin/cc/cc1plus

2014-12-15 Thread Ed Maste
On 15 December 2014 at 09:25, Ed Maste ema...@freebsd.org wrote: Author: emaste Date: Mon Dec 15 14:25:42 2014 New Revision: 275804 URL: https://svnweb.freebsd.org/changeset/base/275804 Log: Remove empty generated file upon gperf failure ... - ${.ALLSRC} ${.TARGET} +

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

2014-12-15 Thread Konstantin Belousov
Author: kib Date: Mon Dec 15 14:58:10 2014 New Revision: 275806 URL: https://svnweb.freebsd.org/changeset/base/275806 Log: Markup fixes for kqueue(2), no content changes. Reviewed by: brueffer (previous version) Sponsored by: The FreeBSD Foundation MFC after:3 days Modified:

svn commit: r275807 - in stable/10: . sys/compat/linux

2014-12-15 Thread Sean Bruno
, try WITH stable/10, and then rebuild without this option. The bootstrap process from older version of current is a bit fragile. +20141215: + At svn r271982, The default linux compat kernel ABI has been adjusted + to 2.6.18 in support of the linux-c6 compat ports infrastructure

svn commit: r275808 - in head/sys: dev/cxgbe/tom kern

2014-12-15 Thread John Baldwin
Author: jhb Date: Mon Dec 15 17:52:08 2014 New Revision: 275808 URL: https://svnweb.freebsd.org/changeset/base/275808 Log: Check for SS_NBIO in so-so_state instead of sb-sb_flags in soreceive_stream(). Differential Revision:https://reviews.freebsd.org/D1299 Reviewed by: bz,

svn commit: r275809 - stable/10/share/mk

2014-12-15 Thread Andrew Turner
Author: andrew Date: Mon Dec 15 18:13:03 2014 New Revision: 275809 URL: https://svnweb.freebsd.org/changeset/base/275809 Log: Revert r275778, gcc 4.2.1 doesn't handle -march=armv7. Modified: stable/10/share/mk/bsd.cpu.mk Directory Properties: stable/10/ (props changed) Modified:

svn commit: r275810 - head/contrib/elftoolchain/elfcopy

2014-12-15 Thread Ed Maste
Author: emaste Date: Mon Dec 15 18:18:57 2014 New Revision: 275810 URL: https://svnweb.freebsd.org/changeset/base/275810 Log: Correct elftoolchain strip(1) memory size calculation Calculate the segment's memory size (p_memsz) using the virtual addresses, not the file offsets. Otherwise

svn commit: r275811 - in head: cddl/contrib/opensolaris/cmd/zdb sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2014-12-15 Thread Xin LI
Author: delphij Date: Mon Dec 15 18:22:45 2014 New Revision: 275811 URL: https://svnweb.freebsd.org/changeset/base/275811 Log: MFV r275783: Convert ARC flags to use enum. Previously, public flags are defined in arc.h and private flags are defined in arc.c which can lead to confusion

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

2014-12-15 Thread Xin LI
Author: delphij Date: Mon Dec 15 18:28:22 2014 New Revision: 275812 URL: https://svnweb.freebsd.org/changeset/base/275812 Log: MFV r275784: Plug a memory leak in libzfs. In zfs_iter_bookmarks, an nvlist is allocated before calling lzc_get_bookmarks, which allocates the nvlist again (and

svn commit: r275813 - head/share/man/man9

2014-12-15 Thread Dmitry Chagin
Author: dchagin Date: Mon Dec 15 20:48:06 2014 New Revision: 275813 URL: https://svnweb.freebsd.org/changeset/base/275813 Log: Properly sort Xr to silence mandoc warnings. Differential Revision:https://reviews.freebsd.org/D1314 Reviewed by: wblock MFC after:1 Month

Re: svn commit: r275804 - head/gnu/usr.bin/cc/cc1plus

2014-12-15 Thread Craig Rodrigues
On Mon, Dec 15, 2014 at 6:25 AM, Ed Maste ema...@freebsd.org wrote: cfns.h: cfns.gperf gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' -L ANSI-C \ - ${.ALLSRC} ${.TARGET} + ${.ALLSRC} ${.TARGET} || (rm -f ${.TARGET}; false) Instead of removing the target

svn commit: r275814 - stable/10

2014-12-15 Thread Sean Bruno
. 20141215: - At svn r271982, The default linux compat kernel ABI has been adjusted + At svn r275807, The default linux compat kernel ABI has been adjusted to 2.6.18 in support of the linux-c6 compat ports infrastructure update. If you wish to continue using the linux

Re: svn commit: r275804 - head/gnu/usr.bin/cc/cc1plus

2014-12-15 Thread Ed Maste
On 15 December 2014 at 16:04, Craig Rodrigues rodr...@freebsd.org wrote: On Mon, Dec 15, 2014 at 6:25 AM, Ed Maste ema...@freebsd.org wrote: cfns.h: cfns.gperf gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' -L ANSI-C \ - ${.ALLSRC} ${.TARGET} + ${.ALLSRC}

Re: svn commit: r275804 - head/gnu/usr.bin/cc/cc1plus

2014-12-15 Thread Craig Rodrigues
On Mon, Dec 15, 2014 at 1:38 PM, Ed Maste ema...@freebsd.org wrote: cfns.h: cfns.gperf gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' -L ANSI-C \ ${.ALLSRC} ${.TARGET}_temp mv ${.TARGET}_temp ${.TARGET} Yeah. There are already examples of both

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

2014-12-15 Thread Ed Maste
Author: emaste Date: Mon Dec 15 22:20:14 2014 New Revision: 275815 URL: https://svnweb.freebsd.org/changeset/base/275815 Log: Use standard BSD license disclaimer text Approved by: benno, nwhitehorn Modified: head/sys/dev/ofw/ofw_cpu.c Modified: head/sys/dev/ofw/ofw_cpu.c

Re: svn commit: r275804 - head/gnu/usr.bin/cc/cc1plus

2014-12-15 Thread Alfred Perlstein
On 12/15/14 1:44 PM, Craig Rodrigues wrote: On Mon, Dec 15, 2014 at 1:38 PM, Ed Maste ema...@freebsd.org mailto:ema...@freebsd.org wrote: cfns.h: cfns.gperf gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' -L ANSI-C \ ${.ALLSRC} ${.TARGET}_temp

Re: svn commit: r275804 - head/gnu/usr.bin/cc/cc1plus

2014-12-15 Thread Ed Maste
Also, not removing temporary files upon failure makes things easier to debug. +100 In general I agree completely. In this case though such a change would just create an empty temporary file upon failure, which provides no additional help in tracking down the failure over the gperf: not

svn commit: r275816 - head/sys/dev/sis

2014-12-15 Thread Pyun YongHyeon
Author: yongari Date: Tue Dec 16 06:13:30 2014 New Revision: 275816 URL: https://svnweb.freebsd.org/changeset/base/275816 Log: Fix a bug introdiced in r217548. According to NS DP83815 data sheet, RX filter should be disabled before programming. Previously it was clearing wrong bits so RX

svn commit: r275817 - head/sys/amd64/vmm/io

2014-12-15 Thread Neel Natu
Author: neel Date: Tue Dec 16 06:33:57 2014 New Revision: 275817 URL: https://svnweb.freebsd.org/changeset/base/275817 Log: For level triggered interrupts clear the PIC IRR bit when the interrupt pin is deasserted. Prior to this change each assertion on a level triggered irq pin resulted in