aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/pthread
AgeCommit message (Expand)AuthorFilesLines
2012-10-10Fix formatting in nptl/sysdeps/pthread/pthread.h.Carlos O'Donell1-2/+2
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath1-120/+0
2012-09-14 [BZ #14583]Jeff Law1-1/+1
2012-09-13Remove unused __rtld_lock_init_recursive macroH.J. Lu1-12/+0
2012-08-15Optimize __libc_lock_lock and __libc_lock_trylock for MIPS.Maxim Kuvyrkov1-2/+8
2012-08-08Remove __ASSUME_TGKILL.Joseph Myers1-4/+0
2012-08-07Remove some pre-2.6.16 Linux kernel conditionals.Joseph Myers1-8/+1
2012-06-04Wrap __builtin_expect in pthread.hSiddhesh Poyarekar1-2/+2
2012-05-14Add __PTHREAD_RWLOCK_INT_FLAGS_SHAREDH.J. Lu1-1/+10
2012-05-11Check __PTHREAD_MUTEX_HAVE_PREV for mutex initializersH.J. Lu1-1/+1
2012-05-10Hurd: libc_once_getThomas Schwinge1-0/+2
2012-04-26move libgcc_s soname definition to shlib-versionsSiddhesh Poyarekar1-2/+2
2012-03-09Make pthread.h define all symbols from time.h.Joseph Myers1-4/+0
2012-03-07Weaken two NPTL configure link tests to compile tests.Joseph Myers2-29/+19
2012-03-06Remove private information from libc-lock.hUlrich Drepper2-398/+440
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper1-0/+3
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper1-1/+2
2012-02-21Remove old initfini mechanism.Joseph Myers1-124/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert31-93/+62
2012-01-10Add const attribute to pthread_equalUlrich Drepper1-1/+2
2012-01-10Consistently added return to pthread_exitUlrich Drepper1-2/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper3-55/+53
2011-12-22Use __pthread_get_minstack in more placesUlrich Drepper1-2/+4
2011-10-27Don't mark memory synchronisation functions as leafAndreas Schwab1-19/+19
2011-09-15Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab1-8/+23
2011-09-10Simplify malloc initializationUlrich Drepper1-1/+2
2011-07-22Add read barriers in cancellation initializationUlrich Drepper1-3/+11
2011-07-06Rebuild configure scriptsUlrich Drepper1-3/+3
2011-06-30Fix robust mutex handling after forkUlrich Drepper1-1/+2
2011-02-15Remove use of ranlib.Ulrich Drepper1-92/+150
2011-01-14Change setgroups to affect all the threads in the process.Ulrich Drepper1-4/+4
2010-09-21Fix namespace pollution in pthread_cleanup_push.Andreas Schwab1-6/+6
2010-09-03Small optimization of alloca handling.Ulrich Drepper1-2/+2
2010-04-09Implement interfaces to set and get names of threads.Ulrich Drepper1-0/+12
2010-04-05Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath3-76/+2
2010-03-09Fix a few more problem with the recent setxid changes.Ulrich Drepper1-9/+10
2010-03-05Fix setxid race with thread creationUlrich Drepper1-4/+10
2010-01-12Fix up pthread.h for XPG7.Ulrich Drepper1-7/+3
2010-01-09Add support for XPG7 testing.Ulrich Drepper1-8/+8
2009-11-03Make name of libgcc_s library configurableAndreas Schwab2-4/+6
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath1-30/+38
2009-09-07Fix malformed #pragma.Andreas Schwab1-1/+1
2009-06-12Implement pthread_sigqueue.Ulrich Drepper1-1/+7
2009-05-16Unify source for async cancel handling.Ulrich Drepper1-87/+4
2009-02-26* locale/langinfo.h: nl_langinfo_l is in POSIX 2008.Ulrich Drepper1-1/+1
2009-02-26* ctype/ctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper1-6/+22
2009-01-29* sysdeps/pthread/unwind-forcedunwind.c: Encrypt all functionUlrich Drepper1-10/+29
2009-01-29* allocatestack.c (__free_stacks): Renamed from free_stacks.Ulrich Drepper1-4/+18
2009-01-08* sysdeps/pthread/list.h (list_add): Initialize new element first.Ulrich Drepper1-13/+2
2008-12-09[BZ #6545]Ulrich Drepper1-2/+2