On Aug 3, 2014, at 9:39 AM, Pedro Giffuni wrote:
>
> Il giorno 03/ago/2014, alle ore 09:27, Warner Losh ha
> scritto:
>
>>
>> On Jul 21, 2014, at 12:51 PM, Pedro Giffuni wrote:
>>
>>>
>>> Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson ha
>>> scritto:
>>>
On 21/07/2014 16:22
Il giorno 03/ago/2014, alle ore 09:27, Warner Losh ha scritto:
>
> On Jul 21, 2014, at 12:51 PM, Pedro Giffuni wrote:
>
>>
>> Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson ha
>> scritto:
>>
>>> On 21/07/2014 16:22, Pedro F. Giffuni wrote:
]
Log:
Add re-entrant versi
On 03/08/2014 15:27, Warner Losh wrote:
What, if anything, can be done about qsort_r() API incompatibility?
qsort_r is non-standard and we did it first, plus we will want to stay
compatible with Apple :).
I guess we could do some ugly parameter swapping in the case where _GNU_SOURCE
is defined
On Jul 21, 2014, at 12:51 PM, Pedro Giffuni wrote:
>
> Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson ha
> scritto:
>
>> On 21/07/2014 16:22, Pedro F. Giffuni wrote:
>>> ]
>>> Log:
>>> Add re-entrant versions of the hash functions based on the GNU api.
>>>
>> What, if anything, ca
Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson ha
scritto:
> On 21/07/2014 16:22, Pedro F. Giffuni wrote:
>> ]
>> Log:
>> Add re-entrant versions of the hash functions based on the GNU api.
>>
> What, if anything, can be done about qsort_r() API incompatibility?
qsort_r is non-stand
On 21/07/2014 16:22, Pedro F. Giffuni wrote:
]
Log:
Add re-entrant versions of the hash functions based on the GNU api.
What, if anything, can be done about qsort_r() API incompatibility?
___
svn-src-head@freebsd.org mailing list
http://lists.fr
Author: pfg
Date: Mon Jul 21 15:22:48 2014
New Revision: 268943
URL: http://svnweb.freebsd.org/changeset/base/268943
Log:
Add re-entrant versions of the hash functions based on the GNU api.
While testing this I found a conformance issue in hdestroy()
that will be fixed in a subsequent com