about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* x86*: Return syscall error for lll_futex_wake.Carlos O'Donell2013-06-103-8/+17
* Fix previous commit.Ondrej Bilka2013-06-081-2/+2
* Silence warning: __inline is not at beginning of declaration.Ondrej Bilka2013-06-082-1/+5
* Fix leading whitespaces.Ondrej Bilka2013-06-063-3/+8
* Remove trailing whitespace in nptl.Joseph Myers2013-06-0615-49/+67
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-312-8/+5
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-163-0/+8
* Reserve new TLS field for x86 and x86_64Andreas Jaeger2013-05-153-2/+12
* Fix tst-mutexpi8Andi Kleen2013-05-092-0/+18
* Consolidate pthread_attr value validationSiddhesh Poyarekar2013-04-227-29/+98
* Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab2013-04-112-66/+321
* sem_post.c: Include atomic.h.Carlos O'Donell2013-04-072-0/+5
* Fix static build when configured with --disable-hidden-pltSiddhesh Poyarekar2013-04-042-1/+9
* Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath2013-03-282-1/+9
* Fix up ChangeLogSiddhesh Poyarekar2013-03-191-6/+6
* Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar2013-03-197-22/+26
* Rename some static variablesSiddhesh Poyarekar2013-03-184-6/+19
* Include atomic.h in generic lowlevellock.c.Carlos O'Donell2013-03-122-1/+5
* Rejigger i386 dl-sysdep.h files.Roland McGrath2013-03-043-50/+44
* Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell2013-03-014-133/+31
* Fix build warningSiddhesh Poyarekar2013-03-012-0/+3
* Set default stack size from program environmentSiddhesh Poyarekar2013-03-014-23/+142
* Add priority inheritance futex support on sparc.David S. Miller2013-02-212-0/+39
* nptl: Fix comment typo in fork.c.Carlos O'Donell2013-02-212-1/+5
* Fix ChangeLogsSiddhesh Poyarekar2013-02-181-0/+5
* C++11 thread_local destructors supportSiddhesh Poyarekar2013-02-181-0/+3
* Fix build warnings in some test casesSiddhesh Poyarekar2013-02-183-0/+3
* FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar2013-02-188-42/+252
* Remove bounded-pointers build system support.Joseph Myers2013-02-151-1/+0
* Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers2013-02-141-23/+22
* Don't use GLIBC_PRIVATE errno outside of librariesAndreas Schwab2013-02-045-0/+14
* Hide reference to mktemp in libpthreadAndreas Schwab2013-01-162-1/+6
* Remove unnecessary assert on attr in allocate_stack().Carlos O'Donell2013-01-112-1/+9
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-113-12/+23
* Revert "Extend i486 pthread_cond_timedwait to use futex syscall with absolute...Andreas Schwab2013-01-101-315/+66
* Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab2013-01-101-66/+315
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-02649-653/+653
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-012-1/+6
* Convert pthread_rwlock_try(rd/wr)lock to prototypesAndi Kleen2012-12-283-6/+11
* Add sparc implementation of lll_futex_timed_wait_bitsetDavid S. Miller2012-12-272-0/+18
* [s390] Replace lll_futex_* assembly code with INTERNAL_SYSCALLSiddhesh Poyarekar2012-12-272-74/+42
* Fix some build warnings on s390xSiddhesh Poyarekar2012-12-082-2/+7
* Remove unused variable from powerpc sem_post.c.Joseph Myers2012-12-042-2/+8
* Remove unneeded linking in nptl testsuiteAllan McRae2012-12-032-3/+4
* Cast to __intptr_t before casting pointer to int64H.J. Lu2012-11-264-5/+18
* Remove unused variable from sem_post.c.Joseph Myers2012-11-212-1/+5
* Remove unused variable from pthread_cond_timedwait.c.Joseph Myers2012-11-212-5/+10
* Adding missing -fexception CFLAGSMarcus Shawcroft2012-11-142-0/+10
* Bump timeouts on some new nptl tests to support tilepro.Chris Metcalf2012-11-063-1/+7
* [S390,PPC] Implement FUTEX_WAIT_BITSET for timedwait functionsSiddhesh Poyarekar2012-11-057-6/+124