svn commit: r303940 - stable/10/sys/vm

2016-08-10 Thread Alan Cox
Author: alc Date: Wed Aug 10 20:34:25 2016 New Revision: 303940 URL: https://svnweb.freebsd.org/changeset/base/303940 Log: MFC r303773 Correct a spelling error. Modified: stable/10/sys/vm/vm_pageout.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/vm/vm_page

svn commit: r303925 - stable/10/share/examples/bhyve

2016-08-10 Thread John Baldwin
Author: jhb Date: Wed Aug 10 16:31:15 2016 New Revision: 303925 URL: https://svnweb.freebsd.org/changeset/base/303925 Log: MFC 273102: Use '-e' to check if the virtio backing file has already been created. The '-f' check works fine on a regular file but not if the backing file is a devi

svn commit: r303917 - stable/10/release

2016-08-10 Thread Glen Barber
Author: gjb Date: Wed Aug 10 14:00:07 2016 New Revision: 303917 URL: https://svnweb.freebsd.org/changeset/base/303917 Log: MFC r303782: Fix GCE image publication. The gcutil utility is deprecated in favor of gcloud. Sponsored by: The FreeBSD Foundation Modified: stable/10/releas

svn commit: r303910 - stable/10/sys/fs/nfsclient

2016-08-10 Thread Konstantin Belousov
Author: kib Date: Wed Aug 10 12:56:01 2016 New Revision: 303910 URL: https://svnweb.freebsd.org/changeset/base/303910 Log: MFC r303710: Remove unneeded (recursing) Giant acquisition around vprintf(9). MFC r303715: Remove ncl_printf(), use printf(9) directly. Modified: stable/10/sys/f

svn commit: r303907 - stable/10/sys/fs/pseudofs

2016-08-10 Thread Konstantin Belousov
Author: kib Date: Wed Aug 10 12:36:54 2016 New Revision: 303907 URL: https://svnweb.freebsd.org/changeset/base/303907 Log: MFC r303704: Some style changes. Fix a typo in comment. MFC r303705: Remove Giant asserts. Update comment. Modified: stable/10/sys/fs/pseudofs/pseudofs.c sta