svn commit: r338707 - in stable/11: include lib/libthr/thread share/man/man3

2018-09-16 Thread Pedro F. Giffuni
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

svn commit: r338702 - head/sys/amd64/amd64

2018-09-16 Thread Mateusz Guzik
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

svn commit: r338701 - head/sys/dev/ichiic

2018-09-16 Thread Oleksandr Tymoshenko
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

svn commit: r338700 - head/sys/amd64/amd64

2018-09-16 Thread Mateusz Guzik
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

svn commit: r338699 - head/sys/amd64/amd64

2018-09-16 Thread Konstantin Belousov
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