summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/pthread
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0131-31/+31
* rename configure.in to configure.acMike Frysinger2013-10-302-1/+1
* Use the mutex member of the argumen in __libc_lock_*_recursiveSiddhesh Poyarekar2013-09-271-3/+3
* Fix typos.Ondřej Bílka2013-08-301-2/+2
* Add new internal mutex type flags for elision.Andi Kleen2013-07-021-8/+20
* New API to set default thread attributesSiddhesh Poyarekar2013-06-151-0/+8
* Fix previous commit.Ondrej Bilka2013-06-081-2/+2
* Silence warning: __inline is not at beginning of declaration.Ondrej Bilka2013-06-081-1/+1
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* Fix build warnings in some test casesSiddhesh Poyarekar2013-02-181-0/+1
* Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers2013-02-141-23/+22
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0231-31/+31
* Fix formatting in nptl/sysdeps/pthread/pthread.h.Carlos O'Donell2012-10-101-2/+2
* Add missing magic to GLIBC_PROVIDES.Roland McGrath2012-10-091-120/+0
* [BZ #14583]Jeff Law2012-09-141-1/+1
* Remove unused __rtld_lock_init_recursive macroH.J. Lu2012-09-131-12/+0
* Optimize __libc_lock_lock and __libc_lock_trylock for MIPS.Maxim Kuvyrkov2012-08-151-2/+8
* Remove __ASSUME_TGKILL.Joseph Myers2012-08-081-4/+0
* Remove some pre-2.6.16 Linux kernel conditionals.Joseph Myers2012-08-071-8/+1
* Wrap __builtin_expect in pthread.hSiddhesh Poyarekar2012-06-041-2/+2
* Add __PTHREAD_RWLOCK_INT_FLAGS_SHAREDH.J. Lu2012-05-141-1/+10
* Check __PTHREAD_MUTEX_HAVE_PREV for mutex initializersH.J. Lu2012-05-111-1/+1
* Hurd: libc_once_getThomas Schwinge2012-05-101-0/+2
* move libgcc_s soname definition to shlib-versionsSiddhesh Poyarekar2012-04-261-2/+2
* Make pthread.h define all symbols from time.h.Joseph Myers2012-03-091-4/+0
* Weaken two NPTL configure link tests to compile tests.Joseph Myers2012-03-072-29/+19
* Remove private information from libc-lock.hUlrich Drepper2012-03-062-398/+440
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-261-0/+3
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-261-1/+2
* Remove old initfini mechanism.Joseph Myers2012-02-211-124/+0
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-0931-93/+62
* Add const attribute to pthread_equalUlrich Drepper2012-01-101-1/+2
* Consistently added return to pthread_exitUlrich Drepper2012-01-101-2/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-073-55/+53
* Use __pthread_get_minstack in more placesUlrich Drepper2011-12-221-2/+4
* Don't mark memory synchronisation functions as leafAndreas Schwab2011-10-271-19/+19
* Avoid race between {,__de}allocate_stack and __reclaim_stacks during forkAndreas Schwab2011-09-151-8/+23
* Simplify malloc initializationUlrich Drepper2011-09-101-1/+2
* Add read barriers in cancellation initializationUlrich Drepper2011-07-221-3/+11
* Rebuild configure scriptsUlrich Drepper2011-07-061-3/+3
* Fix robust mutex handling after forkUlrich Drepper2011-06-301-1/+2
* Remove use of ranlib.Ulrich Drepper2011-02-151-92/+150
* Change setgroups to affect all the threads in the process.Ulrich Drepper2011-01-141-4/+4
* Fix namespace pollution in pthread_cleanup_push.Andreas Schwab2010-09-211-6/+6
* Small optimization of alloca handling.Ulrich Drepper2010-09-031-2/+2
* Implement interfaces to set and get names of threads.Ulrich Drepper2010-04-091-0/+12
* Move unwind-resume code from NPTL to sysdeps/gnu.Roland McGrath2010-04-053-76/+2
* Fix a few more problem with the recent setxid changes.Ulrich Drepper2010-03-091-9/+10
* Fix setxid race with thread creationUlrich Drepper2010-03-051-4/+10
* Fix up pthread.h for XPG7.Ulrich Drepper2010-01-121-7/+3