Author: pfg
Date: Mon Sep 17 02:51:08 2018
New Revision: 338707
URL: https://svnweb.freebsd.org/changeset/base/338707
Log:
MFC r337992, r338125:
POSIX compliance improvements in the pthread(3) functions.
This basically adds makes use of the C99 restrict keyword, and also
adds some 'cons
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
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 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: 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