summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-09-212-62/+38
|\
| * configure tweaks, support $libc_add_on_config_subdirsRoland McGrath2009-09-152-62/+38
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-09-141-1/+1
|\|
| * Fix malformed #pragma.Andreas Schwab2009-09-071-1/+1
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-031-1/+2
|\|
| * Fix timer_create to initialize timer_t properly.Suzuki Poulose2009-09-021-1/+2
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-011-9/+9
|\|
| * SH lowlevellock broken for FUTEX_CLOCK_REALTIME.Andrew Stubbs2009-08-281-9/+9
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-261-2/+8
|\|
| * Handle AVX saving on x86-64 in interrupted smbol lookups.Ulrich Drepper2009-08-251-2/+8
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-241-4/+6
|\|
| * More namespace cleanups.Ulrich Drepper2009-08-231-4/+6
| * Rvert accidental checkins.Ulrich Drepper2009-08-225-545/+0
| * Add sigstack handling to Linux ____longjmp_chk on powerpc.Andreas Schwab2009-08-225-0/+545
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-174-7/+12
|\|
| * Add CFI directives to x86-64 pthread_rwlock_unlock.Ulrich Drepper2009-08-111-2/+3
| * Add CFI directives to x86-64 pthread_rwlock_{rd,wr)lock.Ulrich Drepper2009-08-102-2/+6
| * Fix check for PI mutex in x86-64 pthread_cond_signalAndreas Schwab2009-08-101-3/+3
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-109-179/+365
|\|
| * Optimize x86-64 version of sem_timedwait.Ulrich Drepper2009-08-081-65/+145
| * Another minor optimization of x86-64 pthread_cond_wait.Ulrich Drepper2009-08-081-15/+7
| * Small optimizations to cancellable x86-64 code.Ulrich Drepper2009-08-074-61/+40
| * Optimize x86-64 syscall cancellation handling.Ulrich Drepper2009-08-045-44/+179
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-031-8/+40
|\|
| * Regenerated.Ulrich Drepper2009-07-311-8/+40
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-307-39/+102
|\|
| * Fix x86-64 TCB alignment for future processor versions.Ulrich Drepper2009-07-291-1/+6
| * Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper2009-07-292-18/+56
| * Fix bookkeeping in mutex when using requeue_pi.Ulrich Drepper2009-07-285-20/+40
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-273-2/+61
|\|
| * Check for .cfi_{personality,lsda} on x86-64.Ulrich Drepper2009-07-232-0/+59
| * Fix pthread_cond_timedwait error handling on old kernels.Ulrich Drepper2009-07-231-2/+2
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-222-23/+16
|\|
| * Minor optimizations of last x86-64 condvar changes.Ulrich Drepper2009-07-202-23/+16
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-2011-787/+1202
|\|
| * Support requeueing for condvars using PI mutex. x86-64 only.Ulrich Drepper2009-07-195-36/+168
| * Make x86-64 pthread_cond_timedwait more robust.Ulrich Drepper2009-07-191-0/+2
| * Extend x86-64 __lll_robust_timedlock_wait to use futex syscall with absolute ...Ulrich Drepper2009-07-191-2/+76
| * Extend x86-64 pthread_rwlock_timedrdlock to use futex syscall with absolute t...Ulrich Drepper2009-07-181-18/+55
| * Pretty printing last change.Ulrich Drepper2009-07-181-6/+6
| * Extend x86-64 pthread_rwlock_timedwrlock to use futex syscall with absolute t...Ulrich Drepper2009-07-181-12/+49
| * Remove leftover cfi.Ulrich Drepper2009-07-181-4/+1
| * Extend x86-64 pthread_cond_timedwait to use futex syscall with absolute timeout.Ulrich Drepper2009-07-181-126/+292
| * Optimize x86-64 pthread_cond_timedwait.Ulrich Drepper2009-07-181-144/+188
| * Optimize x86-64 pthread_cond_wait.Ulrich Drepper2009-07-182-144/+309
| * Extend x86-64 sem_timedwait to use futex syscall with absolute timeout.Ulrich Drepper2009-07-171-46/+116
| * Consistently use symbolic constants.Ulrich Drepper2009-07-171-4/+3
| * Replace hand-coded unwind tables from x86-64 sem_timedwait.Ulrich Drepper2009-07-171-122/+29
| * Optimize x86-64 sem_wait for uncontested semaphore.Ulrich Drepper2009-07-171-24/+27
| * Replace hand-coded unwind tables from x86-64 sem_wait.Ulrich Drepper2009-07-171-101/+25