summaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)Author
2013-06-10x86*: Return syscall error for lll_futex_wake.Carlos O'Donell
2013-06-08Fix previous commit.Ondrej Bilka
2013-06-08Silence warning: __inline is not at beginning of declaration.Ondrej Bilka
2013-06-06Fix leading whitespaces.Ondrej Bilka
2013-06-06Remove trailing whitespace in nptl.Joseph Myers
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-05-15Reserve new TLS field for x86 and x86_64Andreas Jaeger
2013-05-09Fix tst-mutexpi8Andi Kleen
2013-04-22Consolidate pthread_attr value validationSiddhesh Poyarekar
2013-04-11Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab
2013-04-07sem_post.c: Include atomic.h.Carlos O'Donell
2013-04-04Fix static build when configured with --disable-hidden-pltSiddhesh Poyarekar
2013-03-28Avoid unconditional __call_tls_dtors calls in static linking.Roland McGrath
2013-03-19Fix up ChangeLogSiddhesh Poyarekar
2013-03-19Move __default_stacksize into __default_pthread_attrSiddhesh Poyarekar
2013-03-18Rename some static variablesSiddhesh Poyarekar
2013-03-12Include atomic.h in generic lowlevellock.c.Carlos O'Donell
2013-03-04Rejigger i386 dl-sysdep.h files.Roland McGrath
2013-03-01Revert GLIBC_PTHREAD_DEFAULT_STACKSIZE changes.Carlos O'Donell
2013-03-01Fix build warningSiddhesh Poyarekar
2013-03-01Set default stack size from program environmentSiddhesh Poyarekar
2013-02-21Add priority inheritance futex support on sparc.David S. Miller
2013-02-21nptl: Fix comment typo in fork.c.Carlos O'Donell
2013-02-18Fix ChangeLogsSiddhesh Poyarekar
2013-02-18C++11 thread_local destructors supportSiddhesh Poyarekar
2013-02-18Fix build warnings in some test casesSiddhesh Poyarekar
2013-02-18FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar
2013-02-15Remove bounded-pointers build system support.Joseph Myers
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers
2013-02-04Don't use GLIBC_PRIVATE errno outside of librariesAndreas Schwab
2013-01-16Hide reference to mktemp in libpthreadAndreas Schwab
2013-01-11Remove unnecessary assert on attr in allocate_stack().Carlos O'Donell
2013-01-11Add --enable-hardcoded-path-in-tests configure optionH.J. Lu
2013-01-10Revert "Extend i486 pthread_cond_timedwait to use futex syscall with absolute...Andreas Schwab
2013-01-10Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-12-28Convert pthread_rwlock_try(rd/wr)lock to prototypesAndi Kleen
2012-12-27Add sparc implementation of lll_futex_timed_wait_bitsetDavid S. Miller
2012-12-27[s390] Replace lll_futex_* assembly code with INTERNAL_SYSCALLSiddhesh Poyarekar
2012-12-08Fix some build warnings on s390xSiddhesh Poyarekar
2012-12-04Remove unused variable from powerpc sem_post.c.Joseph Myers
2012-12-03Remove unneeded linking in nptl testsuiteAllan McRae
2012-11-26Cast to __intptr_t before casting pointer to int64H.J. Lu
2012-11-21Remove unused variable from sem_post.c.Joseph Myers
2012-11-21Remove unused variable from pthread_cond_timedwait.c.Joseph Myers
2012-11-14Adding missing -fexception CFLAGSMarcus Shawcroft
2012-11-06Bump timeouts on some new nptl tests to support tilepro.Chris Metcalf
2012-11-05[S390,PPC] Implement FUTEX_WAIT_BITSET for timedwait functionsSiddhesh Poyarekar