svn commit: r301054 - in stable/10/sys: compat/linux kern

2016-05-31 Thread Gleb Smirnoff
Author: glebius Date: Tue May 31 16:57:42 2016 New Revision: 301054 URL: https://svnweb.freebsd.org/changeset/base/301054 Log: Merge r301053: Fix kernel stack disclosures in the Linux and 4.3BSD compat layers. Security: SA-16:20 Security: SA-16:21 Modified: stable/10/sys

svn commit: r301056 - in stable/10: lib/libstand sys/boot/common sys/boot/i386/libi386 sys/boot/libstand32 sys/boot/userboot/libstand sys/nfs

2016-05-31 Thread Ian Lepore
Author: ian Date: Tue May 31 17:01:54 2016 New Revision: 301056 URL: https://svnweb.freebsd.org/changeset/base/301056 Log: MFC r297147, r297148, r297149, r297150, r297151: Make both the loader and kernel use the interface-mtu option if the dhcp server provides it. Made up of these (s

svn commit: r301057 - stable/10/sys/nfs

2016-05-31 Thread Ian Lepore
Author: ian Date: Tue May 31 17:15:57 2016 New Revision: 301057 URL: https://svnweb.freebsd.org/changeset/base/301057 Log: MFC r297323,r297324, r297325, r297326: Set only one default route for nfsroot mount, the one associated with the interface that will be used to mount the rootfs (

svn commit: r301078 - stable/10

2016-05-31 Thread Nick Hibma
Author: n_hibma Date: Tue May 31 21:21:32 2016 New Revision: 301078 URL: https://svnweb.freebsd.org/changeset/base/301078 Log: Fixup botched merge in rev. r300488. This commit only updates mergeinfo, not sys/net/if.c. Modified: Directory Properties: stable/10/ (props changed) _

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

2016-05-31 Thread Konstantin Belousov
Author: kib Date: Wed Jun 1 04:01:48 2016 New Revision: 301098 URL: https://svnweb.freebsd.org/changeset/base/301098 Log: MFC r300596: In vm_page_alloc_contig(), on vm_page_insert() failure, mark each freed page as VPO_UNMANAGED. Otherwise vm_pge_free_toq() insists on owning the page loc

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

2016-05-31 Thread Konstantin Belousov
Author: kib Date: Wed Jun 1 04:03:55 2016 New Revision: 301099 URL: https://svnweb.freebsd.org/changeset/base/301099 Log: MFC r300622: In vm_page_cache(), only drop the vnode after radix insert failure for empty page cache when the object type is OBJT_VNODE. Modified: stable/10/sys/vm/vm

svn commit: r301100 - in stable/10/sys: kern sys ufs/ufs

2016-05-31 Thread Konstantin Belousov
Author: kib Date: Wed Jun 1 04:07:33 2016 New Revision: 301100 URL: https://svnweb.freebsd.org/changeset/base/301100 Log: MFC r300142: Ensure that ftruncate(2) is performed synchronously when file is opened in O_SYNC mode, at least for UFS. Modified: stable/10/sys/kern/vfs_vnops.c stab