svn commit: r237748 - in head/sys/cddl/dev/dtrace: amd64 i386

2012-06-29 Thread Andriy Gapon
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

Re: svn commit: r237748 - in head/sys/cddl/dev/dtrace: amd64 i386

2012-06-29 Thread Andriy Gapon
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

svn commit: r237777 - head/usr.sbin/vidcontrol

2012-06-29 Thread Andrey A. Chernov
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

Re: svn commit: r237656 - in head: contrib/top usr.bin/top

2012-06-29 Thread Pawel Jakub Dawidek
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

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/

2012-06-29 Thread David O'Brien
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

svn commit: r237787 - head/sys/net

2012-06-29 Thread John Baldwin
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

svn commit: r237794 - head/tools/regression/filemon

2012-06-29 Thread David E. O'Brien
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

Re: svn commit: r237730 - in head/sys: powerpc/conf sparc64/conf

2012-06-29 Thread Marius Strobl
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

svn commit: r237799 - head/sys/dev/cxgbe

2012-06-29 Thread Navdeep Parhar
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

svn commit: r237800 - head/sys/dev/mps

2012-06-29 Thread Kenneth D. Merry
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

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/

2012-06-29 Thread Pedro Giffuni
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

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/

2012-06-29 Thread Pedro Giffuni
(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

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/

2012-06-29 Thread George Neville-Neil
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

Re: svn commit: r237748 - in head/sys/cddl/dev/dtrace: amd64 i386

2012-06-29 Thread George Neville-Neil
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

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/

2012-06-29 Thread Pedro Giffuni
--- 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

svn commit: r237813 - head/sys/amd64/amd64

2012-06-29 Thread Alan Cox
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

svn commit: r237817 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2012-06-29 Thread Pedro F. Giffuni
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.

svn commit: r237818 - head/sys/powerpc/conf

2012-06-29 Thread Joel Dahl
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

R: svn commit: r237817 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2012-06-29 Thread Pedro Giffuni
--- 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

svn commit: r237819 - in head/sys: dev/cxgbe modules/cxgbe/if_cxgbe

2012-06-29 Thread Navdeep Parhar
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

svn commit: r237820 - head/sys/geom

2012-06-29 Thread Brooks Davis
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

svn commit: r237830 - head/tools/tools/ath/common

2012-06-29 Thread Adrian Chadd
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

svn commit: r237831 - head/sys/dev/cxgbe

2012-06-29 Thread Navdeep Parhar
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

svn commit: r237832 - head/sys/dev/cxgb

2012-06-29 Thread Navdeep Parhar
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

Re: svn commit: r237820 - head/sys/geom

2012-06-29 Thread Garrett Cooper
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

Re: svn commit: r237820 - head/sys/geom

2012-06-29 Thread Bruce Evans
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