Re: svn commit: r251182 - stable/9/sys/dev/aha

2013-05-31 Thread Scott Long
Thanks! Scott On May 31, 2013, at 9:19 AM, John Baldwin wrote: > Author: jhb > Date: Fri May 31 15:19:00 2013 > New Revision: 251182 > URL: http://svnweb.freebsd.org/changeset/base/251182 > > Log: > MFC 241611: > Fix aha(4) build with i386 LINT (which includes 'device mca'). > > Modified: >

svn commit: r251193 - stable/9/contrib/libc++/include

2013-05-31 Thread Dimitry Andric
Author: dim Date: Fri May 31 20:11:07 2013 New Revision: 251193 URL: http://svnweb.freebsd.org/changeset/base/251193 Log: MFC r251066: Fix warnings from newer clang versions about constexpr member functions not being implicitly const in libc++'s header. The warnings have been introduc

Re: svn commit: r251191 - in stable/9/sys: conf x86/acpica

2013-05-31 Thread Navdeep Parhar
On 05/31/13 12:13, John Baldwin wrote: > Author: jhb > Date: Fri May 31 19:13:22 2013 > New Revision: 251191 > URL: http://svnweb.freebsd.org/changeset/base/251191 > > Log: > MFC 246805: > Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel > config file. Is this going t

svn commit: r251191 - in stable/9/sys: conf x86/acpica

2013-05-31 Thread John Baldwin
Author: jhb Date: Fri May 31 19:13:22 2013 New Revision: 251191 URL: http://svnweb.freebsd.org/changeset/base/251191 Log: MFC 246805: Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel config file. Modified: stable/9/sys/conf/options stable/9/sys/x86/acpica/srat.c D

svn commit: r251182 - stable/9/sys/dev/aha

2013-05-31 Thread John Baldwin
Author: jhb Date: Fri May 31 15:19:00 2013 New Revision: 251182 URL: http://svnweb.freebsd.org/changeset/base/251182 Log: MFC 241611: Fix aha(4) build with i386 LINT (which includes 'device mca'). Modified: stable/9/sys/dev/aha/aha_mca.c Directory Properties: stable/9/sys/ (props change

svn commit: r251179 - stable/9/sys/vm

2013-05-31 Thread John Baldwin
Author: jhb Date: Fri May 31 14:36:09 2013 New Revision: 251179 URL: http://svnweb.freebsd.org/changeset/base/251179 Log: MFC 250219: Fix two bugs in the current NUMA-aware allocation code: - vm_phys_alloc_freelist_pages() can be called by vm_page_alloc_freelist() to allocate a page from

Re: svn commit: r251164 - in stable/9/sys/dev: advansys aha ahb buslogic dpt

2013-05-31 Thread John Baldwin
On Thursday, May 30, 2013 9:55:33 pm Glen Barber wrote: > On Thu, May 30, 2013 at 09:54:48PM +, Scott Long wrote: > > Author: scottl > > Date: Thu May 30 21:54:48 2013 > > New Revision: 251164 > > URL: http://svnweb.freebsd.org/changeset/base/251164 > > > > Log: > > MFC 241492, 241588, 24158

svn commit: r251178 - stable/9/sys/dev/md

2013-05-31 Thread Konstantin Belousov
Author: kib Date: Fri May 31 11:41:01 2013 New Revision: 251178 URL: http://svnweb.freebsd.org/changeset/base/251178 Log: MFC r250966: Fix the data corruption on the swap-backed md. Assign the rv variable a success code if the pager was not asked for the page. Modified: stable/9/sys/dev/m