aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_mutex_consistent.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-15add alternate backend support for getgrouplistJosiah Worcester3-24/+86
2015-03-14aarch64: fix typo in bits/ioctl.hSzabolcs Nagy1-1/+1
2015-03-14aarch64: add struct _aarch64_ctx to signal.hSzabolcs Nagy1-0/+17
2015-03-12align x32 pthread type sizes to be common with 32-bit archsRich Felker1-4/+4
2015-03-11add aarch64 portSzabolcs Nagy53-0/+2202
2015-03-11math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy17-4/+111
2015-03-11math: add ld128 exp2l based on the freebsd implementationSzabolcs Nagy1-1/+366
2015-03-11copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy3-4/+5
2015-03-07fix regression in pthread_cond_wait with cancellation disabledRich Felker1-0/+1
2015-03-07fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy11-9/+22
2015-03-06fix over-alignment of TLS, insufficient builtin TLS on 64-bit archsRich Felker2-4/+16