aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2013-04-22Consolidate pthread_attr value validationSiddhesh Poyarekar1-17/+3
2013-04-11Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab1-66/+315
2013-04-07sem_post.c: Include atomic.h.Carlos O'Donell1-0/+1
2013-04-04Fix static build when configured with --disable-hidden-pltSiddhesh Poyarekar1-1/+1
2013-03-12Include atomic.h in generic lowlevellock.c.Carlos O'Donell1-1/+1
2013-03-04Rejigger i386 dl-sysdep.h files.Roland McGrath2-50/+31
2013-02-21Add priority inheritance futex support on sparc.David S. Miller1-0/+30
2013-02-21nptl: Fix comment typo in fork.c.Carlos O'Donell1-1/+1
2013-02-18Fix build warnings in some test casesSiddhesh Poyarekar1-0/+1
2013-02-18FUTEX_*_REQUEUE_PI support for non-x86 codeSiddhesh Poyarekar2-0/+58
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers1-23/+22
2013-01-10Revert "Extend i486 pthread_cond_timedwait to use futex syscall with absolute...Andreas Schwab1-315/+66
2013-01-10Extend i486 pthread_cond_timedwait to use futex syscall with absolute timeoutAndreas Schwab1-66/+315
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers295-300/+295
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-1/+1
2012-12-27Add sparc implementation of lll_futex_timed_wait_bitsetDavid S. Miller1-0/+13
2012-12-27[s390] Replace lll_futex_* assembly code with INTERNAL_SYSCALLSiddhesh Poyarekar1-74/+31
2012-12-08Fix some build warnings on s390xSiddhesh Poyarekar1-2/+2
2012-12-04Remove unused variable from powerpc sem_post.c.Joseph Myers1-2/+2
2012-11-26Cast to __intptr_t before casting pointer to int64H.J. Lu2-4/+6
2012-11-21Remove unused variable from sem_post.c.Joseph Myers1-1/+1
2012-11-05[S390,PPC] Implement FUTEX_WAIT_BITSET for timedwait functionsSiddhesh Poyarekar3-1/+48
2012-11-03Fix coding style in sparc lowlevellock.hDavid S. Miller1-2/+2
2012-11-02Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu1-2/+9
2012-10-28Define a BUSY_WAIT_NOP for sparc.David S. Miller5-0/+76
2012-10-16Adjust mutex lock in condvar_cleanup if we got it from requeue_piSiddhesh Poyarekar4-4/+17
2012-10-10Fix formatting in nptl/sysdeps/pthread/pthread.h.Carlos O'Donell1-2/+2
2012-10-10Take lock in pthread_cond_wait cleanup handler only when neededSiddhesh Poyarekar5-8/+65
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath2-202/+0
2012-10-05Correct libthreadb register access for 64-bit sparc.David S. Miller1-2/+2
2012-10-05Unlock mutex before going back to waiting for PI mutexesSiddhesh Poyarekar4-171/+156
2012-10-02Update copyright yearsH.J. Lu1-1/+1
2012-10-02Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar6-6/+6
2012-10-01Fix exception table for i386 pthread_cond_waitSiddhesh Poyarekar2-2/+22
2012-09-25Fix bugs in powerpc pthread_once.Alan Modra1-5/+16
2012-09-24Add "()" when casting to uint64_t for 64-bit storeH.J. Lu1-2/+2
2012-09-19Cast to uint64_t for 64-bit storeH.J. Lu1-2/+2
2012-09-14 [BZ #14583]Jeff Law1-1/+1
2012-09-13Remove unused __rtld_lock_init_recursive macroH.J. Lu1-12/+0
2012-09-01Remove __ASSUME_POSIX_CPU_TIMERS.Joseph Myers1-51/+2
2012-08-31Fix sem_post race (bug 14532).Joseph Myers1-2/+2
2012-08-17Make libio compile without _IO_MTSAFE_IO.Roland McGrath1-2/+2
2012-08-16Remove __ASSUME_POSIX_TIMERS.Joseph Myers10-523/+203
2012-08-15Optimize __libc_lock_lock and __libc_lock_trylock for MIPS.Maxim Kuvyrkov1-2/+8
2012-08-08Remove __ASSUME_TGKILL.Joseph Myers4-44/+3
2012-08-07Remove some pre-2.6.16 Linux kernel conditionals.Joseph Myers1-8/+1
2012-07-25Remove unused pseudo_end labelAndreas Schwab3-8/+5
2012-06-23SH: __lll_robust_timedlock_wait: Simplify CFI directives.Thomas Schwinge1-6/+4
2012-06-07Fix build on non-v9 sparc32.Carlos Sánchez de La Lama1-1/+1
2012-06-04Wrap __builtin_expect in pthread.hSiddhesh Poyarekar1-2/+2