Re: svn commit: r322763 - head/lib/libc/amd64/sys

2017-08-24 Thread Ed Maste
On 23 August 2017 at 21:45, Shawn Webb wrote: > On Mon, Aug 21, 2017 at 05:39:13PM +, Konstantin Belousov wrote: >> Author: kib >> Date: Mon Aug 21 17:39:12 2017 >> New Revision: 322763 >> URL: https://svnweb.freebsd.org/changeset/base/322763 >> ... > > Hey kib, > > This commit breaks booting

Re: svn commit: r322763 - head/lib/libc/amd64/sys

2017-08-23 Thread Shawn Webb
On Mon, Aug 21, 2017 at 05:39:13PM +, Konstantin Belousov wrote: > Author: kib > Date: Mon Aug 21 17:39:12 2017 > New Revision: 322763 > URL: https://svnweb.freebsd.org/changeset/base/322763 > > Log: > Optimize libc to get and set TLS using the RDFSBASE and RDGSBASE > instructions, if supp

svn commit: r322763 - head/lib/libc/amd64/sys

2017-08-21 Thread Konstantin Belousov
Author: kib Date: Mon Aug 21 17:39:12 2017 New Revision: 322763 URL: https://svnweb.freebsd.org/changeset/base/322763 Log: Optimize libc to get and set TLS using the RDFSBASE and RDGSBASE instructions, if supported both by CPU and kernel. Reviewed by: jhb (previous version) Tested by: