Author: tijl
Date: Fri Jan 27 10:05:17 2017
New Revision: 312873
URL: https://svnweb.freebsd.org/changeset/base/312873
Log:
MFC r312699:
Apply r210555 to 64 bit linux support:
The interpreter name should no longer be treated as a buffer that can be
overwritten.
PR: 216
Author: tijl
Date: Mon Oct 10 11:53:54 2016
New Revision: 306961
URL: https://svnweb.freebsd.org/changeset/base/306961
Log:
MFC: r306318
Allocate a zeroed LDT.
Failing to do this might result in the LDT appearing to run out of free
descriptors because of random junk in the descriptor
Author: tijl
Date: Tue Jun 30 08:40:15 2015
New Revision: 284948
URL: https://svnweb.freebsd.org/changeset/base/284948
Log:
MFC r284858:
Enable the use of __builtin_va_* for ICC.
PR: 198822
Submitted by: Sergey Melnikov
Modified:
stable/10/sys/sys/cdefs.h
Directory Prop
Author: tijl
Date: Thu Jun 25 13:01:10 2015
New Revision: 284810
URL: https://svnweb.freebsd.org/changeset/base/284810
Log:
MFC r271651, r271719, r272138, r272457, r272845, r275476, r275518, r275614,
r275819, r276176, r278154, r278160, r278339, r279127, r279240, r279491,
r279493, r27
Author: tijl
Date: Tue Jun 2 09:42:00 2015
New Revision: 283908
URL: https://svnweb.freebsd.org/changeset/base/283908
Log:
MFC r283406,283418:
Fix decoding of UTF-7 when a base64 encoded chunk appears at the end of
the input buffer.
_citrus_UTF7_mbtoutf16 stored the decoder state at
On Thu, 30 Apr 2015 13:44:18 -0500 Bryan Drewery wrote:
> On 4/30/2015 11:08 AM, Tijl Coosemans wrote:
>> Author: tijl
>> Date: Thu Apr 30 16:08:47 2015
>> New Revision: 282275
>> URL: https://svnweb.freebsd.org/changeset/base/282275
>>
>> Log:
>>
Author: tijl
Date: Thu Apr 30 16:08:47 2015
New Revision: 282275
URL: https://svnweb.freebsd.org/changeset/base/282275
Log:
MFC r275805:
Fix incorrect type of "invalids" argument in __iconv() prototype.
MFC r281550,281591:
Remove the const qualifier from iconv(3) to comply with PO
Author: tijl
Date: Wed Feb 25 08:39:48 2015
New Revision: 279271
URL: https://svnweb.freebsd.org/changeset/base/279271
Log:
MFC r278586:
Fix ldscripts such that ld(1) collects the .fini_array section in the same
order as the .init_array section. Finalisation routines need to be called