svn commit: r262020 - head/sys/arm/xscale/ixp425

2014-02-17 Thread John Hay
Author: jhay Date: Mon Feb 17 11:05:57 2014 New Revision: 262020 URL: http://svnweb.freebsd.org/changeset/base/262020 Log: Make it possible to use the env kernel config file option for AVILA and CAMBRIA boards that does not use loader to load the kernel. This is basically how it was done for

svn commit: r262027 - in head/sys: conf net netinet netinet6

2014-02-17 Thread Gleb Smirnoff
Author: glebius Date: Mon Feb 17 11:50:56 2014 New Revision: 262027 URL: http://svnweb.freebsd.org/changeset/base/262027 Log: o Remove at compile time the HASH_ALL code, that was never tested and is unfinished. However, I've tested my version, it works okay. As before it is unfinished: t

svn commit: r262028 - head/sys/net

2014-02-17 Thread Gleb Smirnoff
Author: glebius Date: Mon Feb 17 12:01:50 2014 New Revision: 262028 URL: http://svnweb.freebsd.org/changeset/base/262028 Log: Bring copyright notice to standard style. Modified: head/sys/net/flowtable.c head/sys/net/flowtable.h Modified: head/sys/net/flowtable.c ===

svn commit: r262029 - head/sys/net

2014-02-17 Thread Gleb Smirnoff
Author: glebius Date: Mon Feb 17 12:02:44 2014 New Revision: 262029 URL: http://svnweb.freebsd.org/changeset/base/262029 Log: Whitespace. Modified: head/sys/net/flowtable.c Modified: head/sys/net/flowtable.c == --- h

svn commit: r262030 - head/sys/net

2014-02-17 Thread Gleb Smirnoff
Author: glebius Date: Mon Feb 17 12:07:17 2014 New Revision: 262030 URL: http://svnweb.freebsd.org/changeset/base/262030 Log: Add my copyright to flowtable. Modified: head/sys/net/flowtable.c head/sys/net/flowtable.h Modified: head/sys/net/flowtable.c ==

svn commit: r262036 - head/release

2014-02-17 Thread John Hay
Author: jhay Date: Mon Feb 17 12:29:17 2014 New Revision: 262036 URL: http://svnweb.freebsd.org/changeset/base/262036 Log: etcupdate should use the src tree from where the release is built, not the default (/usr/src) tree. MFC after:2 weeks Modified: head/release/Makefile Modified

svn commit: r262051 - head/cddl/contrib/opensolaris/cmd/zpool

2014-02-17 Thread Mark Felder
Author: feld (ports committer) Date: Mon Feb 17 13:23:49 2014 New Revision: 262051 URL: http://svnweb.freebsd.org/changeset/base/262051 Log: Fix formatting. "Manpages should start a new sentence on a new line. This makes it easier for translators to track changes." -jhb Approved by:

Re: svn commit: r262051 - head/cddl/contrib/opensolaris/cmd/zpool

2014-02-17 Thread Bruce Evans
On Mon, 17 Feb 2014, Mark Felder wrote: Log: Fix formatting. "Manpages should start a new sentence on a new line. This makes it easier for translators to track changes." -jhb This has very little to do with translators. This makes it possible for man(1) to format the output correctly, at

svn commit: r262066 - head/sys/dev/sound/pcm

2014-02-17 Thread Eitan Adler
Author: eadler Date: Mon Feb 17 15:33:21 2014 New Revision: 262066 URL: http://svnweb.freebsd.org/changeset/base/262066 Log: pcm(4): Permit non-root users to change default unit Discussed with: mav Modified: head/sys/dev/sound/pcm/sound.c Modified: head/sys/dev/sound/pcm/sound.c =

svn commit: r262121 - in head: contrib/llvm/tools/lldb/include/lldb/Expression contrib/llvm/tools/lldb/source/Core contrib/llvm/tools/lldb/source/Expression contrib/llvm/tools/lldb/source/Host/comm...

2014-02-17 Thread Ed Maste
Author: emaste Date: Mon Feb 17 18:50:03 2014 New Revision: 262121 URL: http://svnweb.freebsd.org/changeset/base/262121 Log: Update lldb for clang/llvm 3.4 import This commit largely restores the lldb source to the upstream r196259 snapshot with the addition of threaded inferior support a

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

2014-02-17 Thread Ian Lepore
Author: ian Date: Mon Feb 17 20:04:57 2014 New Revision: 262123 URL: http://svnweb.freebsd.org/changeset/base/262123 Log: Give the fdt helper routines static linkage since no global definition of them is provided anywhere. (gcc was nice enough to warn about this, clang didn't for some reaso

svn commit: r262125 - head/sys/dev/usb/controller

2014-02-17 Thread Dimitry Andric
Author: dim Date: Mon Feb 17 20:08:11 2014 New Revision: 262125 URL: http://svnweb.freebsd.org/changeset/base/262125 Log: In sys/dev/usb/controller/uss820dci.c, similar to r261977, fix a warning about uss820dci_odevd being unused, by adding it to the part that handles getting descriptors.

Re: svn commit: r262125 - head/sys/dev/usb/controller

2014-02-17 Thread Luiz Otavio O Souza
On Mon, Feb 17, 2014 at 5:08 PM, Dimitry Andric wrote: > Author: dim > Date: Mon Feb 17 20:08:11 2014 > New Revision: 262125 > URL: http://svnweb.freebsd.org/changeset/base/262125 > > Log: > In sys/dev/usb/controller/uss820dci.c, similar to r261977, fix a warning > about uss820dci_odevd being

svn commit: r262128 - head/sys/dev/usb/quirk

2014-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 17 20:26:13 2014 New Revision: 262128 URL: http://svnweb.freebsd.org/changeset/base/262128 Log: Adjust USB quirk. MFC after:1 week Submitted by: Volodymyr Kostyrko Modified: head/sys/dev/usb/quirk/usb_quirk.c Modified: head/sys/dev/usb/quirk/usb_qui

svn commit: r262129 - head/sys/dev/usb/quirk

2014-02-17 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 17 20:30:29 2014 New Revision: 262129 URL: http://svnweb.freebsd.org/changeset/base/262129 Log: Our quirk table is almost full. Add some room for more quirks. MFC after:1 week Modified: head/sys/dev/usb/quirk/usb_quirk.c Modified: head/sys/dev/usb/quir

svn commit: r262133 - head/tests/sys/kern

2014-02-17 Thread Alan Somers
Author: asomers Date: Mon Feb 17 22:06:52 2014 New Revision: 262133 URL: http://svnweb.freebsd.org/changeset/base/262133 Log: test_eagain_*_* should've been using nonblocking sockets instead of blocking sockets. The error was not exposed as long as the kernel suffered from PR kern/185812.

Re: svn commit: r262051 - head/cddl/contrib/opensolaris/cmd/zpool

2014-02-17 Thread John Baldwin
On Tuesday 18 February 2014 02:07:06 Bruce Evans wrote: > On Mon, 17 Feb 2014, Mark Felder wrote: > > Log: > > Fix formatting. > > > > "Manpages should start a new sentence on a new line. This makes it easier > > for translators to track changes." -jhb > > This has very little to do with tran

svn commit: r262135 - in head/libexec: fingerd rbootd

2014-02-17 Thread Christian Brueffer
Author: brueffer Date: Mon Feb 17 22:26:21 2014 New Revision: 262135 URL: http://svnweb.freebsd.org/changeset/base/262135 Log: Add $FreeBSD$. MFC after:1 week Modified: head/libexec/fingerd/pathnames.h head/libexec/rbootd/pathnames.h head/libexec/rbootd/rmp.h head/libexec/rboot

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

2014-02-17 Thread Neel Natu
Author: neel Date: Mon Feb 17 22:57:51 2014 New Revision: 262139 URL: http://svnweb.freebsd.org/changeset/base/262139 Log: Use spinlocks to lock accesses to the vioapic. This is necessary because if the vlapic is configured in x2apic mode the vioapic_process_eoi() function is called insid

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

2014-02-17 Thread Neel Natu
Author: neel Date: Mon Feb 17 23:07:16 2014 New Revision: 262140 URL: http://svnweb.freebsd.org/changeset/base/262140 Log: Handle writes to the SELF_IPI MSR by the guest when the vlapic is configured in x2apic mode. Reads to this MSR are currently ignored but should cause a general proctecti

svn commit: r262142 - head/sys/dev/usb/net

2014-02-17 Thread Craig Rodrigues
Author: rodrigc Date: Tue Feb 18 01:20:26 2014 New Revision: 262142 URL: http://svnweb.freebsd.org/changeset/base/262142 Log: In ue_attach_post_task(), initialize curvnet to vnet0 before calling if_attach(). Before this patch, curvnet was NULL. When the VIMAGE kernel option is enabled, this

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

2014-02-17 Thread John Baldwin
Author: jhb Date: Tue Feb 18 03:00:20 2014 New Revision: 262143 URL: http://svnweb.freebsd.org/changeset/base/262143 Log: Tweak the handling of PCI capabilities in emulated devices to remove the non-standard zero capability list terminator. Instead, track the start and end of the most rece

svn commit: r262144 - head/sys/amd64/vmm/intel

2014-02-17 Thread John Baldwin
Author: jhb Date: Tue Feb 18 03:07:36 2014 New Revision: 262144 URL: http://svnweb.freebsd.org/changeset/base/262144 Log: A first pass at adding support for injecting hardware exceptions for emulated instructions. - Add helper routines to inject interrupt information for a hardware excep

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

2014-02-17 Thread Luigi Rizzo
Author: luigi Date: Tue Feb 18 04:27:41 2014 New Revision: 262149 URL: http://svnweb.freebsd.org/changeset/base/262149 Log: two small changes: - intercept FIONBIO and FIOASYNC ioctls on netmap file descriptors. libpcap calls them to set non blocking I/O on the file descriptor, for netm

svn commit: r262150 - head/release/picobsd/floppy.tree/etc

2014-02-17 Thread Luigi Rizzo
Author: luigi Date: Tue Feb 18 04:38:26 2014 New Revision: 262150 URL: http://svnweb.freebsd.org/changeset/base/262150 Log: enable rfc1323 and rfc1644 by default in picobsd images. I disabled it some 15 years ago but it is useful to have them on when doing tcp throughput tests. Modified: