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
==
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
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/
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
=
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
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
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
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/
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
>
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
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
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
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]
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
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
15 matches
Mail list logo