svn commit: r294082 - stable/10/sys/dev/ixgbe

2016-01-15 Thread Garrett Cooper
Author: ngie Date: Fri Jan 15 08:55:33 2016 New Revision: 294082 URL: https://svnweb.freebsd.org/changeset/base/294082 Log: Revert r294061 A number of pieces needed (netmap(4)) etc are missing, i.e. the MFCs were incomplete. Revert the changes so they can be redone cleanly again and

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

2016-01-15 Thread Jilles Tjoelker
Author: jilles Date: Fri Jan 15 20:55:44 2016 New Revision: 294099 URL: https://svnweb.freebsd.org/changeset/base/294099 Log: MFC r293783: futimens/utimensat: Use the new system calls. Update the __FreeBSD_version check in lib/libc/sys/futimens.c and lib/libc/sys/utimensat.c. Before this,

svn commit: r294100 - stable/10/usr.sbin/service

2016-01-15 Thread Allan Jude
Author: allanjude Date: Fri Jan 15 20:59:57 2016 New Revision: 294100 URL: https://svnweb.freebsd.org/changeset/base/294100 Log: MFC: r287581 Add an additional check to service(8) -e incase rcvar is blank Sponsored by: ScaleEngine Inc. Modified: stable/10/usr.sbin/service/service.sh

svn commit: r294124 - stable/10/usr.sbin/mountd

2016-01-15 Thread Josh Paetzel
Author: jpaetzel Date: Sat Jan 16 01:40:46 2016 New Revision: 294124 URL: https://svnweb.freebsd.org/changeset/base/294124 Log: MFC 293305 Allow /etc/exports to contain usernames/groups with spaces in them. If you are getting your users/groups from a directory service such as LDAP or

svn commit: r294135 - stable/10/usr.bin/kdump

2016-01-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Jan 16 07:46:25 2016 New Revision: 294135 URL: https://svnweb.freebsd.org/changeset/base/294135 Log: MFC r283430: Teach kdump to understand both linux emulation. Added: stable/10/usr.bin/kdump/linux32_syscalls.conf - copied unchanged from r283430, head/usr.

svn commit: r294136 - in stable/10/sys: amd64/amd64 amd64/linux amd64/linux32 arm/arm compat/ia32 compat/svr4 i386/i386 i386/ibcs2 i386/linux kern mips/mips powerpc/powerpc sparc64/sparc64 sys

2016-01-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Jan 16 07:56:49 2016 New Revision: 294136 URL: https://svnweb.freebsd.org/changeset/base/294136 Log: MFC r293613: Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall instead of vdso. An upcoming linux_base-c6 needs it. Modified: stable/10/sys/amd64/amd6