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

2011-06-03 Thread Mike Silbersack
I'm heading out of town this weekend. I can try to look at this on Tuesday, if nobody beats me to it. -Mike On Fri, 3 Jun 2011, John Baldwin wrote: On Saturday, May 14, 2011 1:07:18 pm Mikolaj Golub wrote: On Sat, 14 May 2011 10:37:51 -0400 John Baldwin wrote: JB> Can you capture a tcp

svn commit: r222668 - head/sys/dev/ath

2011-06-03 Thread Adrian Chadd
Author: adrian Date: Sat Jun 4 04:14:59 2011 New Revision: 222668 URL: http://svn.freebsd.org/changeset/base/222668 Log: A few changes to make radar detection implementable in a hal_dfs/ module. * If sc->sc_dodfs is set to 1 by the ath_dfs_radar_enable(), set the relevant rx filter b

svn commit: r222667 - head/sys/powerpc/ofw

2011-06-03 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jun 4 04:00:40 2011 New Revision: 222667 URL: http://svn.freebsd.org/changeset/base/222667 Log: Retry the memory map-related portions of r222613, written by andreast, after some minor tweaks and an increase in the early-boot stack space in r222632. Modified:

svn commit: r222666 - head/sys/powerpc/aim

2011-06-03 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Jun 4 03:22:16 2011 New Revision: 222666 URL: http://svn.freebsd.org/changeset/base/222666 Log: Fix a typo derived from a mismerge from mmu_oea that would cause pmap_sync_icache() to sync random (possibly uncached or nonexisting!) memory, causing kernel page fau

svn commit: r222663 - head/sys/fs/nfsserver

2011-06-03 Thread Rick Macklem
Author: rmacklem Date: Sat Jun 4 01:13:09 2011 New Revision: 222663 URL: http://svn.freebsd.org/changeset/base/222663 Log: Modify the new NFS server so that the NFSv3 Pathconf RPC doesn't return an error when the underlying file system lacks support for any of the four _PC_xxx values used,

Re: svn commit: r222537 - in head/sys: kern sys

2011-06-03 Thread Bruce Evans
On Fri, 3 Jun 2011, Kenneth D. Merry wrote: On Fri, Jun 03, 2011 at 20:47:00 +1000, Bruce Evans wrote: On Thu, 2 Jun 2011, Kenneth D. Merry wrote: That particular solution doesn't lock the normal kernel printf path, and so won't fix what we're trying to fix. (We've got lots of disks in each

svn commit: r222661 - head/tools/regression/bin/sh/execution

2011-06-03 Thread Jilles Tjoelker
Author: jilles Date: Fri Jun 3 21:17:42 2011 New Revision: 222661 URL: http://svn.freebsd.org/changeset/base/222661 Log: sh: Add tests for -n flag. These already pass. Added: head/tools/regression/bin/sh/execution/set-n1.0 (contents, props changed) head/tools/regression/bin/sh/execution/

Re: svn commit: r222537 - in head/sys: kern sys

2011-06-03 Thread Kenneth D. Merry
On Fri, Jun 03, 2011 at 20:47:00 +1000, Bruce Evans wrote: > On Thu, 2 Jun 2011, Kenneth D. Merry wrote: > > >On Wed, Jun 01, 2011 at 20:07:31 +1000, Bruce Evans wrote: > >>On Wed, 1 Jun 2011, Andriy Gapon wrote: > >> > >>>on 31/05/2011 20:29 Kenneth D. Merry said the following: > + mtx_init(&

svn commit: r222660 - head/sys/dev/puc

2011-06-03 Thread John Baldwin
Author: jhb Date: Fri Jun 3 20:59:21 2011 New Revision: 222660 URL: http://svn.freebsd.org/changeset/base/222660 Log: - Rename the Cronyx Omega2-PCI entry to Exar XR17C158 since that is the real owner of the device ID. Also rename the associated config function while here. - Add supp

svn commit: r222659 - head/sys/powerpc/powermac

2011-06-03 Thread Andreas Tobler
Author: andreast Date: Fri Jun 3 20:43:12 2011 New Revision: 222659 URL: http://svn.freebsd.org/changeset/base/222659 Log: - Introduce a define for ZERO_C_TO_K. - Fix the printing of the temperature when we exceed the critical value. Approved by: nwhitehorn (mentor) Modified: head/sy

svn commit: r222658 - head/sys/dev/iicbus

2011-06-03 Thread Andreas Tobler
Author: andreast Date: Fri Jun 3 18:58:32 2011 New Revision: 222658 URL: http://svn.freebsd.org/changeset/base/222658 Log: - Improve error handling. - Add a retry loop for the i2c sensor reading. - Update the sensor handling for sensors which do not have a location entry. [1] Submitt

svn commit: r222657 - stable/8/usr.bin/find

2011-06-03 Thread Jilles Tjoelker
Author: jilles Date: Fri Jun 3 18:18:54 2011 New Revision: 222657 URL: http://svn.freebsd.org/changeset/base/222657 Log: MFC r222390: find: If a part of an expression is unknown, do not call it an option. Although most of the primaries and operators start with "-", they are not options

svn commit: r222656 - in head: contrib/compiler-rt contrib/compiler-rt/lib contrib/compiler-rt/lib/arm contrib/compiler-rt/lib/i386 contrib/compiler-rt/lib/ppc contrib/compiler-rt/lib/x86_64 lib/li...

2011-06-03 Thread Ed Schouten
Author: ed Date: Fri Jun 3 17:49:16 2011 New Revision: 222656 URL: http://svn.freebsd.org/changeset/base/222656 Log: Upgrade libcompiler_rt from revision 117047 to 132478. It seems there have only been a small amount to the compiler-rt source code in the mean time. I'd rather have the co

svn commit: r222654 - head/contrib/libpcap

2011-06-03 Thread Christian S.J. Peron
Author: csjp Date: Fri Jun 3 14:57:38 2011 New Revision: 222654 URL: http://svn.freebsd.org/changeset/base/222654 Log: Explicitly initialize the packet buffer to NULL after we unmap the zero copy buffers. This fixes a segfault on exit due to calling free on a bogus pointer. This should be

svn commit: r222653 - head/usr.bin/man

2011-06-03 Thread Ruslan Ermilov
Author: ru Date: Fri Jun 3 14:34:38 2011 New Revision: 222653 URL: http://svn.freebsd.org/changeset/base/222653 Log: When MANCOLOR environment variable is set, enable ANSI color escapes in grotty(1). This makes it possible to view colorized manpages in color. When MANPAGER environment

svn commit: r222652 - head/sys/geom

2011-06-03 Thread Alexander Motin
Author: mav Date: Fri Jun 3 13:49:18 2011 New Revision: 222652 URL: http://svn.freebsd.org/changeset/base/222652 Log: Update disk's stripesize and stripeoffset parameters on provider open. They are media-dependent and may change in run-time, same as sectorsize and/or mediasize. SCSI de

svn commit: r222651 - head/sys/net

2011-06-03 Thread John Baldwin
Author: jhb Date: Fri Jun 3 13:47:05 2011 New Revision: 222651 URL: http://svn.freebsd.org/changeset/base/222651 Log: Properly return an ENOBUFS error if a write to a tun(4) device fails due to m_uiotombuf() failing. While here, trim unneeded error handling related to tuninit() since it

svn commit: r222650 - head/usr.bin/man

2011-06-03 Thread Ruslan Ermilov
Author: ru Date: Fri Jun 3 13:45:11 2011 New Revision: 222650 URL: http://svn.freebsd.org/changeset/base/222650 Log: Don't use col(1) since grotty(1) never outputs reverse line feeds, and because col(1) mangles ANSI color escapes if enabled. Spaces to tabs compression is now done by passin

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

2011-06-03 Thread John Baldwin
On Saturday, May 14, 2011 1:07:18 pm Mikolaj Golub wrote: > > On Sat, 14 May 2011 10:37:51 -0400 John Baldwin wrote: > > JB> Can you capture a tcpdump (probably easiest to do from the other host)? > > I replaced the asserts with log statements to make the host not panic and the > captured dump

svn commit: r222648 - head/contrib/groff/tmac

2011-06-03 Thread Ruslan Ermilov
Author: ru Date: Fri Jun 3 12:02:53 2011 New Revision: 222648 URL: http://svn.freebsd.org/changeset/base/222648 Log: Re-enable SGR support (ANSI color escapes) in grotty(1) by default. Our man(1) and bsd.doc.mk still disable it for POLA reasons via the -c option to grotty(1). PR:

svn commit: r222647 - head/share/mk

2011-06-03 Thread Ruslan Ermilov
Author: ru Date: Fri Jun 3 11:58:17 2011 New Revision: 222647 URL: http://svn.freebsd.org/changeset/base/222647 Log: Don't pass -o1- to groff(1) by default. If ms(7) formatted document uses the .RP macro, a separate cover page is created as page 0 which is not otherwise output. The bug wa

Re: svn commit: r222537 - in head/sys: kern sys

2011-06-03 Thread Bruce Evans
On Thu, 2 Jun 2011, Kenneth D. Merry wrote: On Wed, Jun 01, 2011 at 20:07:31 +1000, Bruce Evans wrote: On Wed, 1 Jun 2011, Andriy Gapon wrote: on 31/05/2011 20:29 Kenneth D. Merry said the following: + mtx_init(&mbp->msg_lock, "msgbuf", NULL, MTX_SPIN); Sorry that I didn't gather mys

svn commit: r222646 - head/sbin/geom/class/part

2011-06-03 Thread Ruslan Ermilov
Author: ru Date: Fri Jun 3 10:39:36 2011 New Revision: 222646 URL: http://svn.freebsd.org/changeset/base/222646 Log: Generally clean up markup. Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8 ===

Re: svn commit: r222582 - head/sys/netinet/ipfw

2011-06-03 Thread Vadim Goncharov
Hi Andrey V. Elsukov! On Wed, 1 Jun 2011 19:44:52 + (UTC); Andrey V. Elsukov wrote: > Log: > O_FORWARD_IP is only action which depends from the result of lookup of > dynamic rules. We are doing forwarding in the following cases: >o For the simple ipfw fwd rule, e.g. > > fw

Re: svn commit: r221853 - in head/sys: dev/md dev/null sys vm

2011-06-03 Thread Alexander Best
On Tue May 31 11, Bruce Evans wrote: > On Mon, 30 May 2011 m...@freebsd.org wrote: > > >On Mon, May 30, 2011 at 8:25 AM, Bruce Evans wrote: > >>On Sat, 28 May 2011 m...@freebsd.org wrote: > >>>... > >>>Meanwhile you could try setting ZERO_REGION_SIZE to PAGE_SIZE and I > >>>think that will restor

svn commit: r222644 - in head/sys/dev/ath/ath_hal: . ar5212 ar5416

2011-06-03 Thread Adrian Chadd
Author: adrian Date: Fri Jun 3 07:27:53 2011 New Revision: 222644 URL: http://svn.freebsd.org/changeset/base/222644 Log: Bring over the relevant registers to use when implementing the quiet time portion of 802.11h. The AR5212 code has been brought over as a reference, it's currently un

svn commit: r222643 - head/sys/cam/ata

2011-06-03 Thread Alexander Motin
Author: mav Date: Fri Jun 3 07:25:36 2011 New Revision: 222643 URL: http://svn.freebsd.org/changeset/base/222643 Log: Increase maximum supported number of ranges per TRIM command from 256 to 512 to use full potential of Intel X25-M SSDs. On synthetic test with 32K ranges it gives about 20%