History log of /netbsd/lib/libpthread/pthread.3 (Results 1 – 18 of 18)
Revision Date Author Comments
# a4b760f1 23-Oct-2017 wiz <wiz@NetBSD.org>

Remove superfluous Tn.


# ba1ef4a6 08-Feb-2017 kamil <kamil@NetBSD.org>

libpthread_dbg(3) deletion from the base distribution

libpthread_dbg(3) is a remnant library from the M:N thread model
(pre-NetBSD-5.0) API to introspect threads within a process and for use
of debu

libpthread_dbg(3) deletion from the base distribution

libpthread_dbg(3) is a remnant library from the M:N thread model
(pre-NetBSD-5.0) API to introspect threads within a process and for use
of debuggers.

Currently in the 1:1 model it's not used in GDB neither in LLDB and it's
not either planned to be used. It's current function to read pthread_t
structures is realizable within a regular debugger capable to
instrospect objects within a tracee (GDB, LLDB...).

Remaining users of this API can still use this library from
pkgsrc/devel/libpthread_dbg.

Sponsored by <The NetBSD Foundation>

show more ...


# 84fff303 24-Nov-2016 wiz <wiz@NetBSD.org>

Bump date for previous.


# ea388a9a 22-Nov-2016 kamil <kamil@NetBSD.org>

Add reference in SEE ALSO to pthread_dbg(3)

Sponsored by <The NetBSD Foundation>


# e55b912b 16-May-2010 jruoho <jruoho@NetBSD.org>

Add the Butenhof's book to SEE ALSO. (It was decent enough when I read it
years ago, but if there are better ones, please feel free to add those.)


# 8292b0e6 16-May-2010 jruoho <jruoho@NetBSD.org>

Enumerate the functions in a table instead of a big SEE ALSO.
Also some stylistic changes.


# 26ce5a50 05-Oct-2009 rmind <rmind@NetBSD.org>

pthread(3): mention that we use 1:1 threading model; remove descriptions
of no longer used environment variables.


# 8b5179c2 16-Apr-2009 wiz <wiz@NetBSD.org>

Add CAVEATS section:
Due to limitations in the current pthread implementation, makecontext(3)
and sigaltstack(2) should not be used in programs which link against
libpthread (whether threads are used

Add CAVEATS section:
Due to limitations in the current pthread implementation, makecontext(3)
and sigaltstack(2) should not be used in programs which link against
libpthread (whether threads are used or not).

Wording from drochner@ and ad@

Bump date for man pages.

Add note in libpthread/README so it's not forgotten to update the man
pages when the problem is fixed.

show more ...


# c3297454 11-Apr-2009 wiz <wiz@NetBSD.org>

Remove trailing whitespace.


# 8572b64a 08-Oct-2008 ad <ad@NetBSD.org>

Clarifications for PTHREAD_DIAGASSERT.


# 04845dab 09-May-2008 wiz <wiz@NetBSD.org>

Assign to TNF. Make 2-clause instead of 3.

Ok: co-copyright owner hubertf@.


# a4c99db9 19-Nov-2007 ad <ad@NetBSD.org>

Sync with reality, and note that programs must link against the dynamic
libpthread in order to remain compatible with future releases of NetBSD.


# c54913c0 19-May-2007 wiz <wiz@NetBSD.org>

Remove scheduler activations references. Bump date.


# 8c1c9102 05-Mar-2007 ad <ad@NetBSD.org>

- Sync with reality.
- Minor cosmetic changes.


# 760b46e0 01-Feb-2005 daniel <daniel@NetBSD.org>

Document PTHREAD_CONCURRENCY, ack by wiz@.


# 2c9b7b1e 27-Nov-2003 cl <cl@NetBSD.org>

Set default stack size to the current limit on the stack size as set
with the shell's command to change limits. Make the PTHREAD_STACKSIZE
environment variable override the default stack size. The

Set default stack size to the current limit on the stack size as set
with the shell's command to change limits. Make the PTHREAD_STACKSIZE
environment variable override the default stack size. The old fixed
stack size behaviour can be enable with PT_FIXEDSTACKSIZE_LG when building
libpthread.

show more ...


# 99410184 26-Jul-2003 salo <salo@NetBSD.org>

netbsd.org->NetBSD.org


# 576530e5 24-Jul-2003 wiz <wiz@NetBSD.org>

Add pthread(3), based on one by Hubert Feyrer, improved by yours truly,
reviewed by Nathan J. Williams.