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

2014-02-19 Thread Luigi Rizzo
Author: luigi Date: Thu Feb 20 04:56:55 2014 New Revision: 262238 URL: http://svnweb.freebsd.org/changeset/base/262238 Log: compile with NOINET Modified: head/sys/dev/netmap/netmap_freebsd.c Modified: head/sys/dev/netmap/netmap_freebsd.c ==

svn commit: r262236 - in head: sys/amd64/include sys/amd64/vmm sys/amd64/vmm/io usr.sbin/bhyve

2014-02-19 Thread Neel Natu
Author: neel Date: Thu Feb 20 01:48:25 2014 New Revision: 262236 URL: http://svnweb.freebsd.org/changeset/base/262236 Log: Simplify APIC mode switching from MMIO to x2APIC. In part this is done to simplify the implementation of the x2APIC virtualization assist in VT-x. Prior to this chang

svn commit: r262235 - head/sys/boot/mips

2014-02-19 Thread Robert Watson
Author: rwatson Date: Wed Feb 19 23:09:25 2014 New Revision: 262235 URL: http://svnweb.freebsd.org/changeset/base/262235 Log: Temporarily unhook BERI boot loader from the build until 32-bit MIPS properly excludes building our 64-bit only boot-loader adaptation. Modified: head/sys/boot/mips/

svn commit: r262233 - head/share/man/man4

2014-02-19 Thread Christian Brueffer
Author: brueffer Date: Wed Feb 19 21:31:04 2014 New Revision: 262233 URL: http://svnweb.freebsd.org/changeset/base/262233 Log: Spelling, grammar and mdoc cleanup. MFC after:1 week Modified: head/share/man/man4/gpio.4 Modified: head/share/man/man4/gpio.4 =

Re: svn commit: r262196 - head/sys/netpfil/pf

2014-02-19 Thread Gleb Smirnoff
On Wed, Feb 19, 2014 at 08:49:01PM +0200, Mikolaj Golub wrote: M> > -SLIST_HEAD(pf_overload_head, pf_overload_entry); M> > +struct pf_overload_head { M> > + SLIST_HEAD(, pf_overload_entry) head; M> > + struct vnet *vnet; M> > +}; M> > static VNET_DEFINE(struct pf_overload_hea

Re: svn commit: r262196 - head/sys/netpfil/pf

2014-02-19 Thread Mikolaj Golub
On Tue, Feb 18, 2014 at 10:17:12PM +, Martin Matuska wrote: > Author: mm > Date: Tue Feb 18 22:17:12 2014 > New Revision: 262196 > URL: http://svnweb.freebsd.org/changeset/base/262196 > > Log: > De-virtualize pf_mtag_z [1] > Process V_pf_overloadqueue in vnet context [2] Martin I saw you

svn commit: r262224 - head/sys/boot

2014-02-19 Thread Robert Watson
Author: rwatson Date: Wed Feb 19 17:44:59 2014 New Revision: 262224 URL: http://svnweb.freebsd.org/changeset/base/262224 Log: Do build boot-loader FDT code on MIPS. MFC after:3 weeks Sponsored by: DARPA, AFRL Added: head/sys/boot/Makefile.mips (contents, props changed) Added: he

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

2014-02-19 Thread Martin Matuska
Author: mm Date: Wed Feb 19 17:06:04 2014 New Revision: 26 URL: http://svnweb.freebsd.org/changeset/base/26 Log: Revert r262196 I am going to split this into two individual patches and test it with the projects/pf branch that may get merged later. Modified: head/sys/netpfil/pf/

Re: svn commit: r262196 - head/sys/netpfil/pf

2014-02-19 Thread Ermal Luçi
On Wed, Feb 19, 2014 at 4:32 PM, Gleb Smirnoff wrote: > Martin, > > M> > On Tue, Feb 18, 2014 at 10:17:12PM +, Martin Matuska wrote: > M> > M> Author: mm > M> > M> Date: Tue Feb 18 22:17:12 2014 > M> > M> New Revision: 262196 > M> > M> URL: http://svnweb.freebsd.org/changeset/base/262196 >

Re: svn commit: r262196 - head/sys/netpfil/pf

2014-02-19 Thread Gleb Smirnoff
Martin, M> > On Tue, Feb 18, 2014 at 10:17:12PM +, Martin Matuska wrote: M> > M> Author: mm M> > M> Date: Tue Feb 18 22:17:12 2014 M> > M> New Revision: 262196 M> > M> URL: http://svnweb.freebsd.org/changeset/base/262196 M> > M> M> > M> Log: M> > M>   De-virtualize pf_mtag_z [1] M> > M>   Pr

svn commit: r262220 - head/share/termcap

2014-02-19 Thread Bryan Drewery
Author: bdrewery Date: Wed Feb 19 13:06:50 2014 New Revision: 262220 URL: http://svnweb.freebsd.org/changeset/base/262220 Log: Add missing Save Cursor support for VT520 Submitted by: IWAMOTO Kouichi PR: conf/174937 Obtained from:http://web.mit.edu/dosathena/doc/www/ek

Re: svn commit: r262196 - head/sys/netpfil/pf

2014-02-19 Thread Martin Matuska
Hi Gleb, I understand your point - if anything is broken (or more broken than before) I can revert this patch anytime. FreeNAS and other folks may fork separate branches and we can wait until about FreeBSD 12.0 for the patch being reviewed so we can commit it around 14.0 - maybe we have switche

Re: svn commit: r262196 - head/sys/netpfil/pf

2014-02-19 Thread Gleb Smirnoff
Martin, On Tue, Feb 18, 2014 at 10:17:12PM +, Martin Matuska wrote: M> Author: mm M> Date: Tue Feb 18 22:17:12 2014 M> New Revision: 262196 M> URL: http://svnweb.freebsd.org/changeset/base/262196 M> M> Log: M> De-virtualize pf_mtag_z [1] M> Process V_pf_overloadqueue in vnet context [2]

svn commit: r262217 - head/sys/mips/include

2014-02-19 Thread Robert Watson
Author: rwatson Date: Wed Feb 19 09:19:09 2014 New Revision: 262217 URL: http://svnweb.freebsd.org/changeset/base/262217 Log: Update MIPS bootinfo.h to reflect the actual MIPS boot2/loader boot-time interface. MFC after:3 weeks Sponsored by: DARPA, AFRL Modified: head/sys/mips/in

svn commit: r262215 - head/sys/net

2014-02-19 Thread Marko Zec
Author: zec Date: Wed Feb 19 08:29:07 2014 New Revision: 262215 URL: http://svnweb.freebsd.org/changeset/base/262215 Log: V_irtualize rtsock refcounting, which reduces the chances for panics on teardown of vnets without active routing sockets while at least one routing socket is active elsew