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
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,
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
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
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.
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