svn commit: r216041 - head/sys/i386/i386

2010-11-28 Thread Colin Percival
Author: cperciva Date: Mon Nov 29 06:50:30 2010 New Revision: 216041 URL: http://svn.freebsd.org/changeset/base/216041 Log: Fix bug introduced by r194784: Under XEN, the page(s) allocated to dpcpu for CPU #0 weren't being properly reserved. Under VM pressure this would cause problems when t

svn commit: r216040 - head/share/syscons/fonts

2010-11-28 Thread Xin LI
Author: delphij Date: Mon Nov 29 05:50:20 2010 New Revision: 216040 URL: http://svn.freebsd.org/changeset/base/216040 Log: Make German formal clause to be consistent with the keymap counterpart. Submitted by: arundel MFC after:1 week Modified: head/share/syscons/fonts/INDEX.fonts

svn commit: r216022 - head/sys/netinet6

2010-11-28 Thread Bjoern A. Zeeb
Author: bz Date: Mon Nov 29 00:04:08 2010 New Revision: 216022 URL: http://svn.freebsd.org/changeset/base/216022 Log: Plug well observed races on la_hold entries with the callout handler. Call the handler function with the lock held, return unlocked as we might free the entry. Rework fun

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

2010-11-28 Thread John-Mark Gurney
Author: jmg Date: Sun Nov 28 23:34:20 2010 New Revision: 216021 URL: http://svn.freebsd.org/changeset/base/216021 Log: document that most of ioctl requests in cd(4) are implemented by acd(4).. Modified: head/share/man/man4/ata.4 Modified: head/share/man/man4/ata.4 ===

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

2010-11-28 Thread Jilles Tjoelker
Author: jilles Date: Sun Nov 28 22:49:58 2010 New Revision: 216019 URL: http://svn.freebsd.org/changeset/base/216019 Log: sh: Make the test for cd/pwd with long pathnames more useful: * Use $(getconf PATH_MAX /) to make sure we actually exercise the hard part * Delete our test area even if t

Re: svn commit: r216016 - head/sys/sparc64/include

2010-11-28 Thread Marius Strobl
On Sun, Nov 28, 2010 at 07:26:20PM +, Max Khon wrote: > Author: fjoe > Date: Sun Nov 28 19:26:20 2010 > New Revision: 216016 > URL: http://svn.freebsd.org/changeset/base/216016 > > Log: > Define VM_KMEM_SIZE_MAX on sparc64. Otherwise kernel built with > DEBUG_MEMGUARD panics early in kmemi

svn commit: r216016 - head/sys/sparc64/include

2010-11-28 Thread Max Khon
Author: fjoe Date: Sun Nov 28 19:26:20 2010 New Revision: 216016 URL: http://svn.freebsd.org/changeset/base/216016 Log: Define VM_KMEM_SIZE_MAX on sparc64. Otherwise kernel built with DEBUG_MEMGUARD panics early in kmeminit() with the message "kmem_suballoc: bad status return of 1" because o

svn commit: r216014 - head/usr.bin/ar

2010-11-28 Thread Kai Wang
Author: kaiw Date: Sun Nov 28 18:53:57 2010 New Revision: 216014 URL: http://svn.freebsd.org/changeset/base/216014 Log: Add option -D for ranlib(1). When -D is speicified, ranlib(1) will generate a deterministic archive symbol table (i.e. timestamp for the symbol table member header is set t

svn commit: r216013 - in head/sys/dev/ata: . chipsets

2010-11-28 Thread Marius Strobl
Author: marius Date: Sun Nov 28 18:53:29 2010 New Revision: 216013 URL: http://svn.freebsd.org/changeset/base/216013 Log: Several chipset drivers alter parameters relevant for the DMA tag creation, i.e. alignment, max_address, max_iosize and segsize (only max_address is thought to have an ne

svn commit: r216012 - in head/sys: amd64/amd64 i386/i386

2010-11-28 Thread Konstantin Belousov
Author: kib Date: Sun Nov 28 17:56:34 2010 New Revision: 216012 URL: http://svn.freebsd.org/changeset/base/216012 Log: Calling fill_fpregs() for curthread is legitimate, and ELF coredump does this. Reported and tested by: pho MFC after:5 days Modified: head/sys/amd64/amd64/

Re: svn commit: r215991 - head/share/syscons/fonts

2010-11-28 Thread Alexander Best
On Sun Nov 28 10, Xin LI wrote: > Author: delphij > Date: Sun Nov 28 09:35:56 2010 > New Revision: 215991 > URL: http://svn.freebsd.org/changeset/base/215991 > > Log: > Add a manual shrinked version of swiss-8x16 as swiss-8x14. while you're at it, could you also commit the following patch? this

svn commit: r215991 - head/share/syscons/fonts

2010-11-28 Thread Xin LI
Author: delphij Date: Sun Nov 28 09:35:56 2010 New Revision: 215991 URL: http://svn.freebsd.org/changeset/base/215991 Log: Add a manual shrinked version of swiss-8x16 as swiss-8x14. MFC after:2 months Added: head/share/syscons/fonts/swiss-8x14.fnt (contents, props changed) Modified

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

2010-11-28 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 28 08:11:05 2010 New Revision: 215989 URL: http://svn.freebsd.org/changeset/base/215989 Log: - Add watchdog driver for Cavium Octeon. At the moment only UP systems are supported. Added: head/sys/mips/cavium/octeon_nmi.S (contents, props changed) head/sys/

svn commit: r215988 - head/sys/conf

2010-11-28 Thread Juli Mallett
Author: jmallett Date: Sun Nov 28 08:09:20 2010 New Revision: 215988 URL: http://svn.freebsd.org/changeset/base/215988 Log: Bump up MIPS limits once again; the new Cavium Octeon SDK requires even higher limits. I'd rather disable the warning and keep the limits at a sane level, but for now