svn commit: r263768 - head/usr.sbin/bsdinstall/scripts

2014-03-26 Thread Bryan Drewery
Author: bdrewery Date: Wed Mar 26 13:41:30 2014 New Revision: 263768 URL: http://svnweb.freebsd.org/changeset/base/263768 Log: Revert r263638 (create /root dataset) for now as it breaks install and needs more work in cases such as single-user mode. Modified:

svn commit: r263772 - head/sys/x86/xen

2014-03-26 Thread John Baldwin
Author: jhb Date: Wed Mar 26 17:40:13 2014 New Revision: 263772 URL: http://svnweb.freebsd.org/changeset/base/263772 Log: Fix build without SMP. PR: kern/187854 MFC after:1 week Modified: head/sys/x86/xen/hvm.c Modified: head/sys/x86/xen/hvm.c

svn commit: r263774 - in head: contrib/libstdc++/include/bits sbin/devd

2014-03-26 Thread Dimitry Andric
Author: dim Date: Wed Mar 26 19:31:33 2014 New Revision: 263774 URL: http://svnweb.freebsd.org/changeset/base/263774 Log: Revert r263694, and apply a better fix to squelch unnecessary warnings from clang about possible keywords being treated as identifiers for the remainder of the

svn commit: r263775 - head/contrib/gcclibs/libcpp

2014-03-26 Thread Dimitry Andric
Author: dim Date: Wed Mar 26 19:57:50 2014 New Revision: 263775 URL: http://svnweb.freebsd.org/changeset/base/263775 Log: Avoid cc1: warning: is shorter than expected when using GNU cpp in combination with dtrace scripts, which have #!/usr/sbin/dtrace -Cs shebang lines. This is because

svn commit: r263777 - head/bin/sh

2014-03-26 Thread Jilles Tjoelker
Author: jilles Date: Wed Mar 26 20:43:40 2014 New Revision: 263777 URL: http://svnweb.freebsd.org/changeset/base/263777 Log: sh: Fix possible memory leaks and double frees with unexpected SIGINT. Modified: head/bin/sh/alias.c head/bin/sh/exec.c head/bin/sh/expand.c head/bin/sh/redir.c

svn commit: r263778 - in head: bin lib lib/clang sbin share/mk usr.bin usr.sbin

2014-03-26 Thread Dimitry Andric
Author: dim Date: Wed Mar 26 22:30:38 2014 New Revision: 263778 URL: http://svnweb.freebsd.org/changeset/base/263778 Log: Add a SUBDIR_PARALLEL option to bsd.subdir.mk, to allow make to process all the SUBDIR entries in parallel, instead of serially. Apply this option to a selected number

svn commit: r263779 - in head: sys/netinet tests/sys/netinet

2014-03-26 Thread Alan Somers
Author: asomers Date: Wed Mar 26 22:46:03 2014 New Revision: 263779 URL: http://svnweb.freebsd.org/changeset/base/263779 Log: Correct ARP update handling when the routes for network interfaces are restricted to a single FIB in a multifib system. Restricting an interface's routes to the

svn commit: r263780 - in head: lib/libvmmapi sys/amd64/include sys/amd64/vmm sys/amd64/vmm/amd sys/amd64/vmm/intel usr.sbin/bhyve

2014-03-26 Thread Neel Natu
Author: neel Date: Wed Mar 26 23:34:27 2014 New Revision: 263780 URL: http://svnweb.freebsd.org/changeset/base/263780 Log: Add an ioctl to suspend a virtual machine (VM_SUSPEND). The ioctl can be called from any context i.e., it is not required to be called from a vcpu thread. The ioctl