On Fri, 29 Jun 2012, Brooks Davis wrote:
Log:
MFP4 #212266
Fix compile on MIPS64.
Sponsored by: DARPA, AFRL
Modified:
head/sys/geom/geom_map.c
Modified: head/sys/geom/geom_map.c
==
--- head/sys/geom/geom_map.c
Sent from my iPhone
On Jun 29, 2012, at 1:15 PM, Brooks Davis wrote:
> Author: brooks
> Date: Fri Jun 29 20:15:00 2012
> New Revision: 237820
> URL: http://svn.freebsd.org/changeset/base/237820
>
> Log:
> MFP4 #212266
>
> Fix compile on MIPS64.
>
> Sponsored by:DARPA, AFRL
This commit
Author: np
Date: Sat Jun 30 02:11:53 2012
New Revision: 237832
URL: http://svn.freebsd.org/changeset/base/237832
Log:
cxgb(4): IPv6 rx/tx hw checksum, IPv6 TSO and LRO too.
(Some parts already worked, this makes it complete).
Modified:
head/sys/dev/cxgb/cxgb_adapter.h
head/sys/dev/cxgb
Author: np
Date: Sat Jun 30 02:05:09 2012
New Revision: 237831
URL: http://svn.freebsd.org/changeset/base/237831
Log:
- Assign (don't OR) the CSUM_XXX bits to csum_flags in the rx checksum code.
- Fix TSO/TSO4 mixup.
- Add IFCAP_LINKSTATE to the available/enabled capabilities.
Modified:
h
Author: adrian
Date: Sat Jun 30 01:40:29 2012
New Revision: 237830
URL: http://svn.freebsd.org/changeset/base/237830
Log:
Bump this up - that way the AR9300 and later MACs get covered (for now)
by the AR5416 register map.
Modified:
head/tools/tools/ath/common/dumpregs_5416.c
Modified: head
Author: brooks
Date: Fri Jun 29 20:15:00 2012
New Revision: 237820
URL: http://svn.freebsd.org/changeset/base/237820
Log:
MFP4 #212266
Fix compile on MIPS64.
Sponsored by: DARPA, AFRL
Modified:
head/sys/geom/geom_map.c
Modified: head/sys/geom/geom_map.c
Author: np
Date: Fri Jun 29 19:51:06 2012
New Revision: 237819
URL: http://svn.freebsd.org/changeset/base/237819
Log:
cxgbe(4): support for IPv6 TSO and LRO.
Submitted by: bz (this is a modified version of that patch)
Modified:
head/sys/dev/cxgbe/adapter.h
head/sys/dev/cxgbe/t4_l2t.c
--- Ven 29/6/12, Pedro F. Giffuni ha scritto:
...
>
> Log:
> Bump dtrace_helper_actions_max from 32 to 128
>
> Dave Pacheco from Joyent (and Dtrace.org) bumped the cap to 1024 but,
> according to his blog, 128 is the recommended minimum.
>
> For now bump it safely to 128 although we
Author: joel (doc committer)
Date: Fri Jun 29 19:05:29 2012
New Revision: 237818
URL: http://svn.freebsd.org/changeset/base/237818
Log:
Reduce diffs between GENERIC and GENERIC64. Also fix a few whitespace nits
while I'm here. No functional change.
Modified:
head/sys/powerpc/conf/GENERIC
Author: pfg
Date: Fri Jun 29 18:49:14 2012
New Revision: 237817
URL: http://svn.freebsd.org/changeset/base/237817
Log:
Bump dtrace_helper_actions_max from 32 to 128
Dave Pacheco from Joyent (and Dtrace.org) bumped the cap to 1024 but,
according to his blog, 128 is the recommended minimum.
Author: alc
Date: Fri Jun 29 18:15:56 2012
New Revision: 237813
URL: http://svn.freebsd.org/changeset/base/237813
Log:
In r237592, I forgot that pmap_enter() might already hold a PV list lock
at the point that it calls get_pv_entry(). Thus, pmap_enter()'s PV list
lock pointer must be passed
--- Ven 29/6/12, George Neville-Neil ha scritto:
> Da: George Neville-Neil
> Oggetto: Re: svn commit: r237624 - in head:
> cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize
> cddl/contrib/opensolaris/lib/libdtrace/common
> sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl
On Jun 29, 2012, at 03:42 , Andriy Gapon wrote:
> on 29/06/2012 10:35 Andriy Gapon said the following:
>> Author: avg
>> Date: Fri Jun 29 07:35:37 2012
>> New Revision: 237748
>> URL: http://svn.freebsd.org/changeset/base/237748
>>
>> Log:
>> dtrace instruction decoder: add 0x0f 0x1f NOP opcode
On Jun 29, 2012, at 13:35 , Pedro Giffuni wrote:
> (Sorry for top-posting]
>
> Actually ...
>
> David pointed out a fundamental flaw on my part.
>
> These are new files under a non-BSD license. Even when
> they are only scripts used for testing I shouldn't have
> brought them in without -core
(Sorry for top-posting]
Actually ...
David pointed out a fundamental flaw on my part.
These are new files under a non-BSD license. Even when
they are only scripts used for testing I shouldn't have
brought them in without -core approval.
I will delete them right away and core shall decide
afterw
Hi David;
--- Ven 29/6/12, David O'Brien ha scritto:
...
> ...
> > +/*
> > + * Copyright (c) 2011, Joyent, Inc. All rights
> reserved.
> > + */
>
> Pedro,
> It looks like you simply 'svn add'ed this file, rather than
> importing it into '^/vendor/opensolaris/dist'.
> Please correct me if I am
Author: ken
Date: Fri Jun 29 17:00:52 2012
New Revision: 237800
URL: http://svn.freebsd.org/changeset/base/237800
Log:
Change the mps(4) driver to only scan a target if that is what is
needed instead of scanning the full bus every time.
Submitted by: mav
Discussed with: Sreekanth
Author: np
Date: Fri Jun 29 16:50:52 2012
New Revision: 237799
URL: http://svn.freebsd.org/changeset/base/237799
Log:
cxgbe(4): support for IPv6 hardware checksumming (rx and tx).
Modified:
head/sys/dev/cxgbe/t4_main.c
head/sys/dev/cxgbe/t4_sge.c
Modified: head/sys/dev/cxgbe/t4_main.c
On Thu, Jun 28, 2012 at 08:48:24PM +, Kenneth D. Merry wrote:
> Author: ken
> Date: Thu Jun 28 20:48:24 2012
> New Revision: 237730
> URL: http://svn.freebsd.org/changeset/base/237730
>
> Log:
> Now that the mps(4) driver is endian-safe, add it to the powerpc and
> sparc64 GENERIC config f
Author: obrien
Date: Fri Jun 29 15:54:07 2012
New Revision: 237794
URL: http://svn.freebsd.org/changeset/base/237794
Log:
Support also running a 32-bit test on 64-bit platforms.
Modified:
head/tools/regression/filemon/Makefile
Modified: head/tools/regression/filemon/Makefile
Author: jhb
Date: Fri Jun 29 15:21:34 2012
New Revision: 237787
URL: http://svn.freebsd.org/changeset/base/237787
Log:
Hold GIF_LOCK() for almost all of gif_start(). It is required to be held
across in_gif_output() and in6_gif_output() anyway, and once it is held
across those it might as we
On Wed, Jun 27, 2012 at 04:39:30AM +, Pedro F. Giffuni wrote:
> Log:
> Bring llquantize support into Dtrace.
> Bryan Cantrill implemented the equivalent of semi-log graph
> paper for Dtrace so llquantize will use one logarithmic and
> one linear scale.
...
> Obtained from: Illumo
On Wed, Jun 27, 2012 at 03:17:26PM -0400, John Baldwin wrote:
> On Wednesday, June 27, 2012 2:08:48 pm John Baldwin wrote:
> > Author: jhb
> > Date: Wed Jun 27 18:08:48 2012
> > New Revision: 237656
> > URL: http://svn.freebsd.org/changeset/base/237656
> >
> > Log:
> > Add a new line to top that
Author: ache
Date: Fri Jun 29 12:55:36 2012
New Revision: 23
URL: http://svn.freebsd.org/changeset/base/23
Log:
Call set_terminal_mode() after video mode change, not before, because
video mode change always reset terminal mode to xterm.
It allows things like 'vidcontrol -T cons25 80x
on 29/06/2012 10:35 Andriy Gapon said the following:
> Author: avg
> Date: Fri Jun 29 07:35:37 2012
> New Revision: 237748
> URL: http://svn.freebsd.org/changeset/base/237748
>
> Log:
> dtrace instruction decoder: add 0x0f 0x1f NOP opcode support
>
> According to the AMD manual the whole ra
Author: avg
Date: Fri Jun 29 07:35:37 2012
New Revision: 237748
URL: http://svn.freebsd.org/changeset/base/237748
Log:
dtrace instruction decoder: add 0x0f 0x1f NOP opcode support
According to the AMD manual the whole range from 0x09 to 0x1f are NOPs.
Intel manual mentions only 0x1f. Use
26 matches
Mail list logo