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

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

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: 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,

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

2010-05-28 Thread Garrett Cooper
On Fri, May 28, 2010 at 3:35 AM, Rafal Jaworowski r...@freebsd.org 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  

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

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:

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: 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 matthew.flem...@isilon.com Reviewed by:zml, jhb Modified:

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)

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, some

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: 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

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