svn commit: r216754 - head/sys/geom/part

2010-12-28 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 28 08:36:44 2010 New Revision: 216754 URL: http://svn.freebsd.org/changeset/base/216754 Log: Make EBR probe method less strictly to be able detect EBRs with small non fatal inconsistency. EBR may contain boot loader and sometimes it just has some garbage data. Now

svn commit: r216755 - head/sys/geom/part

2010-12-28 Thread Andrey V. Elsukov
Author: ae Date: Tue Dec 28 08:42:12 2010 New Revision: 216755 URL: http://svn.freebsd.org/changeset/base/216755 Log: Allow destroying EBR in COMPAT (default) mode. MFC after:2 week Modified: head/sys/geom/part/g_part_ebr.c Modified: head/sys/geom/part/g_part_ebr.c

svn commit: r216756 - in head: lib/libc/locale lib/libc/rpc lib/libkvm usr.bin/c89 usr.bin/c99 usr.bin/tar usr.sbin/ancontrol

2010-12-28 Thread Ulrich Spoerlein
Author: uqs Date: Tue Dec 28 10:08:50 2010 New Revision: 216756 URL: http://svn.freebsd.org/changeset/base/216756 Log: Revert most of r210764, now that mdocml does the right thing with empty quotation macros. Requested by: Alex Kozlov Modified: head/lib/libc/locale/mbrtowc.3

svn commit: r216758 - in head: . sys/netinet sys/sys

2010-12-28 Thread Lawrence Stewart
:30 2010(r216758) @@ -22,6 +22,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 9. machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20101228: + The TCP stack has been modified to allow Khelp modules to interact

svn commit: r216760 - head/sys/netinet

2010-12-28 Thread Lawrence Stewart
Author: lstewart Date: Tue Dec 28 12:37:57 2010 New Revision: 216760 URL: http://svn.freebsd.org/changeset/base/216760 Log: Add a comment for the ccv member of struct tcpcb. Sponsored by: FreeBSD Foundation MFC after:5 weeks X-MFC with: r215166 Modified:

svn commit: r216761 - in head: bin/sh tools/regression/bin/sh/expansion

2010-12-28 Thread Jilles Tjoelker
Author: jilles Date: Tue Dec 28 13:28:24 2010 New Revision: 216761 URL: http://svn.freebsd.org/changeset/base/216761 Log: sh: Make expansion errors in optimized command substitution non-fatal. Command substitutions consisting of a single simple command are executed in the main shell process

Re: svn commit: r216694 - head/libexec/rtld-elf

2010-12-28 Thread Ulrich Spörlein
On Sat, 25.12.2010 at 08:42:38 +, Konstantin Belousov wrote: Author: kib Date: Sat Dec 25 08:42:38 2010 New Revision: 216694 URL: http://svn.freebsd.org/changeset/base/216694 Log: Add a hook to pass debug flags to the build of rtld when doing make in the rtld directory.

Re: svn commit: r216694 - head/libexec/rtld-elf

2010-12-28 Thread Kostik Belousov
On Tue, Dec 28, 2010 at 02:29:43PM +0100, Ulrich Sp??rlein wrote: On Sat, 25.12.2010 at 08:42:38 +, Konstantin Belousov wrote: Author: kib Date: Sat Dec 25 08:42:38 2010 New Revision: 216694 URL: http://svn.freebsd.org/changeset/base/216694 Log: Add a hook to pass debug flags

svn commit: r216762 - head/sys/i386/xen

2010-12-28 Thread Colin Percival
Author: cperciva Date: Tue Dec 28 14:36:32 2010 New Revision: 216762 URL: http://svn.freebsd.org/changeset/base/216762 Log: Remove a not strictly correct (and panic-inducing) workaround for a bug which doesn't seem to exist. PR: kern/141328 MFC after:3 days Modified:

svn commit: r216763 - head/tools/regression/bin/sh/expansion

2010-12-28 Thread Jilles Tjoelker
Author: jilles Date: Tue Dec 28 14:58:08 2010 New Revision: 216763 URL: http://svn.freebsd.org/changeset/base/216763 Log: sh: Add test for optimized command substitution. This test verifies that certain expansions without side effects do not cause the command substitution to be executed

Re: svn commit: r216694 - head/libexec/rtld-elf

2010-12-28 Thread John Baldwin
On Tuesday, December 28, 2010 8:32:47 am Kostik Belousov wrote: On Tue, Dec 28, 2010 at 02:29:43PM +0100, Ulrich Sp??rlein wrote: On Sat, 25.12.2010 at 08:42:38 +, Konstantin Belousov wrote: Author: kib Date: Sat Dec 25 08:42:38 2010 New Revision: 216694 URL:

Re: svn commit: r216694 - head/libexec/rtld-elf

2010-12-28 Thread Kostik Belousov
On Tue, Dec 28, 2010 at 10:09:40AM -0500, John Baldwin wrote: On Tuesday, December 28, 2010 8:32:47 am Kostik Belousov wrote: On Tue, Dec 28, 2010 at 02:29:43PM +0100, Ulrich Sp??rlein wrote: On Sat, 25.12.2010 at 08:42:38 +, Konstantin Belousov wrote: Author: kib Date: Sat Dec

svn commit: r216764 - head/sys/dev/mpt

2010-12-28 Thread John Baldwin
Author: jhb Date: Tue Dec 28 16:57:29 2010 New Revision: 216764 URL: http://svn.freebsd.org/changeset/base/216764 Log: Use bus_alloc_resource_any(). MFC after:2 weeks Modified: head/sys/dev/mpt/mpt_pci.c Modified: head/sys/dev/mpt/mpt_pci.c

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

2010-12-28 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Dec 28 17:02:15 2010 New Revision: 216765 URL: http://svn.freebsd.org/changeset/base/216765 Log: Only keep track of PTE validity statistics for pages not locked in the table. The 'locked' attribute is used to circumvent the regular page table locking for some

Re: svn commit: r216685 - head

2010-12-28 Thread Warner Losh
On 12/26/2010 13:23, Bjoern A. Zeeb wrote: On Fri, 24 Dec 2010, Warner Losh wrote: Author: imp Date: Fri Dec 24 04:55:56 2010 New Revision: 216685 URL: http://svn.freebsd.org/changeset/base/216685 Log: Redirect stderr from config to /dev/null. config -m is printing lots of annoying

Re: svn commit: r216746 - head/sys/conf

2010-12-28 Thread Warner Losh
On 12/27/2010 19:02, Colin Percival wrote: On 12/27/10 17:59, Steve Kargl wrote: On Mon, Dec 27, 2010 at 11:52:40PM +, Colin Percival wrote: Make it possible to specify WITHOUT_MODULES in a kernel config file. Can you explain how this differs from makeoptions NO_MODULES which has

Re: svn commit: r216746 - head/sys/conf

2010-12-28 Thread Warner Losh
On 12/27/2010 19:09, Steve Kargl wrote: On Mon, Dec 27, 2010 at 06:02:57PM -0800, Colin Percival wrote: On 12/27/10 17:59, Steve Kargl wrote: On Mon, Dec 27, 2010 at 11:52:40PM +, Colin Percival wrote: Make it possible to specify WITHOUT_MODULES in a kernel config file. Can you

svn commit: r216766 - head/sys/dev/sound/pci/hda

2010-12-28 Thread Pyun YongHyeon
Author: yongari Date: Tue Dec 28 17:45:43 2010 New Revision: 216766 URL: http://svn.freebsd.org/changeset/base/216766 Log: Add device id for RDC M3010 which is found on Vortex86 SoC. Reviewed by: mav Modified: head/sys/dev/sound/pci/hda/hdac.c Modified:

svn commit: r216769 - head/usr.bin/gcore

2010-12-28 Thread John Baldwin
Author: jhb Date: Tue Dec 28 18:58:15 2010 New Revision: 216769 URL: http://svn.freebsd.org/changeset/base/216769 Log: Start sentences on a new line to ease life for translators. Tweak the wording in a few places. MFC after:1 week Modified: head/usr.bin/gcore/gcore.1 Modified:

svn commit: r216772 - head/sys/vm

2010-12-28 Thread Alan Cox
Author: alc Date: Tue Dec 28 20:02:30 2010 New Revision: 216772 URL: http://svn.freebsd.org/changeset/base/216772 Log: Correct a typo in vm_fault_quick_hold_pages(). Reported by: Bartosz Stec Modified: head/sys/vm/vm_fault.c Modified: head/sys/vm/vm_fault.c

svn commit: r216773 - head/sys/mips/cavium

2010-12-28 Thread Juli Mallett
Author: jmallett Date: Tue Dec 28 20:11:54 2010 New Revision: 216773 URL: http://svn.freebsd.org/changeset/base/216773 Log: When allocating memory from bootmem for the kernel to use, try to leave about 2MB of memory in the bootmem allocator for the SDK to use internally at a later point.

svn commit: r216774 - head/sys/nfsserver

2010-12-28 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Dec 28 21:12:15 2010 New Revision: 216774 URL: http://svn.freebsd.org/changeset/base/216774 Log: ZFS might not return monotonically increasing directory offset cookies, so turn off UFS-specific hack that assumes so in ZFS case. Before the change we can miss returning

svn commit: r216775 - head/sys/conf

2010-12-28 Thread Warner Losh
Author: imp Date: Tue Dec 28 21:18:58 2010 New Revision: 216775 URL: http://svn.freebsd.org/changeset/base/216775 Log: Due to the automatic inclusion of DEFAULTS everywhere, and since it has device mem in it almost everywhere, we get warnings about duplicated device almost everywhere.

svn commit: r216776 - head/sys/i386/conf

2010-12-28 Thread Warner Losh
Author: imp Date: Tue Dec 28 21:20:58 2010 New Revision: 216776 URL: http://svn.freebsd.org/changeset/base/216776 Log: Remove mem, io, isa and npx since they are duplicative of the entries in DEFAULTS. Saves 8 lines of warnings when we build XBOX. Modified: head/sys/i386/conf/XBOX

svn commit: r216777 - head/sys/i386/conf

2010-12-28 Thread Warner Losh
Author: imp Date: Tue Dec 28 21:22:08 2010 New Revision: 216777 URL: http://svn.freebsd.org/changeset/base/216777 Log: Comment out npx and isa from NOTES file. We don't need them here since DEFAULTS already pulls them in. Modified: head/sys/i386/conf/NOTES Modified:

svn commit: r216778 - in head: bin/sh tools/regression/bin/sh/expansion

2010-12-28 Thread Jilles Tjoelker
Author: jilles Date: Tue Dec 28 21:27:08 2010 New Revision: 216778 URL: http://svn.freebsd.org/changeset/base/216778 Log: sh: Don't do optimized command substitution if expansions have side effects. Before considering to execute a command substitution in the same process, check if any of

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

2010-12-28 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Dec 28 22:31:59 2010 New Revision: 216780 URL: http://svn.freebsd.org/changeset/base/216780 Log: Fix an error in the ABI in rtld_bind_start(). When passing arguments to a C function, the caller's stack frame must have room to store all of the arguments to that

svn commit: r216781 - head/sys/conf

2010-12-28 Thread Warner Losh
Author: imp Date: Tue Dec 28 22:44:32 2010 New Revision: 216781 URL: http://svn.freebsd.org/changeset/base/216781 Log: Revert r216775, per jhb@ Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES == ---

svn commit: r216782 - head/sys/i386/conf

2010-12-28 Thread Warner Losh
Author: imp Date: Tue Dec 28 22:45:29 2010 New Revision: 216782 URL: http://svn.freebsd.org/changeset/base/216782 Log: Revert r216777, per jhb@ Modified: head/sys/i386/conf/NOTES Modified: head/sys/i386/conf/NOTES

svn commit: r216783 - head/sys/conf

2010-12-28 Thread Warner Losh
Author: imp Date: Tue Dec 28 22:49:28 2010 New Revision: 216783 URL: http://svn.freebsd.org/changeset/base/216783 Log: MIPS has lots of flavors as well Modified: head/sys/conf/makeLINT.mk Modified: head/sys/conf/makeLINT.mk

svn commit: r216784 - in head/sys/fs: nfs nfsserver

2010-12-28 Thread Rick Macklem
Author: rmacklem Date: Tue Dec 28 23:50:13 2010 New Revision: 216784 URL: http://svn.freebsd.org/changeset/base/216784 Log: Delete the nfsvno_localconflict() function in the experimental NFS server since it is no longer used and is broken. MFC after:2 weeks Modified:

Re: svn commit: r216769 - head/usr.bin/gcore

2010-12-28 Thread Bruce Evans
On Tue, 28 Dec 2010, John Baldwin wrote: Log: Start sentences on a new line to ease life for translators. Tweak the wording in a few places. Simplifying life for translators is only a side effect. Modified: head/usr.bin/gcore/gcore.1

Re: svn commit: r216782 - head/sys/i386/conf

2010-12-28 Thread Warner Losh
On 12/28/2010 20:34, Bruce Evans wrote: On Tue, 28 Dec 2010, Warner Losh wrote: Log: Revert r216777, per jhb@ I didn't see per jhb@. I think the bug DEFAULTS being included unconditionally (and maybe the name of DEFAULTS -- defaults hould be optional). I'm working up a patch to address

svn commit: r216790 - head/sys/dev/xen/console

2010-12-28 Thread Colin Percival
Author: cperciva Date: Wed Dec 29 05:13:21 2010 New Revision: 216790 URL: http://svn.freebsd.org/changeset/base/216790 Log: A lack of console input is not the same thing as a byte of \0 input. Correctly return -1 from cngetc when no input is available to be read. This fixes the '(CTRL-C