aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps
AgeCommit message (Expand)Author
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
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-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-05[S390,PPC] Implement FUTEX_WAIT_BITSET for timedwait functionsSiddhesh Poyarekar
2012-11-03Fix coding style in sparc lowlevellock.hDavid S. Miller
2012-11-02Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu
2012-10-28Define a BUSY_WAIT_NOP for sparc.David S. Miller
2012-10-16Adjust mutex lock in condvar_cleanup if we got it from requeue_piSiddhesh Poyarekar
2012-10-10Fix formatting in nptl/sysdeps/pthread/pthread.h.Carlos O'Donell
2012-10-10Take lock in pthread_cond_wait cleanup handler only when neededSiddhesh Poyarekar
2012-10-09Add missing magic to GLIBC_PROVIDES.Roland McGrath
2012-10-05Correct libthreadb register access for 64-bit sparc.David S. Miller
2012-10-05Unlock mutex before going back to waiting for PI mutexesSiddhesh Poyarekar
2012-10-02Update copyright yearsH.J. Lu
2012-10-02Fix clone flag name in comment to CLONE_CHILD_CLEARTID.Siddhesh Poyarekar
2012-10-01Fix exception table for i386 pthread_cond_waitSiddhesh Poyarekar
2012-09-25Fix bugs in powerpc pthread_once.Alan Modra
2012-09-24Add "()" when casting to uint64_t for 64-bit storeH.J. Lu
2012-09-19Cast to uint64_t for 64-bit storeH.J. Lu
2012-09-14 [BZ #14583]Jeff Law
2012-09-13Remove unused __rtld_lock_init_recursive macroH.J. Lu
2012-09-01Remove __ASSUME_POSIX_CPU_TIMERS.Joseph Myers
2012-08-31Fix sem_post race (bug 14532).Joseph Myers
2012-08-17Make libio compile without _IO_MTSAFE_IO.Roland McGrath
2012-08-16Remove __ASSUME_POSIX_TIMERS.Joseph Myers
2012-08-15Optimize __libc_lock_lock and __libc_lock_trylock for MIPS.Maxim Kuvyrkov
2012-08-08Remove __ASSUME_TGKILL.Joseph Myers
2012-08-07Remove some pre-2.6.16 Linux kernel conditionals.Joseph Myers
2012-07-25Remove unused pseudo_end labelAndreas Schwab
2012-06-23SH: __lll_robust_timedlock_wait: Simplify CFI directives.Thomas Schwinge
2012-06-07Fix build on non-v9 sparc32.Carlos Sánchez de La Lama
2012-06-04Wrap __builtin_expect in pthread.hSiddhesh Poyarekar
2012-05-30Use x86-64 bits/pthreadtypes.h/semaphore.h for i386/x86-64H.J. Lu
2012-05-30Remove use of INTDEF/INTUSE in nptlAndreas Schwab
2012-05-28SH: Add CFI directives.Chung-Lin Tang
2012-05-28SH: Add CFI directives.Chung-Lin Tang
2012-05-25i386 port of the pthread SystemTap probesRayson Ho
2012-05-25Add systemtap static probe points in generic and x86_64 pthread code.Roland McGrath
2012-05-17Fix warnings on Linux/i686Andreas Jaeger
2012-05-15Use R*_LP to load pointer and operate on stackH.J. Lu
2012-05-15Use LP_OP(cmp) and RCX_LP on dep_mutex pointerH.J. Lu
2012-05-15Use LP_OP(op), LP_SIZE and ASM_ADDR in sem_wait.SH.J. Lu
2012-05-15se LP_OP(op), LP_SIZE and ASM_ADDR in sem_timedwait.SH.J. Lu
2012-05-15Use LP_OP(cmp) on NWAITERSH.J. Lu
2012-05-15Use LP_SIZE and ASM_ADDR in pthread_once.SH.J. Lu
2012-05-15Use LP_OP(cmp), R*_LP, LP_SIZE and ASM_ADDRH.J. Lu