Looks like this head/ObsoleteFiles.inc update has a typo
in each thing added to OLD_FILES . . .
# ls -lTdt /usr/tests/usr.bin/indent/*
-r--r--r-- 1 root wheel 121 Sep 13 22:53:30 2018
/usr/tests/usr.bin/indent/Kyuafile
. . .
-r--r--r-- 1 root wheel 295 Sep 13 22:53:29 2018
/usr/tests/usr
Author: kib
Date: Sun Sep 16 18:36:42 2018
New Revision: 338699
URL: https://svnweb.freebsd.org/changeset/base/338699
Log:
Remove unneeded new line from the panic string.
Reviewed by: alc, markj
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Approved by: re (rgrimes)
Di
Author: mjg
Date: Sun Sep 16 19:28:27 2018
New Revision: 338700
URL: https://svnweb.freebsd.org/changeset/base/338700
Log:
amd64: tidy up kernel memmove
There is no need to use %rax for temporary values and avoiding doing
so shortens the func.
Handle the explicit 'check for tail' depess
Author: gonzo
Date: Sun Sep 16 21:44:36 2018
New Revision: 338701
URL: https://svnweb.freebsd.org/changeset/base/338701
Log:
[ig4] Fix device description for Kaby Lake systems
Kaby Lake I2C controller is Intel Sunrise Point-H not Intel Sunrise Point-LP.
Submitted by: Dmitry Luhtionov
Author: mjg
Date: Sun Sep 16 21:46:27 2018
New Revision: 338702
URL: https://svnweb.freebsd.org/changeset/base/338702
Log:
Revert amd64: tidy up kernel memmove
There is a braino in the non-erms variant which breaks the
functionality.
Will be fixed at a later time with a different pat