aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-16Optimize restoring of ymm registers on x86-64.Ulrich Drepper2-43/+39
2009-07-16Fix up whitespaces in new memcmp for x86-64.Ulrich Drepper1-42/+42
2009-07-16memcmp implementation for x86-64 using SSE2.H.J. Lu2-0/+363
2009-07-15Fix thinko in AVX audit patch.Ulrich Drepper1-20/+4
2009-07-15Fix typo in last change.Ulrich Drepper1-1/+1
2009-07-15Secure AVX changes for auditing code.Ulrich Drepper3-326/+299
2009-07-15Fix build issue with modules for audit test on machines != x86-64.Ulrich Drepper2-3/+10
2009-07-10Add AVX support to ld.so auditing for x86-64.H.J. Lu19-126/+1018
2009-07-10Remove do-lookup.h.Ulrich Drepper4-388/+369
2009-07-10Fix comment in Linux's <sys/epoll.h>.Ulrich Drepper2-2/+6
2009-07-09Implement STB_GNU_UNIQUE handling.Ulrich Drepper16-12/+375
2009-07-07Define STB_GNU_UNIQUE.Ulrich Drepper2-0/+3
2009-07-07Clean up code for hash table handling in ld.so.Ulrich Drepper3-69/+74
2009-07-06Optimize test for valid ELF symbol types in lookup function.ibm/masterUlrich Drepper2-7/+11
2009-07-05Fix wrong PPC_FEATURE_* values.Andreas Schwab2-2/+7
2009-07-03Minor cleanups in recently added files.Ulrich Drepper3-79/+60
2009-07-03Align functions to 16-byte boundary.Ulrich Drepper5-0/+12
2009-07-03Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu14-7/+875
2009-07-02Fix whitespace in last patch.Ulrich Drepper2-2/+2
2009-07-02Fix handling of xmm6 in ld.so audit hooks on x86-64.H.J. Lu6-3/+227
2009-07-02Whitespace fixes in last patch.Ulrich Drepper1-31/+31
2009-07-02SSSE3 strcpy/stpcpy for x86-64H.J. Lu10-12/+1982
2009-07-02Fix possible race when freeing object in fast bin list.Ulrich Drepper2-0/+6
2009-07-01Fix NIS and NIS+ getnetbyaddr backends.Ulrich Drepper3-2/+7
2009-07-01Fix getent networks lookup and resulting incorrect NSS change.Ulrich Drepper3-4/+5
2009-07-01Fix getnetbyaddr implementation.Ulrich Drepper3-3/+11
2009-06-30Regenerated.Ulrich Drepper1-6/+38
2009-06-30Fix little checkin problem in last patch.Ulrich Drepper1-2/+2
2009-06-30Determine and store processor family and model on x86-64.H.J. Lu4-8/+43
2009-06-26Implement second fallback mode for DNS requests.Ulrich Drepper4-19/+65
2009-06-25Whitespace fix.Ulrich Drepper1-1/+1
2009-06-25Fix text relocation on ppc32.Andreas Schwab2-2/+26