svn commit: r285016 - in stable/10/sys: dev/virtio/network net

2015-07-01 Thread Kristof Provost
Author: kp Date: Wed Jul 1 21:21:14 2015 New Revision: 285016 URL: https://svnweb.freebsd.org/changeset/base/285016 Log: MFC r284348: Fix panic when adding vtnet interfaces to a bridge vtnet interfaces are always in promiscuous mode (at least if the VIRTIO_NET_F_CTRL_RX feature is not ne

svn commit: r285015 - stable/10/sys/amd64/vmm/amd

2015-07-01 Thread Neel Natu
Author: neel Date: Wed Jul 1 19:46:57 2015 New Revision: 285015 URL: https://svnweb.freebsd.org/changeset/base/285015 Log: MFC r284712: Restore the host's GS.base before returning from 'svm_launch()' so the Dtrace FBT provider works with vmm.ko on AMD. Modified: stable/10/sys/amd64/vmm/a

svn commit: r285007 - stable/10/usr.sbin/dconschat

2015-07-01 Thread Pedro F. Giffuni
Author: pfg Date: Wed Jul 1 15:03:49 2015 New Revision: 285007 URL: https://svnweb.freebsd.org/changeset/base/285007 Log: MFC 284913: dconschat(8): Use NULL instead of 0 for the last argument in execl(3) Found while experimenting with the gcc sentinel attribute. Modified: stable/10/

svn commit: r285002 - stable/10/sys/dev/drm2/ttm

2015-07-01 Thread Andriy Gapon
Author: avg Date: Wed Jul 1 11:28:42 2015 New Revision: 285002 URL: https://svnweb.freebsd.org/changeset/base/285002 Log: MFC r278153,284416: ttm memory allocation improvements If the vm_page_alloc_contig() failed in the ttm page allocators, do what other callers of vm_page_alloc_contig(

svn commit: r285001 - in stable/10: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2015-07-01 Thread Andriy Gapon
Author: avg Date: Wed Jul 1 10:47:13 2015 New Revision: 285001 URL: https://svnweb.freebsd.org/changeset/base/285001 Log: MFC r284304: MFV r284030: 5818 zfs {ref}compressratio is incorrect with 4k sector size Note: no MFC to stable/9 because r268075 (vendor r267565) has not been MFC-ed.

svn commit: r284998 - in stable/10: cddl/contrib/opensolaris/cmd/lockstat sys/kern sys/sys

2015-07-01 Thread Andriy Gapon
Author: avg Date: Wed Jul 1 10:15:49 2015 New Revision: 284998 URL: https://svnweb.freebsd.org/changeset/base/284998 Log: MFC r284297: several lockstat improvements Modified: stable/10/cddl/contrib/opensolaris/cmd/lockstat/lockstat.c stable/10/sys/kern/kern_mutex.c stable/10/sys/kern/ker

svn commit: r284993 - in stable/10/sys: kern ufs/ffs

2015-07-01 Thread Konstantin Belousov
Author: kib Date: Wed Jul 1 06:54:25 2015 New Revision: 284993 URL: https://svnweb.freebsd.org/changeset/base/284993 Log: MFC r284495: Keep a vnode which is freed but still owing inactivation, on the active list. This closes a race where such vnode is not msync-ed until reboot. Modified:

svn commit: r284994 - stable/10/usr.sbin/chkgrp

2015-07-01 Thread Dag-Erling Smørgrav
Author: des Date: Wed Jul 1 07:31:39 2015 New Revision: 284994 URL: https://svnweb.freebsd.org/changeset/base/284994 Log: MFH (r275765): clean up, add special case for + line Modified: stable/10/usr.sbin/chkgrp/chkgrp.c Directory Properties: stable/10/ (props changed) Modified: stable/1