svn commit: r219558 - head/sys/compat/linux

2011-03-11 Thread Dmitry Chagin
Author: dchagin Date: Sat Mar 12 07:47:05 2011 New Revision: 219558 URL: http://svn.freebsd.org/changeset/base/219558 Log: Style(9) fixes. No functional changes. MFC after:2 Week Modified: head/sys/compat/linux/linux_ipc.c Modified: head/sys/compat/linux/linux_ipc.c

svn commit: r219557 - head/contrib/gdtoa

2011-03-11 Thread David Schultz
Author: das Date: Sat Mar 12 07:03:06 2011 New Revision: 219557 URL: http://svn.freebsd.org/changeset/base/219557 Log: Merge gdtoa-20110304. Added: head/contrib/gdtoa/changes - copied unchanged from r219423, vendor/gdtoa/dist/changes head/contrib/gdtoa/printf.c - copied unchanged

svn commit: r219548 - head/sys/dev/sound/pcm

2011-03-11 Thread Marius Strobl
Author: marius Date: Fri Mar 11 22:42:04 2011 New Revision: 219548 URL: http://svn.freebsd.org/changeset/base/219548 Log: Allocate the sound buffer DMA memory coherent. While NetBSD typically also does this for sound drivers it's probably not necessary for all combinations of controllers and

svn commit: r219547 - head/sys/dev/ti

2011-03-11 Thread Marius Strobl
Author: marius Date: Fri Mar 11 22:32:17 2011 New Revision: 219547 URL: http://svn.freebsd.org/changeset/base/219547 Log: - Allocate the DMA memory shared between the host and the controller as coherent. - Constify the ti_devs table. - Don't bother to set if_mtu to ETHERMTU, ether_ifatta

svn commit: r219546 - head/sys/dev/xl

2011-03-11 Thread Marius Strobl
Author: marius Date: Fri Mar 11 22:25:34 2011 New Revision: 219546 URL: http://svn.freebsd.org/changeset/base/219546 Log: Allocate the DMA memory shared between the host and the controller as coherent. MFC after:2 weeks Modified: head/sys/dev/xl/if_xl.c Modified: head/sys/dev/xl/i

svn commit: r219545 - head/sys/dev/stge

2011-03-11 Thread Marius Strobl
Author: marius Date: Fri Mar 11 22:23:46 2011 New Revision: 219545 URL: http://svn.freebsd.org/changeset/base/219545 Log: Allocate the DMA memory shared between the host and the controller as coherent. MFC after:2 weeks Modified: head/sys/dev/stge/if_stge.c Modified: head/sys/dev/

svn commit: r219544 - head/sys/dev/sk

2011-03-11 Thread Marius Strobl
Author: marius Date: Fri Mar 11 22:21:12 2011 New Revision: 219544 URL: http://svn.freebsd.org/changeset/base/219544 Log: Allocate the DMA memory shared between the host and the controller as coherent. MFC after:2 weeks Modified: head/sys/dev/sk/if_sk.c Modified: head/sys/dev/sk/i

svn commit: r219543 - head/sys/dev/firewire

2011-03-11 Thread Marius Strobl
Author: marius Date: Fri Mar 11 22:19:49 2011 New Revision: 219543 URL: http://svn.freebsd.org/changeset/base/219543 Log: Allocate the DMA memory shared between the host and the controller as coherent. MFC after:2 weeks Modified: head/sys/dev/firewire/fwohci.c head/sys/dev/firewi

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

2011-03-11 Thread Marius Strobl
Author: marius Date: Fri Mar 11 21:35:38 2011 New Revision: 219535 URL: http://svn.freebsd.org/changeset/base/219535 Log: Now that TLS generally is available on sparc64 since r219534 turn on support for it. Note that while sparc64 also supports the static TLS model and thus tls_model("initia

svn commit: r219534 - in head: contrib/gcc/config/sparc gnu/lib/libgomp gnu/lib/libstdc++ gnu/usr.bin/cc/cc_tools

2011-03-11 Thread Marius Strobl
Author: marius Date: Fri Mar 11 21:24:02 2011 New Revision: 219534 URL: http://svn.freebsd.org/changeset/base/219534 Log: Now that TLS is supported for sparc64 by both binutils 2.17.50 committed in r218822 and rtld(1) committed in r219533 turn on TLS support in GCC. Modified: head/contrib/g

svn commit: r219533 - in head: libexec/rtld-elf/sparc64 sys/sparc64/sparc64

2011-03-11 Thread Marius Strobl
Author: marius Date: Fri Mar 11 21:08:02 2011 New Revision: 219533 URL: http://svn.freebsd.org/changeset/base/219533 Log: - Add support for TLS relocations. - Emitt an error when encountering an unsupported and in case of the kernel also for unaligned relocations. - Fix R_SPARC_LOX10 rel

svn commit: r219532 - in head: libexec/rtld-elf/sparc64 sys/sparc64/sparc64

2011-03-11 Thread Marius Strobl
Author: marius Date: Fri Mar 11 20:30:58 2011 New Revision: 219532 URL: http://svn.freebsd.org/changeset/base/219532 Log: - Remove clause 3 and 4 from TNF licenses. [1] - Add the _RF_X committed in r212998 also to the tables in the sparc64 reloc.c in order reduce differences between the ke

svn commit: r219531 - head/sys/sparc64/sparc64

2011-03-11 Thread Marius Strobl
Author: marius Date: Fri Mar 11 20:01:57 2011 New Revision: 219531 URL: http://svn.freebsd.org/changeset/base/219531 Log: Revert the binutils workaround committed in r219340, the underlying problem has been fixed in r219530. Modified: head/sys/sparc64/sparc64/elf_machdep.c Modified: head/s

svn commit: r219530 - head/contrib/binutils/bfd

2011-03-11 Thread Marius Strobl
Author: marius Date: Fri Mar 11 20:00:38 2011 New Revision: 219530 URL: http://svn.freebsd.org/changeset/base/219530 Log: In the upstream rev. 1.61 of elf64-sparc.c the following bug was fixed: * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of dynamic relocs

svn commit: r219528 - head/usr.sbin/bsdinstall/scripts

2011-03-11 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Mar 11 19:40:49 2011 New Revision: 219528 URL: http://svn.freebsd.org/changeset/base/219528 Log: Correct typo. Modified: head/usr.sbin/bsdinstall/scripts/auto Modified: head/usr.sbin/bsdinstall/scripts/auto

svn commit: r219527 - head/tools/tools/iwi

2011-03-11 Thread Bruce Cran
Author: brucec Date: Fri Mar 11 19:32:15 2011 New Revision: 219527 URL: http://svn.freebsd.org/changeset/base/219527 Log: Fix warnings and style(9) issues. Set WARNS to 6. Modified: head/tools/tools/iwi/Makefile head/tools/tools/iwi/iwistats.c Modified: head/tools/tools/iwi/Makefile

svn commit: r219525 - head/sys/amd64/conf

2011-03-11 Thread Andriy Gapon
Author: avg Date: Fri Mar 11 19:21:42 2011 New Revision: 219525 URL: http://svn.freebsd.org/changeset/base/219525 Log: amd64/NOTES: use a greater number in KSTACK_PAGES example This is a minor cosmetic change - the users are more likely to want to increase (rather than decrease) default k

svn commit: r219524 - head/tools/tools/ether_reflect

2011-03-11 Thread Bruce Cran
Author: brucec Date: Fri Mar 11 19:19:47 2011 New Revision: 219524 URL: http://svn.freebsd.org/changeset/base/219524 Log: Fix the build: we have snprintf(3). MFC after:1 week Modified: head/tools/tools/ether_reflect/Makefile Modified: head/tools/tools/ether_reflect/Makefile

svn commit: r219523 - in head/sys: amd64/amd64 ia64/ia64 powerpc/aim sparc64/sparc64 sun4v/sun4v sys

2011-03-11 Thread Matthew D Fleming
Author: mdf Date: Fri Mar 11 18:56:55 2011 New Revision: 219523 URL: http://svn.freebsd.org/changeset/base/219523 Log: Mostly revert r219468, as I had misremembered the C standard regarding the size of an extern array. Keep one change from strncpy to strlcpy. Modified: head/sys/amd64/a

svn commit: r219522 - head/tools/tools/aac

2011-03-11 Thread Bruce Cran
Author: brucec Date: Fri Mar 11 18:51:42 2011 New Revision: 219522 URL: http://svn.freebsd.org/changeset/base/219522 Log: Fix warnings and set WARNS to 6. MFC after:1 week Modified: head/tools/tools/aac/Makefile head/tools/tools/aac/aac_checkq.c Modified: head/tools/tools/aac/Make

svn commit: r219521 - head/tools/tools/cfi

2011-03-11 Thread Bruce Cran
Author: brucec Date: Fri Mar 11 18:48:28 2011 New Revision: 219521 URL: http://svn.freebsd.org/changeset/base/219521 Log: Fix warnings and set WARNS to 6. MFC after:1 week Modified: head/tools/tools/cfi/Makefile head/tools/tools/cfi/cfi.c Modified: head/tools/tools/cfi/Makefile ==

Re: svn commit: r218909 - in head: bin/df bin/sh lib/libc/arm/gen lib/libc/ia64/gen lib/libc/mips/gen lib/libc/powerpc/gen lib/libc/powerpc64/gen lib/libpkg lib/libstand lib/msun/src sys/amd64/amd64 s

2011-03-11 Thread John Baldwin
On Monday, February 21, 2011 4:01:34 am Bruce Cran wrote: > Author: brucec > Date: Mon Feb 21 09:01:34 2011 > New Revision: 218909 > URL: http://svn.freebsd.org/changeset/base/218909 > > Log: > Fix typos - remove duplicate "the". > > PR: bin/154928 > Submitted by: Eitan Adler > M

svn commit: r219519 - head/tools/tools/ncpus

2011-03-11 Thread Bruce Cran
Author: brucec Date: Fri Mar 11 18:44:16 2011 New Revision: 219519 URL: http://svn.freebsd.org/changeset/base/219519 Log: mptable.h is now in include/x86. Modified: head/tools/tools/ncpus/biosmptable.c Modified: head/tools/tools/ncpus/biosmptable.c ===

Re: svn commit: r219483 - head/sys/boot/i386/gptboot

2011-03-11 Thread Pawel Jakub Dawidek
On Fri, Mar 11, 2011 at 01:11:15PM +, John Baldwin wrote: > Author: jhb > Date: Fri Mar 11 13:11:15 2011 > New Revision: 219483 > URL: http://svn.freebsd.org/changeset/base/219483 > > Log: > Remove all object files during 'make clean'. Oops, I think that was me. Thank you, John. -- Pawel

svn commit: r219512 - head/release

2011-03-11 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Mar 11 17:47:59 2011 New Revision: 219512 URL: http://svn.freebsd.org/changeset/base/219512 Log: Fix bugs and make improvements to documentation renaming. Submitted by: Garrett Cooper Modified: head/release/Makefile.bsdinstall Modified: head/release/Makefile

svn commit: r219511 - head/tools/test/malloc

2011-03-11 Thread Bruce Cran
Author: brucec Date: Fri Mar 11 17:33:31 2011 New Revision: 219511 URL: http://svn.freebsd.org/changeset/base/219511 Log: Fix warnings and style(9) issues. Set WARNS to 6. MFC after:1 week Modified: head/tools/test/malloc/Makefile head/tools/test/malloc/main.c Modified: head/too

svn commit: r219509 - head/release

2011-03-11 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Mar 11 17:01:14 2011 New Revision: 219509 URL: http://svn.freebsd.org/changeset/base/219509 Log: Add support for generating release documentation. Note that, due to the release documentation build being broken at the moment, this is only partially functional. Mo

svn commit: r219508 - head/release

2011-03-11 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Mar 11 16:58:21 2011 New Revision: 219508 URL: http://svn.freebsd.org/changeset/base/219508 Log: Add a wrapper script for Makefile.bsdinstall that does the source checkout/chroot/compile/release dance that the existing release Makefile does for those who want a t

svn commit: r219483 - head/sys/boot/i386/gptboot

2011-03-11 Thread John Baldwin
Author: jhb Date: Fri Mar 11 13:11:15 2011 New Revision: 219483 URL: http://svn.freebsd.org/changeset/base/219483 Log: Remove all object files during 'make clean'. PR: kern/154888 Submitted by: arundel MFC after:1 week Modified: head/sys/boot/i386/gptboot/Makefile Modi

svn commit: r219482 - head/sbin/hastd

2011-03-11 Thread Mikolaj Golub
Author: trociny Date: Fri Mar 11 12:12:35 2011 New Revision: 219482 URL: http://svn.freebsd.org/changeset/base/219482 Log: Make workers inherit debug level from the main process. Approved by: pjd (mentor) MFC after:1 week Modified: head/sbin/hastd/primary.c head/sbin/hastd/secon

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

2011-03-11 Thread Adrian Chadd
Author: adrian Date: Fri Mar 11 11:58:54 2011 New Revision: 219481 URL: http://svn.freebsd.org/changeset/base/219481 Log: Port over the AR9285 PA calibration and initial calibration code from Linux ath9k. The ath9k ar9002_hw_init_cal() isn't entirely clear about what is supposed to be c

svn commit: r219480 - head/sys/dev/ath/ath_hal/ar5416

2011-03-11 Thread Adrian Chadd
Author: adrian Date: Fri Mar 11 11:35:36 2011 New Revision: 219480 URL: http://svn.freebsd.org/changeset/base/219480 Log: Introduce methods for the initial calibration and the new PA calibration routines. These are needed for the AR9285/AR2427 and AR9287 calibration routines which will

svn commit: r219479 - in head/sys/dev/ath/ath_hal: ar5416 ar9002

2011-03-11 Thread Adrian Chadd
Author: adrian Date: Fri Mar 11 11:07:53 2011 New Revision: 219479 URL: http://svn.freebsd.org/changeset/base/219479 Log: Remove the ar9285FillVpdTable() and just use ar5416FillVpdTable(). Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416.h head/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c he

svn commit: r219478 - in head: share/misc usr.bin/calendar/calendars

2011-03-11 Thread Mikolaj Golub
Author: trociny Date: Fri Mar 11 10:11:22 2011 New Revision: 219478 URL: http://svn.freebsd.org/changeset/base/219478 Log: Add myself to calendar.freebsd and committers-src.dot. Approved by: pjd (mentor) Modified: head/share/misc/committers-src.dot head/usr.bin/calendar/calendars/cale