aboutsummaryrefslogtreecommitdiff
path: root/nptl
AgeCommit message (Expand)AuthorFilesLines
2009-11-30SH calling __gmon_start__ from pt-initfini.c.Thomas Schwinge2-19/+7
2009-11-27Fix infloop in __pthread_disable_asynccancel on x86_64Andreas Schwab2-2/+8
2009-11-24Once again forgot to add new test file.Ulrich Drepper1-0/+46
2009-11-24New NPTL POSIX semaphore test.Ulrich Drepper2-1/+6
2009-11-22Use #include instead of duplication for i386 vs i686 dl-sysdep.h in NPTL.Roland McGrath2-50/+10
2009-11-18Minor optimizations and cleanups of x86 cond_broadcast.Ulrich Drepper3-11/+15
2009-11-18Update cfi offsets for pthread_cond_broadcast and signal fir x86.Dinakar Guniguntala3-38/+23
2009-11-17Minimal unwind section size reduction.Ulrich Drepper2-17/+17
2009-11-17Use cfi directives in x86 pthread_cond_{,timed}wait.Ulrich Drepper3-344/+140
2009-11-03Make name of libgcc_s library configurableAndreas Schwab3-4/+13
2009-10-30Fix aliasing problem in tst-sem11.Ulrich Drepper2-8/+12
2009-10-30Fix races in setXid implementation.Daniel Jacobowitz3-24/+123
2009-09-15configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2-62/+38
2009-09-07Fix malformed #pragma.Andreas Schwab2-1/+5
2009-09-02Fix whitespaces.Ulrich Drepper1-1/+1
2009-09-02Fix timer_create to initialize timer_t properly.Suzuki Poulose2-1/+10
2009-08-28SH lowlevellock broken for FUTEX_CLOCK_REALTIME.Andrew Stubbs2-9/+14
2009-08-25Handle AVX saving on x86-64 in interrupted smbol lookups.Ulrich Drepper2-2/+15
2009-08-24Hint to kernel that thread stack memory can be removed.Ulrich Drepper2-11/+30
2009-08-23More namespace cleanups.Ulrich Drepper2-4/+10
2009-08-22Rvert accidental checkins.Ulrich Drepper6-547/+11
2009-08-22Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab6-11/+547
2009-08-11Add CFI directives to x86-64 pthread_rwlock_unlock.Ulrich Drepper2-2/+8
2009-08-10Add CFI directives to x86-64 pthread_rwlock_{rd,wr)lock.Ulrich Drepper3-2/+12
2009-08-10Fix check for PI mutex in x86-64 pthread_cond_signalAndreas Schwab2-3/+9
2009-08-08Optimize x86-64 version of sem_timedwait.Ulrich Drepper2-65/+148
2009-08-08Another minor optimization of x86-64 pthread_cond_wait.Ulrich Drepper2-15/+13
2009-08-07Small optimizations to cancellable x86-64 code.Ulrich Drepper5-61/+49
2009-08-04Optimize x86-64 syscall cancellation handling.Ulrich Drepper6-44/+191
2009-07-31Macro cleanup.Ulrich Drepper2-8/+12
2009-07-31Regenerated.Ulrich Drepper1-8/+40
2009-07-29Fix x86-64 TCB alignment for future processor versions.Ulrich Drepper2-4/+13
2009-07-29Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper3-18/+64
2009-07-28Fix bookkeeping in mutex when using requeue_pi.Ulrich Drepper9-24/+83
2009-07-27pthread_mutex_unlock needs to use _rel semantics for atomic ops.Ulrich Drepper2-3/+9
2009-07-27Revert "Memory ordering in pthread_mutex_{,timed}lock."Ulrich Drepper3-19/+12
2009-07-26Memory ordering in pthread_mutex_{,timed}lock.Ulrich Drepper3-12/+19
2009-07-23Check for .cfi_{personality,lsda} on x86-64.Ulrich Drepper3-0/+61
2009-07-23Fix pthread_cond_timedwait error handling on old kernels.Ulrich Drepper2-2/+7
2009-07-20Minor optimizations of last x86-64 condvar changes.Ulrich Drepper3-23/+22
2009-07-19Support requeueing for condvars using PI mutex. x86-64 only.Ulrich Drepper6-36/+177
2009-07-19Make x86-64 pthread_cond_timedwait more robust.Ulrich Drepper2-0/+7
2009-07-19Extend x86-64 __lll_robust_timedlock_wait to use futex syscall with absolute ...Ulrich Drepper2-2/+80
2009-07-18Add more sem_timedwait tests.Ulrich Drepper3-1/+20
2009-07-18Extend x86-64 pthread_rwlock_timedrdlock to use futex syscall with absolute t...Ulrich Drepper2-18/+57
2009-07-18Pretty printing last change.Ulrich Drepper1-6/+6
2009-07-18Extend x86-64 pthread_rwlock_timedwrlock to use futex syscall with absolute t...Ulrich Drepper2-12/+53
2009-07-18Remove leftover cfi.Ulrich Drepper1-4/+1
2009-07-18Extend pthread_cond_timedwait tests.Ulrich Drepper2-1/+18
2009-07-18Extend x86-64 pthread_cond_timedwait to use futex syscall with absolute timeout.Ulrich Drepper2-126/+296