svn commit: r208634 - head/sys/pc98/pc98

2010-05-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sat May 29 03:40:00 2010 New Revision: 208634 URL: http://svn.freebsd.org/changeset/base/208634 Log: Reduce diffs against i386. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c ===

svn commit: r208633 - head/sys/pc98/pc98

2010-05-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sat May 29 03:09:29 2010 New Revision: 208633 URL: http://svn.freebsd.org/changeset/base/208633 Log: MFi386: revision 208621 Defer initializing machine checks for the boot CPU until the local APIC is fully configured. Modified: head/sys/pc98/pc98/machdep.c Modif

svn commit: r208632 - head/sys/pc98/pc98

2010-05-28 Thread Takahashi Yoshihiro
Author: nyan Date: Sat May 29 03:06:56 2010 New Revision: 208632 URL: http://svn.freebsd.org/changeset/base/208632 Log: MFi386: revision 208604 Clarify a potential issue in get_fpcontext() use. Modified: head/sys/pc98/pc98/machdep.c Modified: head/sys/pc98/pc98/machdep.c =

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

2010-05-28 Thread Jilles Tjoelker
Author: jilles Date: Fri May 28 22:40:24 2010 New Revision: 208630 URL: http://svn.freebsd.org/changeset/base/208630 Log: sh: Recognize "--" in . and exec. Although "--" historically has not been required to be recognized for certain special builtins that do not take options in POSIX, som

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

2010-05-28 Thread Jilles Tjoelker
Author: jilles Date: Fri May 28 22:08:34 2010 New Revision: 208629 URL: http://svn.freebsd.org/changeset/base/208629 Log: sh: Add some simple tests for ., exec and return from . script. Added: head/tools/regression/bin/sh/builtins/dot1.0 (contents, props changed) head/tools/regression/bin

svn commit: r208626 - vendor-sys/acpica/20100528

2010-05-28 Thread Jung-uk Kim
Author: jkim Date: Fri May 28 18:47:56 2010 New Revision: 208626 URL: http://svn.freebsd.org/changeset/base/208626 Log: Tag ACPICA 20100528. Added: vendor-sys/acpica/20100528/ - copied from r208625, vendor-sys/acpica/dist/ ___ svn-src-all

Re: svn commit: r208599 - in vendor/llvm/dist: . autoconf docs docs/CommandGuide docs/tutorial include/llvm include/llvm/ADT include/llvm/Analysis include/llvm/CodeGen include/llvm/Config include/llvm

2010-05-28 Thread Ed Schouten
* Roman Divacky wrote: > Log: > Update LLVM to r104832. So is there any chance we can start tagging LLVM snapshots again? Tags in SVN are basically free. -- Ed Schouten WWW: http://80386.nl/ pgpKJNdqSrorE.pgp Description: PGP signature

svn commit: r208624 - head/sys/kern

2010-05-28 Thread Zachary Loafman
Author: zml Date: Fri May 28 18:15:34 2010 New Revision: 208624 URL: http://svn.freebsd.org/changeset/base/208624 Log: Avoid a wakeup(9) if we can be sure no one is waiting on the task. Submitted by: Matthew Fleming Reviewed by:zml, jhb Modified: head/sys/kern/subr_taskq

svn commit: r208623 - in head/sys: kern sys

2010-05-28 Thread Zachary Loafman
Author: zml Date: Fri May 28 18:15:28 2010 New Revision: 208623 URL: http://svn.freebsd.org/changeset/base/208623 Log: Revert r207439 and solve the problem differently. The task handler ta_func may free the task structure, so no references to its members are valid after the handler has been

svn commit: r208622 - head/release/ia64

2010-05-28 Thread Marcel Moolenaar
Author: marcel Date: Fri May 28 17:50:35 2010 New Revision: 208622 URL: http://svn.freebsd.org/changeset/base/208622 Log: The EFI system partition used to make the CD image bootable is running out of space. Bump it up... Modified: head/release/ia64/mkisoimages.sh Modified: head/release/ia6

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

2010-05-28 Thread John Baldwin
Author: jhb Date: Fri May 28 17:50:24 2010 New Revision: 208621 URL: http://svn.freebsd.org/changeset/base/208621 Log: Defer initializing machine checks for the boot CPU until the local APIC is fully configured. MFC after:1 month Modified: head/sys/amd64/amd64/machdep.c head/sys/

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

2010-05-28 Thread Garrett Cooper
On Fri, May 28, 2010 at 3:35 AM, Rafal Jaworowski wrote: > Author: raj > Date: Fri May 28 10:35:44 2010 > New Revision: 208613 > URL: http://svn.freebsd.org/changeset/base/208613 > > Log: >  Introduce kernel build options for the Flattened Device Tree support. > >  Reviewed by:  imp >  Sponsored b

svn commit: r208616 - head/sys/mips/mips

2010-05-28 Thread Jayachandran C.
Author: jchandra Date: Fri May 28 12:05:56 2010 New Revision: 208616 URL: http://svn.freebsd.org/changeset/base/208616 Log: Fix lock order reversal, unlock page queue and pmap locks before calling uma_zfree(). Also if needed, acquire page queue lock before modifying pte page attributes.

svn commit: r208615 - head/sys/dev/ofw

2010-05-28 Thread Rafal Jaworowski
Author: raj Date: Fri May 28 10:51:44 2010 New Revision: 208615 URL: http://svn.freebsd.org/changeset/base/208615 Log: Initial implementation of the OFW i/f methods for FDT back-end. Reviewed by: imp Sponsored by: The FreeBSD Foundation Added: head/sys/dev/ofw/ofw_fdt.c (contents, p

svn commit: r208614 - in head/sys: dev/ofw powerpc/ofw

2010-05-28 Thread Rafal Jaworowski
Author: raj Date: Fri May 28 10:43:56 2010 New Revision: 208614 URL: http://svn.freebsd.org/changeset/base/208614 Log: Prepare and extend OFW layer for FDT support. o Let OFW_INIT() and OF_init() return status value. o Provide helper routines for 'compatible' property handling. o

svn commit: r208613 - head/sys/conf

2010-05-28 Thread Rafal Jaworowski
Author: raj Date: Fri May 28 10:35:44 2010 New Revision: 208613 URL: http://svn.freebsd.org/changeset/base/208613 Log: Introduce kernel build options for the Flattened Device Tree support. Reviewed by: imp Sponsored by: The FreeBSD Foundation Modified: head/sys/conf/options Modified:

svn commit: r208612 - head/contrib/nvi/vi

2010-05-28 Thread Jaakko Heinonen
Author: jh Date: Fri May 28 09:30:13 2010 New Revision: 208612 URL: http://svn.freebsd.org/changeset/base/208612 Log: Fixes from NetBSD for nvi visual mode: - Fix handling of ^@ when reading an ex command. Don't try to replay the previous input. - Fix handling of ^C in insert mode and

svn commit: r208611 - in head/contrib/nvi: docs ex

2010-05-28 Thread Jaakko Heinonen
Author: jh Date: Fri May 28 09:26:53 2010 New Revision: 208611 URL: http://svn.freebsd.org/changeset/base/208611 Log: Fix misspelling of "substitution". PR: bin/130874 Submitted by: Yoshihiro Ota Modified: head/contrib/nvi/docs/help head/contrib/nvi/ex/ex_cmd.c Modified: h

svn commit: r208610 - head/sys/boot/zfs

2010-05-28 Thread Andriy Gapon
Author: avg Date: Fri May 28 07:34:20 2010 New Revision: 208610 URL: http://svn.freebsd.org/changeset/base/208610 Log: boot/zfs: fix gang block reading code - use correct size (512) while reading a gang block - skip holes while reading child blocks - advance buffer pointer while reading