aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-24Don't automatically use /lib/modules/* headers.Ulrich Drepper3-24/+6
2009-07-24More white space fixes.Ulrich Drepper1-4/+4
2009-07-24White space fixes in last checkin.Ulrich Drepper2-7/+7
2009-07-24S/390: Hardware iconv modules.Andreas Krebbel8-8/+1628
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-23Avoid cpuid instructions in cache info discovery.Ulrich Drepper2-19/+35
2009-07-23Add more cache descriptors for L3 caches on x86 and x86-64.Ulrich Drepper3-0/+10
2009-07-23Perform test for Arom x86-64 in central place and handle it.Ulrich Drepper3-11/+15
2009-07-23Avoid warnings in test cases.Ulrich Drepper4-0/+11
2009-07-23Make include/unistd.h suitable for C++ test cases.Duncan Simpson2-0/+8
2009-07-23Preserve stack alignment in i386 makecontext.Ulrich Drepper2-6/+7
2009-07-23Minor optimization of unloading prevention patch.Ulrich Drepper1-5/+5
2009-07-23Fix comment.Ulrich Drepper1-1/+1
2009-07-23Some more fixes for the unique symbol handling.Ulrich Drepper2-5/+7
2009-07-23Handle unloading of DSO with a unique symbol definition.Ulrich Drepper4-6/+60
2009-07-21Add 2.11 news items.Ulrich Drepper1-1/+22
2009-07-21Minor cleanups in x86-64 strstr.Ulrich Drepper2-78/+60
2009-07-20Better check for optimization in new x86-64 strstr/strcasestr.Ulrich Drepper2-11/+21
2009-07-20SSE4.2 strstr/strcasestr for x86-64.H.J. Lu8-5/+551
2009-07-20Use correct index for _NL_CTYPE_NONASCII_CASE.Ulrich Drepper2-5/+5
2009-07-20Check generated locale for non-ASCII 8-bit characters with case conversion.Ulrich Drepper5-4/+47
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
2009-07-18Optimize x86-64 pthread_cond_timedwait.Ulrich Drepper2-144/+190
2009-07-18Optimize x86-64 pthread_cond_wait.Ulrich Drepper3-144/+315
2009-07-17Extend x86-64 sem_timedwait to use futex syscall with absolute timeout.Ulrich Drepper2-46/+120
2009-07-17Consistently use symbolic constants.Ulrich Drepper1-4/+3
2009-07-17Replace hand-coded unwind tables from x86-64 sem_timedwait.Ulrich Drepper2-122/+31
2009-07-17Optimize x86-64 sem_wait for uncontested semaphore.Ulrich Drepper2-24/+30
2009-07-17Replace hand-coded unwind tables from x86-64 sem_wait.Ulrich Drepper2-101/+26
2009-07-17Replace hand-coded unwind tables from x86-64 pthread_once.Ulrich Drepper4-113/+65
2009-07-17Replace hand-coded unwind tables from x86-64 pthread_cond_wait.Ulrich Drepper2-76/+24
2009-07-17Revert "Fix lock handling in memory hander of nscd."Ulrich Drepper8-16/+27
2009-07-17Add missing BZ number in ChangeLog.Ulrich Drepper1-0/+1
2009-07-16Handle overly large answer buffers in resolver.Ulrich Drepper2-1/+7
2009-07-16Fix lock handling in memory hander of nscd.Petr Baudis8-27/+16
2009-07-16Use correct release semantic in list update.Andreas Schwab2-1/+7
2009-07-16Fix race in corruption check.Ulrich Drepper2-2/+29
2009-07-16Use rel semantics of cas instead of acq semantics with full barrier before it...Jakub Jelinek3-13/+35
2009-07-16Remove warning and little optimization.Ulrich Drepper3-0/+9