svn commit: r309529 - stable/10/sys/dev/cxgbe

2016-12-04 Thread Konstantin Belousov
Author: kib Date: Sun Dec 4 13:53:06 2016 New Revision: 309529 URL: https://svnweb.freebsd.org/changeset/base/309529 Log: Add sys/systm.h to have critical_enter() defined, required by machine/counter.h on i386. This is a direct commit to stable/10. Sponsored by: The FreeBSD Foundati

svn commit: r309530 - in stable/10/sys: fs/nfsclient fs/nullfs sys

2016-12-04 Thread Konstantin Belousov
Author: kib Date: Sun Dec 4 13:56:15 2016 New Revision: 309530 URL: https://svnweb.freebsd.org/changeset/base/309530 Log: MFC r309209: Do not enable nullfs vnode caching over nfs v4 mounts. Modified: stable/10/sys/fs/nfsclient/nfs_clvfsops.c stable/10/sys/fs/nullfs/null_vfsops.c stable

svn commit: r309536 - stable/10/lib/libc/sys

2016-12-04 Thread Jilles Tjoelker
Author: jilles Date: Sun Dec 4 16:00:25 2016 New Revision: 309536 URL: https://svnweb.freebsd.org/changeset/base/309536 Log: MFC r309026: open(2): Clarify non-POSIX error when opening a symlink with O_NOFOLLOW. We return [EMLINK] instead of [ELOOP] when trying to open a symlink with O_