History log of /netbsd-src/lib/libpthread/pthread_attr_getstack.3 (Results 1 – 9 of 9)
Revision Date Author Comments
# 57b4a3d7 07-Dec-2023 riastradh <riastradh@NetBSD.org>

pthread: Document the setstack vs setguardsize bug.

Suggest the safe, compatible workaround.


# 661e3b51 23-Oct-2017 wiz <wiz@NetBSD.org>

Remove superfluous Tn.


# 3e5ec8a3 22-Oct-2017 abhinav <abhinav@NetBSD.org>

Add missing function names in the NAME section for rest of the man pages in libpthread


# b9737c74 05-Jul-2016 wiz <wiz@NetBSD.org>

Fix some lint.

Too much or too little whitespace;
improve macro usage;
add missing .El;
merge error sections for same error code.


# e328c029 09-Jul-2010 jruoho <jruoho@NetBSD.org>

Note also alignment via mmap(2), as done in NetBSD.


# 4ec5f028 09-Jul-2010 jruoho <jruoho@NetBSD.org>

Use .Ss for non-standard subtitle.


# 9c4ae7f5 09-Jul-2010 jruoho <jruoho@NetBSD.org>

Update conformance to the 2001 revision.


# 40267ee9 07-Jul-2010 jruoho <jruoho@NetBSD.org>

Fix some minor errors/typos and clarify.


# 2bf45345 07-Jul-2010 jruoho <jruoho@NetBSD.org>

Move the thread stack attribute functions to a separate page. In addition,
document pthread_attr_getstack() and pthread_attr_setstack(). Try to also
document these a little better (in particular, not

Move the thread stack attribute functions to a separate page. In addition,
document pthread_attr_getstack() and pthread_attr_setstack(). Try to also
document these a little better (in particular, note some items in the long
list of caveats and questions related to application-controlled thread stack).

show more ...