svn commit: r269010 - vendor-sys/illumos/dist/common/zfs vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor-sys/illumos/dist/uts/common/sys/fs vendor/ill...

2014-07-23 Thread Xin LI
Author: delphij Date: Wed Jul 23 08:00:34 2014 New Revision: 269010 URL: http://svnweb.freebsd.org/changeset/base/269010 Log: 4976 zfs should only avoid writing to a failing non-redundant top-level vdev 4977 mdb error in ::spa_space from space_cb() if a metaslab's ms_sm is NULL 4978 ztest fa

svn commit: r269010 - vendor-sys/illumos/dist/common/zfs vendor-sys/illumos/dist/uts/common/fs/zfs vendor-sys/illumos/dist/uts/common/fs/zfs/sys vendor-sys/illumos/dist/uts/common/sys/fs vendor/ill...

2014-07-23 Thread Xin LI
Author: delphij Date: Wed Jul 23 08:00:34 2014 New Revision: 269010 URL: http://svnweb.freebsd.org/changeset/base/269010 Log: 4976 zfs should only avoid writing to a failing non-redundant top-level vdev 4977 mdb error in ::spa_space from space_cb() if a metaslab's ms_sm is NULL 4978 ztest fa

svn commit: r269011 - in stable/10/contrib/llvm/tools/clang: include/clang/Driver include/clang/Frontend lib/CodeGen lib/Driver lib/Frontend

2014-07-23 Thread Ed Maste
Author: emaste Date: Wed Jul 23 14:25:47 2014 New Revision: 269011 URL: http://svnweb.freebsd.org/changeset/base/269011 Log: MFC r265477: Merge -fstandalone-debug from Clang r198655: Implement a new -fstandalone-debug option. rdar://problem/15685848 It controls everything that -flimit

svn commit: r269013 - stable/10/lib/libkvm

2014-07-23 Thread Ed Maste
Author: emaste Date: Wed Jul 23 14:29:28 2014 New Revision: 269013 URL: http://svnweb.freebsd.org/changeset/base/269013 Log: MFC r261799: Add bounds check for pteindex / pdeindex to amd64 kvm_minidump Modified: stable/10/lib/libkvm/kvm_minidump_amd64.c Directory Properties: stable/10/ (pr

svn commit: r269014 - stable/10/usr.sbin/kldxref

2014-07-23 Thread Ed Maste
Author: emaste Date: Wed Jul 23 14:30:58 2014 New Revision: 269014 URL: http://svnweb.freebsd.org/changeset/base/269014 Log: MFC r265157: kldxref: Clean up error reporting Omit "too many sections" warnings if the ELF file is not dynamically linked (and is therefore skipped anyway), an

svn commit: r269015 - head/lib/libutil

2014-07-23 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jul 23 14:57:15 2014 New Revision: 269015 URL: http://svnweb.freebsd.org/changeset/base/269015 Log: fparseln(3): Update from NetBSD sources. -fix a condition so that fparseln() doesn't report spurious empty lines eg after 2 comment lines, or on EOF after a single co

svn commit: r269016 - head/lib/libedit/TEST

2014-07-23 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jul 23 15:12:17 2014 New Revision: 269016 URL: http://svnweb.freebsd.org/changeset/base/269016 Log: Fix mismatch. MFC after:3 days Modified: head/lib/libedit/TEST/tc1.c Modified: head/lib/libedit/TEST/tc1.c ==

svn commit: r269017 - in head/sys: amd64/acpica amd64/amd64 boot/i386/libi386

2014-07-23 Thread Roger Pau Monné
Author: royger Date: Wed Jul 23 15:53:29 2014 New Revision: 269017 URL: http://svnweb.freebsd.org/changeset/base/269017 Log: don't set CR4 PSE bit on amd64 Setting PSE together with PAE or in long mode just makes the PSE bit completely ignored, so don't set it. Sponsored by: Citrix S

svn commit: r269018 - head/sys/fs/nandfs

2014-07-23 Thread Warner Losh
Author: imp Date: Wed Jul 23 16:18:51 2014 New Revision: 269018 URL: http://svnweb.freebsd.org/changeset/base/269018 Log: Fix typo in comment: noone -> no one. Fix minor style(9) nits. Modified: head/sys/fs/nandfs/nandfs_vnops.c Modified: head/sys/fs/nandfs/nandfs_vnops.c =

svn commit: r269019 - head/sys/ufs/ufs

2014-07-23 Thread Warner Losh
Author: imp Date: Wed Jul 23 16:18:54 2014 New Revision: 269019 URL: http://svnweb.freebsd.org/changeset/base/269019 Log: Simplify comment to remove multiple negative and passive voice. Modified: head/sys/ufs/ufs/ufs_vnops.c Modified: head/sys/ufs/ufs/ufs_vnops.c

Re: svn commit: r219177 - in head: . games release release/scripts

2014-07-23 Thread Bjoern A. Zeeb
On 02 Mar 2011, at 14:39 , Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Wed Mar 2 14:39:26 2011 > New Revision: 219177 > URL: http://svn.freebsd.org/changeset/base/219177 > > Log: > Improve the distributeworld target in Makefile.inc1 and update the release > infrastructure to use it.

Re: svn commit: r219177 - in head: . games release release/scripts

2014-07-23 Thread Nathan Whitehorn
On 07/23/14 09:34, Bjoern A. Zeeb wrote: On 02 Mar 2011, at 14:39 , Nathan Whitehorn wrote: Author: nwhitehorn Date: Wed Mar 2 14:39:26 2011 New Revision: 219177 URL: http://svn.freebsd.org/changeset/base/219177 Log: Improve the distributeworld target in Makefile.inc1 and update the relea

Re: svn commit: r268945 - in head: lib/libc/stdlib sys/sys

2014-07-23 Thread Konstantin Belousov
On Mon, Jul 21, 2014 at 03:44:59PM +, Pedro F. Giffuni wrote: > Author: pfg > Date: Mon Jul 21 15:44:59 2014 > New Revision: 268945 > URL: http://svnweb.freebsd.org/changeset/base/268945 > > Log: > Fix hdestroy() compliance issue. > > The hcreate(3) implementation and related functions

Re: svn commit: r268494 - in head: lib/libsbuf sys/kern sys/sys

2014-07-23 Thread Konstantin Belousov
On Mon, Jul 21, 2014 at 11:07:18AM +0200, Pietro Cerutti wrote: > On 2014-Jul-18, 18:47, Bryan Drewery wrote: > > On 2014-07-10 08:08, Pietro Cerutti wrote: > > > Author: gahr (ports committer) > > > Date: Thu Jul 10 13:08:51 2014 > > > New Revision: 268494 > > > URL: http://svnweb.freebsd.org/chan

Re: svn commit: r268945 - in head: lib/libc/stdlib sys/sys

2014-07-23 Thread Pedro Giffuni
Il giorno 23/lug/2014, alle ore 12:22, Konstantin Belousov ha scritto: > On Mon, Jul 21, 2014 at 03:44:59PM +, Pedro F. Giffuni wrote: >> Author: pfg >> Date: Mon Jul 21 15:44:59 2014 >> New Revision: 268945 >> URL: http://svnweb.freebsd.org/changeset/base/268945 >> >> Log: >> Fix hdestro

svn commit: r269020 - head/sys/kern

2014-07-23 Thread Mateusz Guzik
Author: mjg Date: Wed Jul 23 18:04:52 2014 New Revision: 269020 URL: http://svnweb.freebsd.org/changeset/base/269020 Log: Cosmetic changes to unp_internalize Don't throw away the result of fget_unlocked. Move fdp increment to for loop to make it consistent with similar code elsewhere.

svn commit: r269021 - head/usr.bin/mkimg

2014-07-23 Thread Marcel Moolenaar
Author: marcel Date: Wed Jul 23 18:05:39 2014 New Revision: 269021 URL: http://svnweb.freebsd.org/changeset/base/269021 Log: Fix builds on older FreeBSD versions and/or non-FreeBSD machines: don't use _Static_assert unconditionally. Modified: head/usr.bin/mkimg/vhd.c Modified: head/usr.bin

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

2014-07-23 Thread Sergey Kandaurov
Author: pluknet Date: Wed Jul 23 18:54:18 2014 New Revision: 269022 URL: http://svnweb.freebsd.org/changeset/base/269022 Log: - Use Rs/Re mdoc macros. - Remove duplicate and/or redundant content. Modified: head/share/man/man9/PCBGROUP.9 Modified: head/share/man/man9/PCBGROUP.9

svn commit: r269023 - in head/sys: kern sys

2014-07-23 Thread Mateusz Guzik
Author: mjg Date: Wed Jul 23 19:33:49 2014 New Revision: 269023 URL: http://svnweb.freebsd.org/changeset/base/269023 Log: Prepare fget_unlocked for reading fd table only once. Some capsicum functions accept fdp + fd and lookup fde based on that. Add variants which accept fde. Reviewe

svn commit: r269025 - stable/10/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX

2014-07-23 Thread Ed Maste
Author: emaste Date: Wed Jul 23 19:37:24 2014 New Revision: 269025 URL: http://svnweb.freebsd.org/changeset/base/269025 Log: MFC r263678: lldb: Invoke PT_KILL from ProcessPosix::DoDestroy We previously sent SIGKILL to the debuggee in DoDestroy, but did not actually detach or kill via

svn commit: r269026 - stable/10/contrib/llvm/tools/lldb/tools/driver

2014-07-23 Thread Ed Maste
Author: emaste Date: Wed Jul 23 19:38:29 2014 New Revision: 269026 URL: http://svnweb.freebsd.org/changeset/base/269026 Log: MFC r268527: Remove unused readline header Modified: stable/10/contrib/llvm/tools/lldb/tools/driver/Platform.h Directory Properties: stable/10/ (props changed) Mod

Re: svn commit: r268945 - in head: lib/libc/stdlib sys/sys

2014-07-23 Thread Pedro Giffuni
Il giorno 23/lug/2014, alle ore 12:54, Pedro Giffuni ha scritto: > > Il giorno 23/lug/2014, alle ore 12:22, Konstantin Belousov > ha scritto: > >> On Mon, Jul 21, 2014 at 03:44:59PM +, Pedro F. Giffuni wrote: >>> Author: pfg >>> Date: Mon Jul 21 15:44:59 2014 >>> New Revision: 268945 >>

svn commit: r269027 - in head/usr.sbin/bsdconfig/dot: . include

2014-07-23 Thread Devin Teske
Author: dteske Date: Wed Jul 23 21:08:04 2014 New Revision: 269027 URL: http://svnweb.freebsd.org/changeset/base/269027 Log: Fix a bug where include file `networking/services.subr' was not being properly clustered. Change `fixedsize' to `fixedsize = true' to satisfy newer versions of dot(

svn commit: r269029 - head/sys/boot/libstand32

2014-07-23 Thread Sean Bruno
Author: sbruno Date: Wed Jul 23 22:11:04 2014 New Revision: 269029 URL: http://svnweb.freebsd.org/changeset/base/269029 Log: Update so that clean target in sys/boot will delete the symlink created for machine Reviewed by: emaste Modified: head/sys/boot/libstand32/Makefile Modified: h

svn commit: r269028 - stable/9/etc

2014-07-23 Thread Devin Teske
Author: dteske Date: Wed Jul 23 22:10:34 2014 New Revision: 269028 URL: http://svnweb.freebsd.org/changeset/base/269028 Log: MFC r267812 (hrs): Fix ifname normalization. ifconfig_IF_alias{es,N} did not work if ifname has any of [.-/+]. PR: conf/191961 Spotted by: jhay MFC

svn commit: r269030 - head/sys/boot/i386/loader

2014-07-23 Thread Sean Bruno
Author: sbruno Date: Wed Jul 23 22:12:05 2014 New Revision: 269030 URL: http://svnweb.freebsd.org/changeset/base/269030 Log: Add .NOPATH to the machine target so that builds in sys/boot work and don't error out building zfs loader. Submitted by: s...@freebsd.org Modified: head/sys/boot

svn commit: r269031 - head

2014-07-23 Thread Sean Bruno
Author: sbruno Date: Wed Jul 23 22:18:43 2014 New Revision: 269031 URL: http://svnweb.freebsd.org/changeset/base/269031 Log: Deprecate the use of XDEV and XDEV_ARCH and just use TARGET/TARGET_ARCH for the xdev build target, which is awesome and totally works. Reapply svn R268377 with corr

svn commit: r269032 - head/sys/dev/cxgbe

2014-07-23 Thread Navdeep Parhar
Author: np Date: Wed Jul 23 22:29:22 2014 New Revision: 269032 URL: http://svnweb.freebsd.org/changeset/base/269032 Log: cxgbe(4): Keep track of the clusters that have to be freed by the custom free routine (rxb_free) in the driver. Fail MOD_UNLOAD with EBUSY if any such cluster has been h

svn commit: r269033 - head/release/arm

2014-07-23 Thread Glen Barber
Author: gjb Date: Wed Jul 23 22:35:23 2014 New Revision: 269033 URL: http://svnweb.freebsd.org/changeset/base/269033 Log: Fake out the deprecation of XDEV and XDEV_ARCH by continuing to use the variables in the configuration file, but switch XDEV= and XDEV_ARCH= to TARGET= and TARGET_ARCH=

svn commit: r269034 - stable/9/etc

2014-07-23 Thread Devin Teske
Author: dteske Date: Wed Jul 23 22:41:07 2014 New Revision: 269034 URL: http://svnweb.freebsd.org/changeset/base/269034 Log: MFC r266475 (rea): Fix warning messages after r252015 $alias used to hold alias number, but now it carries full variable name, so messages were tuned to account for

svn commit: r269035 - stable/10/etc

2014-07-23 Thread Devin Teske
Author: dteske Date: Wed Jul 23 22:47:00 2014 New Revision: 269035 URL: http://svnweb.freebsd.org/changeset/base/269035 Log: MFC r267812 (hrs): Fix ifname normalization. ifconfig_IF_alias{es,N} did not work if ifname has any of [.-/+]. While here, also perform the following to reduce diff

svn commit: r269036 - head/sys/boot/libstand32

2014-07-23 Thread Sean Bruno
Author: sbruno Date: Wed Jul 23 22:58:00 2014 New Revision: 269036 URL: http://svnweb.freebsd.org/changeset/base/269036 Log: Delete the entire cleandepend/cleanmachine target thing now that its been cleared out in r269029 Reviewed by: ema...@freebsd.org Modified: head/sys/boot/libstan

svn commit: r269037 - head/usr.bin/make

2014-07-23 Thread Devin Teske
Author: dteske Date: Wed Jul 23 23:01:54 2014 New Revision: 269037 URL: http://svnweb.freebsd.org/changeset/base/269037 Log: When producing fmake(1), `make clean' should remove fmake.1 (a copy of make.1). Introduced initially via SVN r250699 (sjg). Reviewed by: sjg, gjb MFC after:3

svn commit: r269038 - in stable: 10/sys/dev/acpica 9/sys/dev/acpica

2014-07-23 Thread John Baldwin
Author: jhb Date: Thu Jul 24 00:02:39 2014 New Revision: 269038 URL: http://svnweb.freebsd.org/changeset/base/269038 Log: MFC 267883: Expand r261243 even further and ignore any I/O port resources assigned to PCI root bridges except for the one known-valid case on x86 where bridges claim th

svn commit: r269038 - in stable: 10/sys/dev/acpica 9/sys/dev/acpica

2014-07-23 Thread John Baldwin
Author: jhb Date: Thu Jul 24 00:02:39 2014 New Revision: 269038 URL: http://svnweb.freebsd.org/changeset/base/269038 Log: MFC 267883: Expand r261243 even further and ignore any I/O port resources assigned to PCI root bridges except for the one known-valid case on x86 where bridges claim th

svn commit: r269039 - head/sys/conf

2014-07-23 Thread Sean Bruno
Author: sbruno Date: Thu Jul 24 00:25:25 2014 New Revision: 269039 URL: http://svnweb.freebsd.org/changeset/base/269039 Log: Clean symlinks created in sys/modules dirs when a make clean is invoked. Phabric: https://phabric.freebsd.org/D474 Reviewed by: grehan sjg Modified: head/s

svn commit: r269040 - in stable/9: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering cddl/contrib/opensolaris/lib/libdtrace/common sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opens...

2014-07-23 Thread Mark Johnston
Author: markj Date: Thu Jul 24 01:08:02 2014 New Revision: 269040 URL: http://svnweb.freebsd.org/changeset/base/269040 Log: MFC r262329: Define the KM_NORMALPRI flag for kmem_alloc(), as it is used in some upstream DTrace code. MFC r262330: 1452 DTrace buffer autoscaling should be les

svn commit: r269041 - in stable/10: tools/tools/vt/fontcvt usr.bin usr.bin/vtfontcvt

2014-07-23 Thread Ed Maste
Author: emaste Date: Thu Jul 24 01:35:41 2014 New Revision: 269041 URL: http://svnweb.freebsd.org/changeset/base/269041 Log: MFC vtfontcvt improvements: r267011: Make height and width optional arguments Now defaults to a 16x8 font size. The height and width can be specified usin

svn commit: r269042 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm usr.sbin/bhyve

2014-07-23 Thread Neel Natu
Author: neel Date: Thu Jul 24 01:38:11 2014 New Revision: 269042 URL: http://svnweb.freebsd.org/changeset/base/269042 Log: Fix fault injection in bhyve. The faulting instruction needs to be restarted when the exception handler is done handling the fault. bhyve now does this correctly by s

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

2014-07-23 Thread Neel Natu
Author: neel Date: Thu Jul 24 05:31:57 2014 New Revision: 269043 URL: http://svnweb.freebsd.org/changeset/base/269043 Log: Reduce the proliferation of VMEXIT_RESTART in task_switch.c. This is in preparation for further simplification of the return values from VM exit handlers in bhyve(8).

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

2014-07-23 Thread Kevin Lo
Author: kevlo Date: Thu Jul 24 05:57:33 2014 New Revision: 269044 URL: http://svnweb.freebsd.org/changeset/base/269044 Log: MFC r268601: Make bind(2) and connect(2) return EAFNOSUPPORT for AF_UNIX on wrong address family. See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191586 f

svn commit: r269045 - stable/10/lib/libc/sys

2014-07-23 Thread Kevin Lo
Author: kevlo Date: Thu Jul 24 05:59:32 2014 New Revision: 269045 URL: http://svnweb.freebsd.org/changeset/base/269045 Log: MFC r268643: Document that listen(2) can fail with EDESTADDRREQ. Modified: stable/10/lib/libc/sys/listen.2 Directory Properties: stable/10/ (props changed) Mod

svn commit: r269046 - in stable/10/sys: kern net

2014-07-23 Thread Kevin Lo
Author: kevlo Date: Thu Jul 24 06:02:03 2014 New Revision: 269046 URL: http://svnweb.freebsd.org/changeset/base/269046 Log: MFC r268787: Deprecate m_act. Use m_nextpkt always. Modified: stable/10/sys/kern/uipc_usrreq.c stable/10/sys/net/if.c stable/10/sys/net/if_spppsubr.c Directory

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

2014-07-23 Thread Kevin Lo
Author: kevlo Date: Thu Jul 24 06:03:45 2014 New Revision: 269047 URL: http://svnweb.freebsd.org/changeset/base/269047 Log: MFC r268825: Remove deprecated definition "m_act". Suggested by: adrian, glebius Modified: stable/10/sys/sys/mbuf.h Directory Properties: stable/10/ (props

svn commit: r269048 - head

2014-07-23 Thread Warner Losh
hu Jul 24 06:16:51 2014(r269048) @@ -31,6 +31,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20140723: + The xdev targets h