svn commit: r260365 - head/release/picobsd/build

2014-01-06 Thread Luigi Rizzo
Author: luigi Date: Mon Jan 6 08:09:19 2014 New Revision: 260365 URL: http://svnweb.freebsd.org/changeset/base/260365 Log: do not use capsicum when building picobsd images Modified: head/release/picobsd/build/picobsd Modified: head/release/picobsd/build/picobsd

Re: svn commit: r260161 - in head/sys/arm: arm include

2014-01-06 Thread Zbigniew Bodek
2014/1/6 Ian Lepore i...@freebsd.org: On Wed, 2014-01-01 at 20:03 +, Zbigniew Bodek wrote: Author: zbb Date: Wed Jan 1 20:03:48 2014 New Revision: 260161 URL: http://svnweb.freebsd.org/changeset/base/260161 Log: Add polarity and level support to ARM GIC Add suport for setting

Re: svn commit: r260161 - in head/sys/arm: arm include

2014-01-06 Thread Zbigniew Bodek
2014/1/6 Andreas Tobler andre...@freebsd.org: On 06.01.14 03:55, Ian Lepore wrote: On Wed, 2014-01-01 at 20:03 +, Zbigniew Bodek wrote: Author: zbb Date: Wed Jan 1 20:03:48 2014 New Revision: 260161 URL: http://svnweb.freebsd.org/changeset/base/260161 Log: Add polarity and level

svn commit: r260367 - head/sys/rpc

2014-01-06 Thread Alexander Motin
Author: mav Date: Mon Jan 6 12:40:46 2014 New Revision: 260367 URL: http://svnweb.freebsd.org/changeset/base/260367 Log: Fix NULL dereference panic on UDP requests introduced in r260229. Modified: head/sys/rpc/svc.h Modified: head/sys/rpc/svc.h

svn commit: r260368 - in head: share/man/man4 sys/dev/e1000 sys/dev/ixgbe sys/dev/netmap sys/net tools/tools/netmap

2014-01-06 Thread Luigi Rizzo
Author: luigi Date: Mon Jan 6 12:53:15 2014 New Revision: 260368 URL: http://svnweb.freebsd.org/changeset/base/260368 Log: It is 2014 and we have a new version of netmap. Most relevant features: - netmap emulation on any NIC, even those without native netmap support. On the ixgbe

Re: svn commit: r260161 - in head/sys/arm: arm include

2014-01-06 Thread Ian Lepore
On Mon, 2014-01-06 at 13:07 +0100, Zbigniew Bodek wrote: 2014/1/6 Andreas Tobler andre...@freebsd.org: On 06.01.14 03:55, Ian Lepore wrote: On Wed, 2014-01-01 at 20:03 +, Zbigniew Bodek wrote: Author: zbb Date: Wed Jan 1 20:03:48 2014 New Revision: 260161 URL:

svn commit: r260369 - head/share/mk

2014-01-06 Thread Dimitry Andric
Author: dim Date: Mon Jan 6 14:39:10 2014 New Revision: 260369 URL: http://svnweb.freebsd.org/changeset/base/260369 Log: Apply band-aid for 32-bit compat libs failures after r260334: put back -Qunused-arguments for clang for now, until I can figure out a way to make it unneeded in all

Re: svn commit: r260311 - in head/contrib: gcc gcc/cp gcc/doc gcclibs/include gcclibs/libiberty

2014-01-06 Thread Jordan Hubbard
On Jan 5, 2014, at 5:18 PM, Pedro Giffuni p...@freebsd.org wrote: *Anyone working on a GCD-enabled version of grep or sort? :). Look at stdlib/FreeBSD/psort.c in OS X’s Libc (http://www.opensource.apple.com/release/os-x-109/Libc-997.1.1) - that’s the basis for the GCD-aware sort. I don’t

Re: svn commit: r260224 - head/sys/netinet

2014-01-06 Thread Bryan Venteicher
On Mon, Jan 6, 2014 at 12:53 AM, Yonghyeon PYUN pyu...@gmail.com wrote: On Fri, Jan 03, 2014 at 11:03:12AM +, Gleb Smirnoff wrote: Author: glebius Date: Fri Jan 3 11:03:12 2014 New Revision: 260224 URL: http://svnweb.freebsd.org/changeset/base/260224 Log: Make failure of

svn commit: r260371 - head/sys/arm/broadcom/bcm2835

2014-01-06 Thread Ian Lepore
Author: ian Date: Mon Jan 6 15:48:16 2014 New Revision: 260371 URL: http://svnweb.freebsd.org/changeset/base/260371 Log: Switch to using arm_devmap_add_entry() to set up static device mapping. This eliminates the hard-coded max kva and roughly doubles the available kva space. Modified:

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

2014-01-06 Thread Ian Lepore
Author: ian Date: Mon Jan 6 16:33:16 2014 New Revision: 260373 URL: http://svnweb.freebsd.org/changeset/base/260373 Log: Don't try to find a static mapping before calling pmap_mapdev(), that logic is now part of pmap_mapdev() and doesn't need to be duplicated here. Likewise for unmapping.

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

2014-01-06 Thread Ian Lepore
Author: ian Date: Mon Jan 6 16:07:27 2014 New Revision: 260372 URL: http://svnweb.freebsd.org/changeset/base/260372 Log: Allow 'no static device mappings' to potentially work. It's not clear that every arm system must have some static mappings to work correctly (although currently they

svn commit: r260374 - head/sys/arm/allwinner

2014-01-06 Thread Ian Lepore
Author: ian Date: Mon Jan 6 16:57:22 2014 New Revision: 260374 URL: http://svnweb.freebsd.org/changeset/base/260374 Log: Switch to using arm_devmap_add_entry() to set up static device mapping. This eliminates the hard-coded max kva and roughly doubles the available kva space. Modified:

Re: svn commit: r260161 - in head/sys/arm: arm include

2014-01-06 Thread Andreas Tobler
On 06.01.14 15:34, Ian Lepore wrote: On Mon, 2014-01-06 at 13:07 +0100, Zbigniew Bodek wrote: 2014/1/6 Andreas Tobler andre...@freebsd.org: On 06.01.14 03:55, Ian Lepore wrote: On Wed, 2014-01-01 at 20:03 +, Zbigniew Bodek wrote: Author: zbb Date: Wed Jan 1 20:03:48 2014 New Revision:

svn commit: r260376 - head/sys/amd64/conf

2014-01-06 Thread Jens Schweikhardt
Author: schweikh Date: Mon Jan 6 17:23:22 2014 New Revision: 260376 URL: http://svnweb.freebsd.org/changeset/base/260376 Log: Correct a grammo in a comment; remove white space at EOL. Modified: head/sys/amd64/conf/NOTES Modified: head/sys/amd64/conf/NOTES

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

2014-01-06 Thread Andreas Tobler
Author: andreast Date: Mon Jan 6 17:16:27 2014 New Revision: 260375 URL: http://svnweb.freebsd.org/changeset/base/260375 Log: Fix arm build. Reviewed by: ian, zbb Modified: head/sys/arm/arm/trap.c head/sys/arm/include/intr.h head/sys/arm/include/psl.h Modified:

Re: svn commit: r260363 - head/sys/dev/ath

2014-01-06 Thread Konstantin Belousov
On Sun, Jan 05, 2014 at 09:37:21PM -0800, Adrian Chadd wrote: On 5 January 2014 19:51, Konstantin Belousov kostik...@gmail.com wrote: On Mon, Jan 06, 2014 at 03:48:32AM +, Adrian Chadd wrote: Author: adrian Date: Mon Jan 6 03:48:32 2014 New Revision: 260363 URL:

svn commit: r260377 - head/sys/netpfil/pf

2014-01-06 Thread Gleb Smirnoff
Author: glebius Date: Mon Jan 6 19:05:04 2014 New Revision: 260377 URL: http://svnweb.freebsd.org/changeset/base/260377 Log: When pf_get_translation() fails, it should leave *sn pointer pristine, otherwise we will panic in pf_test_rule(). PR: 182557 Modified:

Re: svn commit: r260363 - head/sys/dev/ath

2014-01-06 Thread Adrian Chadd
On 6 January 2014 09:37, Konstantin Belousov kostik...@gmail.com wrote: This is a NOP, right ? Nope. the previous version didn't remove the entries from the list. that's the bug. Hm, you mean that the previous version did not TAILQ_INIT() after the loop ? Then I agree. Well, it's that the

svn commit: r260379 - head/sys/net

2014-01-06 Thread Alexander V. Chernikov
Author: melifaro Date: Mon Jan 6 22:36:20 2014 New Revision: 260379 URL: http://svnweb.freebsd.org/changeset/base/260379 Log: Partially fix IPv4 interface routes deletion in RADIX_MPATH. Noticed by: Nikolay Denev ndenev at gmail.com MFC after:1 month Modified:

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

2014-01-06 Thread Neel Natu
Author: neel Date: Mon Jan 6 23:16:39 2014 New Revision: 260380 URL: http://svnweb.freebsd.org/changeset/base/260380 Log: Split the VMCS setup between 'vmcs_init()' that does initialization and 'vmx_vminit()' that does customization. This makes it easier to turn on optional features

svn commit: r260381 - head/sbin/nvmecontrol

2014-01-06 Thread Jim Harris
Author: jimharris Date: Mon Jan 6 23:48:47 2014 New Revision: 260381 URL: http://svnweb.freebsd.org/changeset/base/260381 Log: For nvmecontrol devlist, show namespace sizes in terms of MB instead of GB to improve granularity of the reporting - especially for namespaces that are on the

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

2014-01-06 Thread Jim Harris
Author: jimharris Date: Mon Jan 6 23:51:26 2014 New Revision: 260382 URL: http://svnweb.freebsd.org/changeset/base/260382 Log: For IDENTIFY passthrough commands to Chatham prototype controllers, copy the spoofed identify data into the user buffer rather than issuing the command to the

svn commit: r260383 - in head/sys/amd64/vmm: . intel io

2014-01-06 Thread Neel Natu
Author: neel Date: Tue Jan 7 00:38:22 2014 New Revision: 260383 URL: http://svnweb.freebsd.org/changeset/base/260383 Log: Allow vlapic_set_intr_ready() to return a value that indicates whether or not the vcpu should be kicked to process a pending interrupt. This will be useful in the

svn commit: r260384 - in head/sys: conf kern

2014-01-06 Thread Adrian Chadd
Author: adrian Date: Tue Jan 7 01:17:27 2014 New Revision: 260384 URL: http://svnweb.freebsd.org/changeset/base/260384 Log: Add a compile-time control over the size of KN_HASHSIZE. This is needed for applications that use a lot of non-filedescriptor knotes. MFC after:1 week

svn commit: r260386 - in head/contrib/gperf: doc src

2014-01-06 Thread Pedro F. Giffuni
Author: pfg Date: Tue Jan 7 01:40:49 2014 New Revision: 260386 URL: http://svnweb.freebsd.org/changeset/base/260386 Log: gperf: reverse size_type patch from r258115. Silencing the broken warning as done in r258139 renders the code unreacheable. An option could've been to turn off the

Re: svn commit: r260379 - head/sys/net

2014-01-06 Thread Sergey Kandaurov
07.01.2014 2:36 пользователь Alexander V. Chernikov melif...@freebsd.org написал: Author: melifaro Date: Mon Jan 6 22:36:20 2014 New Revision: 260379 URL: http://svnweb.freebsd.org/changeset/base/260379 Log: Partially fix IPv4 interface routes deletion in RADIX_MPATH. Noticed by: