svn commit: r219394 - head/sys/dev/ath/ath_hal

2011-03-07 Thread Adrian Chadd
Author: adrian Date: Tue Mar 8 07:42:09 2011 New Revision: 219394 URL: http://svn.freebsd.org/changeset/base/219394 Log: Break out the ath regulatory domain structures into a separate header file. Added: head/sys/dev/ath/ath_hal/ah_regdomain.h (contents, props changed) Modified: head/sys

svn commit: r219393 - in head/sys: conf dev/ath/ath_hal/ar5416 dev/ath/ath_hal/ar9002 modules/ath

2011-03-07 Thread Adrian Chadd
Author: adrian Date: Tue Mar 8 06:59:59 2011 New Revision: 219393 URL: http://svn.freebsd.org/changeset/base/219393 Log: Implement open-loop TX power control (OLC) for Merlin (AR9280) and generally tidy up the TX power programming code. Enforce that the TX power offset for Merlin is -5 d

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

2011-03-07 Thread Navdeep Parhar
Author: np Date: Tue Mar 8 03:04:07 2011 New Revision: 219392 URL: http://svn.freebsd.org/changeset/base/219392 Log: cxgbe shouldn't directly know of the UMA zones where network buffers come from. MFC after:1 week Modified: head/sys/dev/cxgbe/adapter.h head/sys/dev/cxgbe/t4_main

svn commit: r219391 - head/usr.sbin/bsdinstall/partedit

2011-03-07 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Mar 8 01:17:30 2011 New Revision: 219391 URL: http://svn.freebsd.org/changeset/base/219391 Log: Only validate the partition setup when the user presses "Save". If the user wants to exit without saving, it's not a problem if the disk is set up in an invalid way.

svn commit: r219390 - head/tools/regression/bin/sh/builtins

2011-03-07 Thread Jilles Tjoelker
Author: jilles Date: Mon Mar 7 23:52:23 2011 New Revision: 219390 URL: http://svn.freebsd.org/changeset/base/219390 Log: sh: Test that . /dev/null returns exit status 0 and does not preserve $?. Preserving $? may cause problems particularly if set -e is in effect. It may be useful to

svn commit: r219388 - head/sys/ufs/ufs

2011-03-07 Thread Konstantin Belousov
Author: kib Date: Mon Mar 7 22:36:11 2011 New Revision: 219388 URL: http://svn.freebsd.org/changeset/base/219388 Log: Simplify uses of the web of pointers. Reviewed by: mckusick MFC after:1 week Modified: head/sys/ufs/ufs/ufs_dirhash.c head/sys/ufs/ufs/ufs_quota.c Modified: he

svn commit: r219387 - head/share/man/man4

2011-03-07 Thread Hans Petter Selasky
Author: hselasky Date: Mon Mar 7 21:53:15 2011 New Revision: 219387 URL: http://svn.freebsd.org/changeset/base/219387 Log: - Remove superfluous ucom device lines in USB manual pages. Submitted by: Carl @ telus.net MFC after:14 days Approved by: thompsa (mentor) Modified: head/s

Re: svn commit: r219374 - in head/contrib/gcc: . config/i386 doc

2011-03-07 Thread Roman Divacky
On Mon, Mar 07, 2011 at 02:48:23PM +, Martin Matuska wrote: > Author: mm > Date: Mon Mar 7 14:48:22 2011 > New Revision: 219374 > URL: http://svn.freebsd.org/changeset/base/219374 > > Log: > Backport Intel Core 2 and AMD Geode CPU types from gcc-4.3 (GPLv2) > These options are supported i

Re: svn commit: r219376 - in head/share: examples/etc mk

2011-03-07 Thread Alexander Best
On Mon Mar 7 11, Martin Matuska wrote: > Author: mm > Date: Mon Mar 7 14:58:23 2011 > New Revision: 219376 > URL: http://svn.freebsd.org/changeset/base/219376 > > Log: > Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.conf > For CPUTYPE=core2 use -march=core2 maybe you might also

svn commit: r219386 - head/libexec/rtld-elf/powerpc64

2011-03-07 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Mar 7 20:32:46 2011 New Revision: 219386 URL: http://svn.freebsd.org/changeset/base/219386 Log: Remove dead code that snuck in from the 32-bit PowerPC version of this file. The error being checked for does not exist on 64-bit systems. Modified: head/libexec/rtl

svn commit: r219385 - head/sbin/hastd

2011-03-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Mar 7 19:54:51 2011 New Revision: 219385 URL: http://svn.freebsd.org/changeset/base/219385 Log: Unbreak the build. MFC after:2 weeks Modified: head/sbin/hastd/pjdlog.c Modified: head/sbin/hastd/pjdlog.c =

svn commit: r219384 - head/sys/ufs/ufs

2011-03-07 Thread John Baldwin
Author: jhb Date: Mon Mar 7 18:33:29 2011 New Revision: 219384 URL: http://svn.freebsd.org/changeset/base/219384 Log: The UFS dirhash code was attempting to update shared state in the dirhash from multiple threads while holding a shared lock during a lookup operation. This could result in i

svn commit: r219379 - head/include

2011-03-07 Thread David Schultz
Author: das Date: Mon Mar 7 16:05:45 2011 New Revision: 219379 URL: http://svn.freebsd.org/changeset/base/219379 Log: Add missing declarations that I intended to commit with r219359. Not sure why we have math.h in lib/msun/ and complex.h in include/. Modified: head/include/complex.h Modif

svn commit: r219377 - head/lib/libc/stdlib

2011-03-07 Thread Ryan Stone
Author: rstone Date: Mon Mar 7 15:19:17 2011 New Revision: 219377 URL: http://svn.freebsd.org/changeset/base/219377 Log: Correct a typo in the malloc(3) manpage. Malloc options are set in the MALLOC_OPTIONS environment variable, not JEMALLOC_OPTIONS. Reviewed by: jasone Approved by:

Re: svn commit: r219376 - in head/share: examples/etc mk

2011-03-07 Thread Alexander Best
On Mon Mar 7 11, Martin Matuska wrote: > Author: mm > Date: Mon Mar 7 14:58:23 2011 > New Revision: 219376 > URL: http://svn.freebsd.org/changeset/base/219376 > > Log: > Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.conf > For CPUTYPE=core2 use -march=core2 very cool. never tho

svn commit: r219376 - in head/share: examples/etc mk

2011-03-07 Thread Martin Matuska
Author: mm Date: Mon Mar 7 14:58:23 2011 New Revision: 219376 URL: http://svn.freebsd.org/changeset/base/219376 Log: Add AMD Geode CPU type to bsd.cpu.mk and examples/etc/make.conf For CPUTYPE=core2 use -march=core2 PR: gnu/155308 MFC after:2 weeks Modified: head/share

svn commit: r219374 - in head/contrib/gcc: . config/i386 doc

2011-03-07 Thread Martin Matuska
Author: mm Date: Mon Mar 7 14:48:22 2011 New Revision: 219374 URL: http://svn.freebsd.org/changeset/base/219374 Log: Backport Intel Core 2 and AMD Geode CPU types from gcc-4.3 (GPLv2) These options are supported in this shape in all newer GCC versions. PR: gnu/155308 Obtained

Re: svn commit: r219372 - head/sbin/hastd

2011-03-07 Thread Pawel Jakub Dawidek
On Mon, Mar 07, 2011 at 10:41:12AM +, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Mon Mar 7 10:41:12 2011 > New Revision: 219372 > URL: http://svn.freebsd.org/changeset/base/219372 > > Log: > - Log size of data to synchronize in human readable form (using %N). > - Log synchronization

svn commit: r219373 - head/sbin/hastctl

2011-03-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Mar 7 10:42:28 2011 New Revision: 219373 URL: http://svn.freebsd.org/changeset/base/219373 Log: Print some of the numbers in human readable form (using %N). MFC after:2 weeks Modified: head/sbin/hastctl/hastctl.c Modified: head/sbin/hastctl/hastctl.c =

svn commit: r219372 - head/sbin/hastd

2011-03-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Mar 7 10:41:12 2011 New Revision: 219372 URL: http://svn.freebsd.org/changeset/base/219372 Log: - Log size of data to synchronize in human readable form (using %N). - Log synchronization time (using %T). - Log synchronization speed in human readable form (using %N).

svn commit: r219371 - head/sbin/hastd

2011-03-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Mar 7 10:39:26 2011 New Revision: 219371 URL: http://svn.freebsd.org/changeset/base/219371 Log: Use %S to print IP address and port number. MFC after:2 weeks Modified: head/sbin/hastd/proto_tcp4.c Modified: head/sbin/hastd/proto_tcp4.c

svn commit: r219370 - in head/sbin: hastctl hastd

2011-03-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Mar 7 10:38:18 2011 New Revision: 219370 URL: http://svn.freebsd.org/changeset/base/219370 Log: - Turn on printf extentions. - Load support for %T for pritning time. - Add support for %N for printing number in human readable form. - Add support for %S for printing so

svn commit: r219369 - head/sbin/hastd

2011-03-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Mar 7 10:33:52 2011 New Revision: 219369 URL: http://svn.freebsd.org/changeset/base/219369 Log: Provides three states for pjdlog_initialized, so we can also tell that this is fist initialization ever. MFC after:2 weeks Modified: head/sbin/hastd/pjdlog.c Modi

svn commit: r219368 - head/share/mk

2011-03-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Mar 7 09:28:21 2011 New Revision: 219368 URL: http://svn.freebsd.org/changeset/base/219368 Log: To be able to use printf extensions we need to turn off gcc format checking. Following the convention of NO_WERROR and NO_WCAST_ALIGN add NO_WFORMAT, which, when defined in

svn commit: r219366 - head/lib/msun/man

2011-03-07 Thread David Schultz
Author: das Date: Mon Mar 7 08:54:20 2011 New Revision: 219366 URL: http://svn.freebsd.org/changeset/base/219366 Log: Add cexp() to the complex(3) manpage. Thanks to bde for pointing out that I missed this. Modified: head/lib/msun/man/complex.3 Modified: head/lib/msun/man/complex.3 =

svn commit: r219365 - head/lib/msun

2011-03-07 Thread David Schultz
Author: das Date: Mon Mar 7 08:46:14 2011 New Revision: 219365 URL: http://svn.freebsd.org/changeset/base/219365 Log: Remove part of an uncommitted change that snuck into the last commit. Modified: head/lib/msun/Symbol.map Modified: head/lib/msun/Symbol.map =

svn commit: r219364 - head/sys/amd64/linux32

2011-03-07 Thread Dmitry Chagin
Author: dchagin Date: Mon Mar 7 08:12:07 2011 New Revision: 219364 URL: http://svn.freebsd.org/changeset/base/219364 Log: Remove dead code. MFC after:1 Week Modified: head/sys/amd64/linux32/linux32_genassym.c Modified: head/sys/amd64/linux32/linux32_genassym.c =