summaryrefslogtreecommitdiff
path: root/lib/libpthread
AgeCommit message (Expand)Author
2014-02-03pthread__mutex_lock_slow: fix the handling of a potential race with thermind
2014-01-31remove compatibility code for handling CLOCK_MONOTONIC and handle it in thechristos
2014-01-31PR/44756: Sad Clouds: Prevent leakage of errno = ESRCH from _lwp_park. Thischristos
2013-10-09Use MACHINE_CPU for m68k. Use similar logic for both tests.matt
2013-08-15Add support for an optional ARCHSUBDIR/Makefile.incmatt
2013-08-15Use the thumb1 versions of sev/wfe for thumb && armv6+.matt
2013-08-12Some architectures can't create unwind tables without the frame pointer,joerg
2013-07-20Use Mt for email addresses.wiz
2013-05-10s/inherited/inherit/christos
2013-04-03bump for pthread_cond_setclockchristos
2013-04-01for safety, declare mono on the outermost block it is used.christos
2013-03-28PR/47703: Yasushi Oshima: pthread_cond_timedwait() does not waitchristos
2013-03-21- Allow libpthread to be dlopened again, by providing libc stubs to libpthread.christos
2013-03-06add commentsyamt
2013-03-06add assertionsyamt
2013-02-25Explain what PTHREAD__COMPAT is for. This comment inapb
2013-01-31Add pthread_condattr_setclock(3) man page link.riastradh
2013-01-01Don't rely on sys/lwp.h includeing sys/resource.h for us.dsl
2012-11-22Don't call the destructor in pthread_key_delete() following the standard.christos
2012-11-21Replace the simple implementation of pthread_key_{create,destroy}christos
2012-11-14add argsusedchristos
2012-11-12Mark up (unsupported) PTHREAD_PROCESS_SHARED with .Dv macro.uwe
2012-11-12Refer to init_routine in the DESCRIPTION section with .Fa instead of .Fnuwe
2012-11-12Useuwe
2012-11-10Each get function "has" a set counterpart, it doesn't "contain" it.uwe
2012-11-06Remove duplicate "const" modifier found by clang -Wduplicate-decl-specifierapb
2012-11-03libpthread: replace the use of obsolete sys/tree.h interface with rbtree(9).rmind
2012-11-03Fix pasto.wiz
2012-11-03add pthread_condattr_setclock(3)christos
2012-11-03cast return of sysconfchristos
2012-09-19Use .inst instead of wfe/sev to shut up gas.matt
2012-09-12Only copy the ucontext_t in pthread_setcontext if _UC_TLSBASE is set.matt
2012-09-12setcontext() used to be incompatible with -lpthread since it affectedmanu
2012-08-16Add a pthread__smt_wake and add support for it on arm along withmatt
2012-08-15return errno if pthread_create hits the system limit, not just -1drochner
2012-08-04-Wfoo goes into CWARNFLAGSmatt
2012-08-02Prefer sysconf to obtain number of CPUs.joerg
2012-06-15Do not mark pthread_cond_timedwait explicitly as inlineable, since itjoerg
2012-05-04Simplify check for TLS definition to not hide code. Drop it in anotherjoerg
2012-04-26Store allocated lwpctl state in the thread actually forked,enami
2012-04-04trailing whitespace police.christos
2012-04-04Disable new -Wstring-plus-int warning where needed for now.joerg
2012-04-04Add a pthread cancel stub for sigwait, following Onno van der Linden'sagc
2012-03-22don't reuse a dynamically allocated stack if a fixed one is requesteddrochner
2012-03-21These directories default to WARNS?=5matt
2012-03-13Move the pthread_once alias where it belongs.joerg
2012-03-12Move pthread_once implementation into a separate file, it doesn't dependjoerg
2012-03-12Keep track of the size of the guard area, in case we want to make itjoerg
2012-03-12Further refine stack allocation. If the stack was provided by the user,joerg
2012-03-10Fix error handlingjoerg