Re: svn commit: r248084 - in head/sys: amd64/amd64 arm/arm cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs cddl/contrib/opensolaris/uts/common/fs/zf

2013-03-30 Thread Andriy Gapon
on 09/03/2013 04:32 Attilio Rao said the following: * The vm/vm_pager.h namespace pollution avoidance (forcing requiring sys/mutex.h in consumers directly to cater its inlining functions using VM_OBJECT_LOCK()) imposes that all the vm/vm_pager.h consumers now must include also

Re: svn commit: r248084 - in head/sys: amd64/amd64 arm/arm cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/fs/zfs cddl/contrib/opensolaris/uts/common/fs/zf

2013-03-30 Thread Andriy Gapon
on 30/03/2013 12:44 Andriy Gapon said the following: on 09/03/2013 04:32 Attilio Rao said the following: * The vm/vm_pager.h namespace pollution avoidance (forcing requiring sys/mutex.h in consumers directly to cater its inlining functions using VM_OBJECT_LOCK()) imposes that all the

svn commit: r248932 - head/sys/sys

2013-03-30 Thread Jilles Tjoelker
Author: jilles Date: Sat Mar 30 13:30:27 2013 New Revision: 248932 URL: http://svnweb.freebsd.org/changeset/base/248932 Log: Improve namespacing in sys/socket.h: * MSG_NOSIGNAL is in POSIX.1-2008. * MSG_NOTIFICATION (SCTP) is not in POSIX. * PRU_FLUSH_* (SCTP) are not in POSIX. *

svn commit: r248933 - head/sys/kern

2013-03-30 Thread Matthew D Fleming
Author: mdf Date: Sat Mar 30 15:09:04 2013 New Revision: 248933 URL: http://svnweb.freebsd.org/changeset/base/248933 Log: Use a shared lock for VOP_GETEXTATTR, as it is a read-like operation. MFC after:1 week Modified: head/sys/kern/vfs_extattr.c head/sys/kern/vfs_vnops.c

svn commit: r248934 - head/sys/boot/fdt

2013-03-30 Thread Tim Kientzle
Author: kientzle Date: Sat Mar 30 16:33:16 2013 New Revision: 248934 URL: http://svnweb.freebsd.org/changeset/base/248934 Log: Initialize sym_count to 0. This fixes a compiler warning introduced in r248121. Modified: head/sys/boot/fdt/fdt_loader_cmd.c Modified:

svn commit: r248935 - in head: sys/amd64/vmm sys/amd64/vmm/intel usr.sbin/bhyvectl

2013-03-30 Thread Neel Natu
Author: neel Date: Sat Mar 30 17:46:03 2013 New Revision: 248935 URL: http://svnweb.freebsd.org/changeset/base/248935 Log: Add some more stats to keep track of all the reasons that a vcpu is exiting. Modified: head/sys/amd64/vmm/intel/vmx.c head/sys/amd64/vmm/vmm_stat.c

svn commit: r248937 - head

2013-03-30 Thread Andrew Turner
Author: andrew Date: Sun Mar 31 02:03:34 2013 New Revision: 248937 URL: http://svnweb.freebsd.org/changeset/base/248937 Log: When building universe ensure the required worlds are finished before starting the kernels. Before this the kernels would be built as part of the last architecture

svn commit: r248938 - head/sys/amd64/vmm/io

2013-03-30 Thread Neel Natu
Author: neel Date: Sun Mar 31 03:56:48 2013 New Revision: 248938 URL: http://svnweb.freebsd.org/changeset/base/248938 Log: Add counter to keep track of the number of timer interrupts generated by the local apic for each virtual cpu. Modified: head/sys/amd64/vmm/io/vlapic.c Modified:

Re: svn commit: r248937 - head

2013-03-30 Thread Garrett Cooper
Awesome--thanks! -Garrett Sent from my iPhone On Mar 30, 2013, at 7:03 PM, Andrew Turner and...@freebsd.org wrote: Author: andrew Date: Sun Mar 31 02:03:34 2013 New Revision: 248937 URL: http://svnweb.freebsd.org/changeset/base/248937 Log: When building universe ensure the required

svn commit: r248939 - stable/9/usr.sbin/jail

2013-03-30 Thread Jamie Gritton
Author: jamie Date: Sun Mar 31 04:10:37 2013 New Revision: 248939 URL: http://svnweb.freebsd.org/changeset/base/248939 Log: MFC r248854: Reverse the order of some implicit commands (FS mounts and ifconfigs) when stopping jails. This matters particularly for nested filesystem