svn commit: r228945 - head/sys/mips/conf

2011-12-28 Thread Adrian Chadd
Author: adrian Date: Thu Dec 29 06:07:24 2011 New Revision: 228945 URL: http://svn.freebsd.org/changeset/base/228945 Log: Flesh out the RSPRO GPIO config, including the RF LED. Modified: head/sys/mips/conf/AR71XX_BASE head/sys/mips/conf/RSPRO.hints Modified: head/sys/mips/conf/AR71XX_BASE

svn commit: r228944 - head/sys/mips/conf

2011-12-28 Thread Adrian Chadd
Author: adrian Date: Thu Dec 29 05:51:48 2011 New Revision: 228944 URL: http://svn.freebsd.org/changeset/base/228944 Log: Break out the AR71XX config file into _BASE and board specific bits. The ROUERSTATION and RSPRO variants contain: * the board specific bits (eg the RTC for RSPRO,

Re: svn commit: r228925 - head/sys/mips/cavium

2011-12-28 Thread Oleksandr Tymoshenko
On 28/12/2011 2:15 AM, Aleksandr Rybalko wrote: On Wed, 28 Dec 2011 05:57:03 + (UTC) Oleksandr Tymoshenko wrote: Author: gonzo Date: Wed Dec 28 05:57:03 2011 New Revision: 228925 URL: http://svn.freebsd.org/changeset/base/228925 Log: - Add generic GPIO driver for Cavium Octeon. At the

svn commit: r228943 - in head: bin/sh tools/regression/bin/sh/builtins

2011-12-28 Thread Jilles Tjoelker
Author: jilles Date: Wed Dec 28 23:51:17 2011 New Revision: 228943 URL: http://svn.freebsd.org/changeset/base/228943 Log: sh: Allow quoting ^ and ] in bracket expressions. Added: head/tools/regression/bin/sh/builtins/case13.0 (contents, props changed) Modified: head/bin/sh/mksyntax.c Mod

svn commit: r228942 - head/bin/sh

2011-12-28 Thread Jilles Tjoelker
Author: jilles Date: Wed Dec 28 23:40:46 2011 New Revision: 228942 URL: http://svn.freebsd.org/changeset/base/228942 Log: sh: Use dirent.d_type in pathname generation. This improves performance for globs where a slash or another component follows a component with metacharacters by elimina

svn commit: r228941 - head/bin/sh

2011-12-28 Thread Jilles Tjoelker
Author: jilles Date: Wed Dec 28 23:30:17 2011 New Revision: 228941 URL: http://svn.freebsd.org/changeset/base/228941 Log: sh: Cache de->d_namlen in a local variable. Modified: head/bin/sh/expand.c Modified: head/bin/sh/expand.c

svn commit: r228940 - in head: share/man/man4 sys/amd64/conf sys/conf sys/dev/hpt27xx sys/i386/conf sys/modules sys/modules/hpt27xx

2011-12-28 Thread Xin LI
Author: delphij Date: Wed Dec 28 23:26:58 2011 New Revision: 228940 URL: http://svn.freebsd.org/changeset/base/228940 Log: Import the first release of HighPoint RocketRAID 27xx SAS 6Gb/s HBA card driver. This driver works for FreeBSD/i386 and FreeBSD/amd64 platforms. Many thanks to HighP

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Doug Barton
On 12/28/2011 15:03, Ulrich Spörlein wrote: > On Wed, 2011-12-28 at 15:00:07 -0800, Doug Barton wrote: >> On 12/28/2011 14:52, Ulrich Spörlein wrote: >> >>> We have >>> >>> http://wiki.freebsd.org/ContribSoftware >>> >>> that tries to track the state of anything upstream in src. >> >> I've been ma

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Ulrich Spörlein
On Wed, 2011-12-28 at 15:00:07 -0800, Doug Barton wrote: > On 12/28/2011 14:52, Ulrich Spörlein wrote: > > > We have > > > > http://wiki.freebsd.org/ContribSoftware > > > > that tries to track the state of anything upstream in src. > > I've been maintaining BIND in the base for 9 1/2 years, an

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Ulrich Spörlein
On Wed, 2011-12-28 at 14:09:10 -0800, Doug Barton wrote: > On 12/28/2011 07:40, Ulrich Spörlein wrote: > > On Mon, 2011-12-26 at 01:14:28 -0800, Doug Barton wrote: > >> On 12/26/2011 01:07, Xin LI wrote: > >>> Author: delphij > >>> Date: Mon Dec 26 09:07:08 2011 > >>> New Revision: 228896 > >>> URL

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Doug Barton
On 12/28/2011 14:52, Ulrich Spörlein wrote: > We have > > http://wiki.freebsd.org/ContribSoftware > > that tries to track the state of anything upstream in src. I've been maintaining BIND in the base for 9 1/2 years, and never knew about that page ... the wiki is a good tool for some things, b

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Ulrich Spörlein
On Wed, 2011-12-28 at 15:11:33 -0600, Mark Linimon wrote: > On Wed, Dec 28, 2011 at 04:40:49PM +0100, Ulrich Spörlein wrote: > > It's better to have one person > > (Xin LI) figure out if the change is needed or a no-op and do the > > upgrade to match our version to upstream's version, than to have

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

2011-12-28 Thread Alexander Motin
Author: mav Date: Wed Dec 28 22:49:28 2011 New Revision: 228939 URL: http://svn.freebsd.org/changeset/base/228939 Log: Set maximum I/O size for mps(4) to MAXPHYS. Looking into the code, I see no reason why it should be limited to 64K of DFLTPHYS. DMA data tag is any way set to allow MAXPHYS,

Re: svn commit: r228938 - head/games/fortune/datfiles

2011-12-28 Thread Doug Barton
On 12/28/2011 14:18, Doug Barton wrote: > Reviewed by:French-speakers on #bsdcode [2] Blah, that's #bsdports. -- You can observe a lot just by watching. -- Yogi Berra Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :)

svn commit: r228938 - head/games/fortune/datfiles

2011-12-28 Thread Doug Barton
Author: dougb Date: Wed Dec 28 22:18:53 2011 New Revision: 228938 URL: http://svn.freebsd.org/changeset/base/228938 Log: 1. Correct capitalization of the nobility particle for Francois de La Rochefoucauld introduced in r228909 [1],[2] 2. Change c-cedilla introduced in the same commit t

svn commit: r228937 - head/bin/sh

2011-12-28 Thread Jilles Tjoelker
Author: jilles Date: Wed Dec 28 22:10:12 2011 New Revision: 228937 URL: http://svn.freebsd.org/changeset/base/228937 Log: sh: Do not force special builtins non-special in optimized command subst. This is not necessary: errors are already caught in evalbackcmd() and forcelocal handles chan

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Doug Barton
On 12/28/2011 07:40, Ulrich Spörlein wrote: > On Mon, 2011-12-26 at 01:14:28 -0800, Doug Barton wrote: >> On 12/26/2011 01:07, Xin LI wrote: >>> Author: delphij >>> Date: Mon Dec 26 09:07:08 2011 >>> New Revision: 228896 >>> URL: http://svn.freebsd.org/changeset/base/228896 >>> >>> Log: >>> Merge

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Mark Linimon
On Wed, Dec 28, 2011 at 04:40:49PM +0100, Ulrich Spörlein wrote: > It's better to have one person > (Xin LI) figure out if the change is needed or a no-op and do the > upgrade to match our version to upstream's version, than to have a > discrepancy between the two and cause half a dozen developers

svn commit: r228936 - head/sys/vm

2011-12-28 Thread Alan Cox
Author: alc Date: Wed Dec 28 20:27:18 2011 New Revision: 228936 URL: http://svn.freebsd.org/changeset/base/228936 Log: Optimize vm_object_split()'s handling of reservations. Modified: head/sys/vm/vm_object.c Modified: head/sys/vm/vm_object.c ==

svn commit: r228935 - in head/sys: amd64/amd64 i386/i386 i386/xen

2011-12-28 Thread Alan Cox
Author: alc Date: Wed Dec 28 19:59:54 2011 New Revision: 228935 URL: http://svn.freebsd.org/changeset/base/228935 Log: Fix a bug in the Xen pmap's implementation of pmap_extract_and_hold(): If the page lock acquisition is retried, then the underlying thread is not unpinned. Wrap nearby

svn commit: r228934 - head/games/fortune/datfiles

2011-12-28 Thread Ulrich Spoerlein
Author: uqs Date: Wed Dec 28 19:37:03 2011 New Revision: 228934 URL: http://svn.freebsd.org/changeset/base/228934 Log: Prefer ASCII apostrophes over Unicode ones like the rest of the file. Modified: head/games/fortune/datfiles/fortunes Modified: head/games/fortune/datfiles/fortunes =

Re: svn commit: r228909 - head/games/fortune/datfiles

2011-12-28 Thread Ulrich Spörlein
On Wed, 2011-12-28 at 09:59:13 -0800, Doug Barton wrote: > On 12/28/2011 07:53, Ulrich Spörlein wrote: > > On Tue, 2011-12-27 at 10:21:57 +, Doug Barton wrote: > >> Author: dougb > >> Date: Tue Dec 27 10:21:57 2011 > >> New Revision: 228909 > >> URL: http://svn.freebsd.org/changeset/base/228909

Re: svn commit: r228909 - head/games/fortune/datfiles

2011-12-28 Thread Doug Barton
On 12/28/2011 07:53, Ulrich Spörlein wrote: > On Tue, 2011-12-27 at 10:21:57 +, Doug Barton wrote: >> Author: dougb >> Date: Tue Dec 27 10:21:57 2011 >> New Revision: 228909 >> URL: http://svn.freebsd.org/changeset/base/228909 >> >> Log: >> 1. Remove a bunch of duplicates. Usually this means

svn commit: r228933 - head/share/misc

2011-12-28 Thread Baptiste Daroussin
Author: bapt Date: Wed Dec 28 17:45:26 2011 New Revision: 228933 URL: http://svn.freebsd.org/changeset/base/228933 Log: Add myself as a src committer Approved by: des (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

Re: svn commit: r228909 - head/games/fortune/datfiles

2011-12-28 Thread Ulrich Spörlein
On Tue, 2011-12-27 at 10:21:57 +, Doug Barton wrote: > Author: dougb > Date: Tue Dec 27 10:21:57 2011 > New Revision: 228909 > URL: http://svn.freebsd.org/changeset/base/228909 > > Log: > 1. Remove a bunch of duplicates. Usually this means removing them from > fortunes, but occasionally

Re: svn commit: r228896 - head/contrib/netcat

2011-12-28 Thread Ulrich Spörlein
On Mon, 2011-12-26 at 01:14:28 -0800, Doug Barton wrote: > On 12/26/2011 01:07, Xin LI wrote: > > Author: delphij > > Date: Mon Dec 26 09:07:08 2011 > > New Revision: 228896 > > URL: http://svn.freebsd.org/changeset/base/228896 > > > > Log: > > Merge from OpenBSD 5.0 (this is a dummy change, the

svn commit: r228927 - head/tools/tools/netrate/netreceive

2011-12-28 Thread Olivier Houchard
Author: cognet Date: Wed Dec 28 13:01:12 2011 New Revision: 228927 URL: http://svn.freebsd.org/changeset/base/228927 Log: Oops, if we want to check from 0 to nsock, the test condition should be < nsock, not >. Pointy hat to:cognet Submitted by: Olivier Cochard-Labbe Modified:

Re: svn commit: r228925 - head/sys/mips/cavium

2011-12-28 Thread Aleksandr Rybalko
On Wed, 28 Dec 2011 05:57:03 + (UTC) Oleksandr Tymoshenko wrote: >> Author: gonzo >> Date: Wed Dec 28 05:57:03 2011 >> New Revision: 228925 >> URL: http://svn.freebsd.org/changeset/base/228925 >> >> Log: >> - Add generic GPIO driver for Cavium Octeon. At the moment pin >> definition is har