| > Yes, but should we commit the proposed ENOSYS stubs in the meantime just
>> | > to have the functions available? I am not sure...
>> |
>> | No, that would do more harm than good.
>>
>> I agree; I have ifdef'ed them out in the code. The new proposed patch
tions available? I am not sure...
> |
> | No, that would do more harm than good.
>
> I agree; I have ifdef'ed them out in the code. The new proposed patch is:
>
> http://www.netbsd.org/~christos/pts-20160623.diff
I'd add a comment in the header about the lack of implemen
I have ifdef'ed them out in the code. The new proposed patch is:
http://www.netbsd.org/~christos/pts-20160623.diff
christos
On Jun 23, 7:27pm, jo...@bec.de (Joerg Sonnenberger) wrote:
-- Subject: Re: PTHREAD_STACK_MIN support
| On Thu, Jun 23, 2016 at 03:29:02PM +, Christos Zoulas wrote:
| > In article ,
| > Kamil Rytarowski wrote:
| > >On 08.06.2016 09:09, Martin Husemann wrote:
| > >> Maybe a minor nit:
| > >>
On Thu, Jun 23, 2016 at 03:29:02PM +, Christos Zoulas wrote:
> In article ,
> Kamil Rytarowski wrote:
> >On 08.06.2016 09:09, Martin Husemann wrote:
> >> Maybe a minor nit:
> >>
> >> case _SC_THREAD_STACK_MIN:
> >> - return _getpagesize();
> >> + return P
On Thu, Jun 23, 2016 at 03:33:08PM +, Christos Zoulas wrote:
> In article <20160520091545.ga30...@britannica.bec.de>,
> Joerg Sonnenberger wrote:
> >On Thu, May 19, 2016 at 01:36:29PM -0400, Christos Zoulas wrote:
> >> You can see how FreeBSD is implementing them; it is a lot of code to do
>
In article <20160520091545.ga30...@britannica.bec.de>,
Joerg Sonnenberger wrote:
>On Thu, May 19, 2016 at 01:36:29PM -0400, Christos Zoulas wrote:
>> You can see how FreeBSD is implementing them; it is a lot of code to do
>> this and would require some architectural review. The relevant files are
In article ,
Kamil Rytarowski wrote:
>On 08.06.2016 09:09, Martin Husemann wrote:
>> Maybe a minor nit:
>>
>> case _SC_THREAD_STACK_MIN:
>> - return _getpagesize();
>> + return PTHREAD_STACK_MIN;
>>
>>
>> I would make that the max() of the two values, and a