Hi Brooks,
On 06.09.18 01:23, Brooks Davis wrote:
Author: brooks
Date: Wed Sep 5 23:23:16 2018
New Revision: 338486
URL: https://svnweb.freebsd.org/changeset/base/338486
Log:
Rework rtld's TLS Variant I implementation to match r326794
The above commit fixed handling overaligned TLS s
Author: mjg
Date: Sun Sep 23 19:00:06 2018
New Revision: 338899
URL: https://svnweb.freebsd.org/changeset/base/338899
Log:
Eliminate false sharing in malloc due to statistic collection
Currently stats are collected in a MAXCPU-sized array which is not
aligned and suffers enormous false-sh
On 21 September 2018 at 16:11, Xin Li wrote:
> On 9/21/18 10:49, Ed Maste wrote:
>> Author: emaste
>> Date: Fri Sep 21 17:49:37 2018
>> New Revision: 338861
>> URL: https://svnweb.freebsd.org/changeset/base/338861
>>
>> Log:
>> libc: require ifunc-capable linker for amd64/i386
>>
>> We expect
Author: tuexen
Date: Sun Sep 23 16:37:32 2018
New Revision: 338898
URL: https://svnweb.freebsd.org/changeset/base/338898
Log:
Remove the unused parameter 'locked' from the function
syncache_respond(). There is no functional change. The
parameter became unused in r313330, but wasn't removed.