summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/pthread
AgeCommit message (Expand)Author
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-10-30rename configure.in to configure.acMike Frysinger
2013-09-27Use the mutex member of the argumen in __libc_lock_*_recursiveSiddhesh Poyarekar
2013-08-30Fix typos.Ondřej Bílka
2013-07-02Add new internal mutex type flags for elision.Andi Kleen
2013-06-15New API to set default thread attributesSiddhesh Poyarekar
2013-06-08Fix previous commit.Ondrej Bilka
2013-06-08Silence warning: __inline is not at beginning of declaration.Ondrej Bilka
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-02-18Fix build warnings in some test casesSiddhesh Poyarekar
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-10Fix formatting in nptl/sysdeps/pthread/pthread.h.Carlos O'Donell
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath
2012-09-14 [BZ #14583]Jeff Law
2012-09-13Remove unused __rtld_lock_init_recursive macroH.J. Lu
2012-08-15Optimize __libc_lock_lock and __libc_lock_trylock for MIPS.Maxim Kuvyrkov
2012-08-08Remove __ASSUME_TGKILL.Joseph Myers
2012-08-07Remove some pre-2.6.16 Linux kernel conditionals.Joseph Myers
2012-06-04Wrap __builtin_expect in pthread.hSiddhesh Poyarekar
2012-05-14Add __PTHREAD_RWLOCK_INT_FLAGS_SHAREDH.J. Lu
2012-05-11Check __PTHREAD_MUTEX_HAVE_PREV for mutex initializersH.J. Lu
2012-05-10Hurd: libc_once_getThomas Schwinge
2012-04-26move libgcc_s soname definition to shlib-versionsSiddhesh Poyarekar
2012-03-09Make pthread.h define all symbols from time.h.Joseph Myers
2012-03-07Weaken two NPTL configure link tests to compile tests.Joseph Myers
2012-03-06Remove private information from libc-lock.hUlrich Drepper
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper
2012-02-21Remove old initfini mechanism.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-10Add const attribute to pthread_equalUlrich Drepper
2012-01-10Consistently added return to pthread_exitUlrich Drepper
2012-01-07Remove pre-ISO C supportUlrich Drepper
2011-12-22Use __pthread_get_minstack in more placesUlrich Drepper
2011-10-27Don't mark memory synchronisation functions as leafAndreas Schwab
2011-09-15Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab
2011-09-10Simplify malloc initializationUlrich Drepper
2011-07-22Add read barriers in cancellation initializationUlrich Drepper
2011-07-06Rebuild configure scriptsUlrich Drepper
2011-06-30Fix robust mutex handling after forkUlrich Drepper
2011-02-15Remove use of ranlib.Ulrich Drepper
2011-01-14Change setgroups to affect all the threads in the process.Ulrich Drepper
2010-09-21Fix namespace pollution in pthread_cleanup_push.Andreas Schwab
2010-09-03Small optimization of alloca handling.Ulrich Drepper
2010-04-09Implement interfaces to set and get names of threads.Ulrich Drepper
2010-04-05Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath
2010-03-09Fix a few more problem with the recent setxid changes.Ulrich Drepper
2010-03-05Fix setxid race with thread creationUlrich Drepper
2010-01-12Fix up pthread.h for XPG7.Ulrich Drepper