On Mon, Jul 31, 2017 at 10:19:39PM +, Marius Strobl wrote:
> Author: marius
> Date: Mon Jul 31 22:19:39 2017
> New Revision: 321825
> URL: https://svnweb.freebsd.org/changeset/base/321825
>
> Log:
> Update stable/10 from 10.3-STABLE to 10.4-PRERELEASE as part of
> the 10.4 release cycle,
Author: philip
Date: Tue Aug 1 13:15:30 2017
New Revision: 321873
URL: https://svnweb.freebsd.org/changeset/base/321873
Log:
MFC r320941: Fix GRE over IPv6 tunnels with IPFW
Previously, GRE packets in IPv6 tunnels would be dropped by IPFW (unless
net.inet6.ip6.fw.deny_unknown_exthdrs was
Author: trasz
Date: Tue Aug 1 15:51:16 2017
New Revision: 321877
URL: https://svnweb.freebsd.org/changeset/base/321877
Log:
MFC r320359:
Add vfs.nfsd.nfsd_enable_uidtostring, which works just like
vfs.nfsd.nfsd_enable_stringtouid, but in reverse - when set to 1,
it forces the NFSv4 ser
Author: asomers
Date: Tue Aug 1 16:00:21 2017
New Revision: 321878
URL: https://svnweb.freebsd.org/changeset/base/321878
Log:
MFC r320737, r320914
r320737:
Fix cleanup in lib/libc/gen/setdomainname_test
ATF cleanup routines run in separate processes from the tests themselves, so
t
Author: asomers
Date: Tue Aug 1 16:48:33 2017
New Revision: 321883
URL: https://svnweb.freebsd.org/changeset/base/321883
Log:
MFC r320807:
stdbuf(1): Add buffer definition "B" to the usage message
This option has been missing from the usage message ever since the program
was first i
Author: marius
Date: Tue Aug 1 21:41:14 2017
New Revision: 321895
URL: https://svnweb.freebsd.org/changeset/base/321895
Log:
MFC: r281733, r298033, r301131
- Remove set but unused variable.
- Use NULL instead of 0 for pointers.
- Fix tzsetup not installing /etc/localtime for UTC.
Modi
Author: delphij
Date: Wed Aug 2 05:17:47 2017
New Revision: 321905
URL: https://svnweb.freebsd.org/changeset/base/321905
Log:
MFC r321713:
Bump copyright year.
Modified:
stable/10/sys/sys/copyright.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/sys/copyr
Author: delphij
Date: Wed Aug 2 05:47:26 2017
New Revision: 321907
URL: https://svnweb.freebsd.org/changeset/base/321907
Log:
MFC r320761:
- Use strlcat() instead of strncat().
- Use asprintf() and handle allocation errors.
Modified:
stable/10/sbin/init/init.c
Directory Properties: