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