about summary refs log tree commit diff
path: root/nptl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix coding style in sparc lowlevellock.hDavid S. Miller2012-11-032-2/+8
* Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu2012-11-022-2/+15
* Fix nptl/tst-cancel7 for non-bash shells.Aurelien Jarno2012-10-302-1/+6
* Define a BUSY_WAIT_NOP for sparc.David S. Miller2012-10-286-0/+88
* Fix build breakage in tst-cond-except.c.Roland McGrath2012-10-252-0/+5
* Use bash to run nptl/tst-tls6.sh.Joseph Myers2012-10-253-2/+8
* Fix compiler warnings in some NPTL tests.Roland McGrath2012-10-254-15/+30
* Support cross-testing.Joseph Myers2012-10-243-11/+25
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-242-20/+14