svn commit: r267317 - head/usr.bin/dtc

2014-06-10 Thread Rui Paulo
Author: rpaulo Date: Tue Jun 10 06:04:25 2014 New Revision: 267317 URL: http://svnweb.freebsd.org/changeset/base/267317 Log: dtc: don't crash if the argument is a directory. Modified: head/usr.bin/dtc/fdt.cc Modified: head/usr.bin/dtc/fdt.cc

svn commit: r267318 - head/usr.bin/dtc

2014-06-10 Thread Rui Paulo
Author: rpaulo Date: Tue Jun 10 06:16:34 2014 New Revision: 267318 URL: http://svnweb.freebsd.org/changeset/base/267318 Log: dtc: ignore lines starting with #. This is necessary because we use the C pre-processor to parse #include lines and cpp adds line markings that start with #.

svn commit: r267319 - head/sys/tools/fdt

2014-06-10 Thread Rui Paulo
Author: rpaulo Date: Tue Jun 10 06:24:01 2014 New Revision: 267319 URL: http://svnweb.freebsd.org/changeset/base/267319 Log: Call cpp with -P to avoid printing line markings. Modified: head/sys/tools/fdt/make_dtb.sh Modified: head/sys/tools/fdt/make_dtb.sh

Re: svn commit: r267291 - head/sys/libkern

2014-06-10 Thread Alexey Dokuchaev
On Mon, Jun 09, 2014 at 07:27:47PM +, John Baldwin wrote: New Revision: 267291 URL: http://svnweb.freebsd.org/changeset/base/267291 Log: Use strcasecmp() instead of strcmp() when checking user-supplied encoding names so that encoding names are treated as case-insensitive. This

svn commit: r267320 - head/usr.sbin/acpi/acpiconf

2014-06-10 Thread Eitan Adler
Author: eadler Date: Tue Jun 10 08:15:41 2014 New Revision: 267320 URL: http://svnweb.freebsd.org/changeset/base/267320 Log: acpiconf(8): tell users not to use -k Add language from jhb Requested by: jhb, jkim Modified: head/usr.sbin/acpi/acpiconf/acpiconf.8 Modified:

Re: svn commit: r267248 - head/usr.sbin/acpi/acpiconf

2014-06-10 Thread Eitan Adler
On 9 June 2014 11:16, Jung-uk Kim j...@freebsd.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2014-06-09 11:43:52 -0400, John Baldwin wrote: On Sunday, June 08, 2014 9:54:01 pm Eitan Adler wrote: Author: eadler Date: Mon Jun 9 01:54:00 2014 New Revision: 267248 URL:

svn commit: r267321 - in head/sys/dev/usb: . controller

2014-06-10 Thread Marius Strobl
Author: marius Date: Tue Jun 10 08:20:00 2014 New Revision: 267321 URL: http://svnweb.freebsd.org/changeset/base/267321 Log: Avoid the USB device disconnected and controller shutdown clutter on system shutdown by putting the former under !rebooting and turning the latter into debug

svn commit: r267322 - stable/9/sys/i386/conf

2014-06-10 Thread Marius Strobl
Author: marius Date: Tue Jun 10 09:33:58 2014 New Revision: 267322 URL: http://svnweb.freebsd.org/changeset/base/267322 Log: MFC: r266821 (partial) - Actually, modules are built correctly when compiled along the kernel as they then pick up an opt_global.h from KERNBUILDDIR having PAE

svn commit: r267323 - stable/9/sys/i386/conf

2014-06-10 Thread Marius Strobl
Author: marius Date: Tue Jun 10 09:36:10 2014 New Revision: 267323 URL: http://svnweb.freebsd.org/changeset/base/267323 Log: MFC: r266820 (partial) - Shrink the list of excluded modules to what actually still doesn't build as of r267058. - Some style cleanups. Approved by: re

svn commit: r267324 - head/tools/tools/vt/fontcvt

2014-06-10 Thread Ed Maste
Author: emaste Date: Tue Jun 10 12:59:56 2014 New Revision: 267324 URL: http://svnweb.freebsd.org/changeset/base/267324 Log: vt fontcvt: handle failure writing output font Modified: head/tools/tools/vt/fontcvt/fontcvt.c Modified: head/tools/tools/vt/fontcvt/fontcvt.c

Re: svn commit: r267318 - head/usr.bin/dtc

2014-06-10 Thread Benjamin Kaduk
On Tue, Jun 10, 2014 at 2:16 AM, Rui Paulo rpa...@freebsd.org wrote: Author: rpaulo Date: Tue Jun 10 06:16:34 2014 New Revision: 267318 URL: http://svnweb.freebsd.org/changeset/base/267318 Log: dtc: ignore lines starting with #. This is necessary because we use the C pre-processor to

svn commit: r267326 - head/release

2014-06-10 Thread Glen Barber
Author: gjb Date: Tue Jun 10 15:19:28 2014 New Revision: 267326 URL: http://svnweb.freebsd.org/changeset/base/267326 Log: Add empty pkg-stage file to CLEANFILES if WITH_DVD=1. MFC after:3 days Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile Modified:

svn commit: r267327 - head/release

2014-06-10 Thread Glen Barber
Author: gjb Date: Tue Jun 10 15:20:41 2014 New Revision: 267327 URL: http://svnweb.freebsd.org/changeset/base/267327 Log: Fix indentation level. MFC after:3 days X-MFC-With: r267326 Sponsored by: The FreeBSD Foundation Modified: head/release/Makefile Modified:

svn commit: r267328 - head/sys/dev/netmap

2014-06-10 Thread Luigi Rizzo
Author: luigi Date: Tue Jun 10 16:06:59 2014 New Revision: 267328 URL: http://svnweb.freebsd.org/changeset/base/267328 Log: change the netmap mbuf destructor so the same code works also on FreeBSD 9. For head and 10 this change has no effect, but on stable/9 it would cause panics when using

svn commit: r267329 - head/sys/conf

2014-06-10 Thread Michael Tuexen
Author: tuexen Date: Tue Jun 10 16:11:20 2014 New Revision: 267329 URL: http://svnweb.freebsd.org/changeset/base/267329 Log: Add support for the SCTP_LOCAL_TRACE_BUF options. While there, fix some whitespaces. MFC after: 1 week Modified: head/sys/conf/options Modified:

svn commit: r267330 - in head/sys/amd64: include vmm vmm/intel

2014-06-10 Thread Neel Natu
Author: neel Date: Tue Jun 10 16:45:58 2014 New Revision: 267330 URL: http://svnweb.freebsd.org/changeset/base/267330 Log: Add helper functions to populate VM exit information for rendezvous and astpending exits. This is to reduce code duplication between VT-x and SVM implementations.

svn commit: r267331 - in head: . etc share/mk

2014-06-10 Thread Julio Merino
Author: jmmv Date: Tue Jun 10 17:04:30 2014 New Revision: 267331 URL: http://svnweb.freebsd.org/changeset/base/267331 Log: Put the test suite in its own tests.txz distribution file. Force all the contents of /usr/tests to go into a separate distribution file so that users of binary

svn commit: r267332 - head/release

2014-06-10 Thread Julio Merino
Author: jmmv Date: Tue Jun 10 17:05:41 2014 New Revision: 267332 URL: http://svnweb.freebsd.org/changeset/base/267332 Log: Strip out the test suite from the installation media. This affects the disc1.iso, dvd1.iso and bootonly.iso files. Obtained from:gjb Modified:

svn commit: r267333 - stable/10/sys/dev/netmap

2014-06-10 Thread Luigi Rizzo
Author: luigi Date: Tue Jun 10 17:17:44 2014 New Revision: 267333 URL: http://svnweb.freebsd.org/changeset/base/267333 Log: MFC 267328: change the netmap mbuf destructor so the same code works also on FreeBSD 9. For head and 10 this change has no effect, but on stable/9 it would cause

Re: svn commit: r267332 - head/release

2014-06-10 Thread Nathan Whitehorn
On 06/10/14 10:05, Julio Merino wrote: Author: jmmv Date: Tue Jun 10 17:05:41 2014 New Revision: 267332 URL: http://svnweb.freebsd.org/changeset/base/267332 Log: Strip out the test suite from the installation media. This affects the disc1.iso, dvd1.iso and bootonly.iso files.

svn commit: r267334 - stable/10/sys/dev/netmap

2014-06-10 Thread Luigi Rizzo
Author: luigi Date: Tue Jun 10 17:24:46 2014 New Revision: 267334 URL: http://svnweb.freebsd.org/changeset/base/267334 Log: MFC 267284 Fixes from Fanco Ficthner on transparent mode * The way rings are updated changed with the last API bump. Also sync -head when moving slots in

Re: svn commit: r267332 - head/release

2014-06-10 Thread Glen Barber
On Tue, Jun 10, 2014 at 10:22:15AM -0700, Nathan Whitehorn wrote: On 06/10/14 10:05, Julio Merino wrote: Author: jmmv Date: Tue Jun 10 17:05:41 2014 New Revision: 267332 URL: http://svnweb.freebsd.org/changeset/base/267332 Log: Strip out the test suite from the installation media.

Re: svn commit: r267332 - head/release

2014-06-10 Thread Nathan Whitehorn
On 06/10/14 10:26, Glen Barber wrote: On Tue, Jun 10, 2014 at 10:22:15AM -0700, Nathan Whitehorn wrote: On 06/10/14 10:05, Julio Merino wrote: Author: jmmv Date: Tue Jun 10 17:05:41 2014 New Revision: 267332 URL: http://svnweb.freebsd.org/changeset/base/267332 Log: Strip out the test suite

svn commit: r267335 - head/lib/clang

2014-06-10 Thread Dimitry Andric
Author: dim Date: Tue Jun 10 17:54:24 2014 New Revision: 267335 URL: http://svnweb.freebsd.org/changeset/base/267335 Log: In some scenarios, when generating llvm/clang .inc.h files, multiple source files could be passed to tblgen or clang-tblgen, leading to a Too many positional arguments

svn commit: r267336 - head/sys/netgraph/bluetooth/socket

2014-06-10 Thread Mikolaj Golub
Author: trociny Date: Tue Jun 10 18:21:37 2014 New Revision: 267336 URL: http://svnweb.freebsd.org/changeset/base/267336 Log: PF_BLUETOOTH protocols: skip initialization of non-virtualized globals for non-default VNET instances. This fixes panic on a vnet initialization when ng_btsocket

svn commit: r267337 - in head: tools/tools/vt/fontcvt usr.bin usr.bin/vtfontcvt

2014-06-10 Thread Ed Maste
Author: emaste Date: Tue Jun 10 18:29:45 2014 New Revision: 267337 URL: http://svnweb.freebsd.org/changeset/base/267337 Log: vt fontcvt: move to usr.bin/vtfontcvt vtfontcvt is useful for end users to convert arbitrary bitmap fonts for use by vt(4). It can also be used as a build tool,

svn commit: r267338 - head/sys/amd64/include

2014-06-10 Thread Tycho Nightingale
Author: tychon Date: Tue Jun 10 18:46:00 2014 New Revision: 267338 URL: http://svnweb.freebsd.org/changeset/base/267338 Log: Replace enum forward declarations with complete definitions. Reviewed by: neel Modified: head/sys/amd64/include/vmm.h Modified: head/sys/amd64/include/vmm.h

svn commit: r267339 - stable/10/usr.sbin/bhyve

2014-06-10 Thread John Baldwin
Author: jhb Date: Tue Jun 10 19:00:14 2014 New Revision: 267339 URL: http://svnweb.freebsd.org/changeset/base/267339 Log: MFC 261000,261785,263238,263322,264302: Various AHCI fixes: - Fix issue with stale fields from a recycled request pulled off the freelist. - Provide an indication

svn commit: r267340 - in head/sys: arm/versatile dev/advansys dev/an dev/ata dev/buslogic dev/dpt dev/hifn dev/malo dev/mwl dev/safe dev/sym dev/trm dev/tx dev/ubsec

2014-06-10 Thread John Baldwin
Author: jhb Date: Tue Jun 10 20:25:45 2014 New Revision: 267340 URL: http://svnweb.freebsd.org/changeset/base/267340 Log: Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, don't create a map before calling bus_dmamem_alloc() (such maps were leaked). It is believed

svn commit: r267341 - stable/10/usr.sbin/bhyve

2014-06-10 Thread John Baldwin
Author: jhb Date: Tue Jun 10 21:20:37 2014 New Revision: 267341 URL: http://svnweb.freebsd.org/changeset/base/267341 Log: MFC 261217: Remove support for legacy PCI devices. These haven't been needed since support for LPC uart devices was added and it conflicts with upcoming patches to

Re: svn commit: r267341 - stable/10/usr.sbin/bhyve

2014-06-10 Thread John Baldwin
On Tuesday, June 10, 2014 5:20:37 pm John Baldwin wrote: Author: jhb Date: Tue Jun 10 21:20:37 2014 New Revision: 267341 URL: http://svnweb.freebsd.org/changeset/base/267341 Log: MFC 261217: Remove support for legacy PCI devices. These haven't been needed since support for LPC

svn commit: r267342 - head/sys/dev/nvme

2014-06-10 Thread Jim Harris
Author: jimharris Date: Tue Jun 10 21:40:43 2014 New Revision: 267342 URL: http://svnweb.freebsd.org/changeset/base/267342 Log: Use bitwise OR instead of logical OR when constructing value for SET_FEATURES/NUMBER_OF_QUEUES command. Sponsored by: Intel MFC after:3 days Modified:

svn commit: r267343 - stable/10/sys/fs/nfsserver

2014-06-10 Thread Rick Macklem
Author: rmacklem Date: Tue Jun 10 22:36:01 2014 New Revision: 267343 URL: http://svnweb.freebsd.org/changeset/base/267343 Log: MFC: r267191 The new NFS server would not allow a hard link to be created to a symlink. This restriction (which was inherited from OpenBSD) is not required by the

svn commit: r267346 - stable/10/sys/fs/tmpfs

2014-06-10 Thread Konstantin Belousov
Author: kib Date: Wed Jun 11 03:59:14 2014 New Revision: 267346 URL: http://svnweb.freebsd.org/changeset/base/267346 Log: MFC r267060: Allow shared locking for the tmpfs vnode. Modified: stable/10/sys/fs/tmpfs/tmpfs_subr.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r267347 - in stable/10/sys/dev/usb: . controller

2014-06-10 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 11 05:39:08 2014 New Revision: 267347 URL: http://svnweb.freebsd.org/changeset/base/267347 Log: MFC r267240: Resolve a deadlock setting the USB configuration index from userspace on USB HUBs by moving the code into the USB explore threads. The deadlock

svn commit: r267348 - in stable/8/sys/dev/usb: . controller

2014-06-10 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 11 05:45:48 2014 New Revision: 267348 URL: http://svnweb.freebsd.org/changeset/base/267348 Log: MFC r267240: Resolve a deadlock setting the USB configuration index from userspace on USB HUBs by moving the code into the USB explore threads. The deadlock

svn commit: r267349 - stable/10/sys/dev/usb/wlan

2014-06-10 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 11 05:50:04 2014 New Revision: 267349 URL: http://svnweb.freebsd.org/changeset/base/267349 Log: MFC r267066 and r267041: Fixes for the RSU driver: - The R92S_TCR register is an 8-bit register. Don't access it like a 16-bit register. - Disable parsing the