aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-07Remove gettimeofday vsyscall use from x86-86 libpthreadUlrich Drepper6-45/+37
2011-09-07Make sure __vdso_clock_gettime always contains a valid pointerUlrich Drepper3-0/+16
2011-09-06Fix handling of __vdso_clock_gettimeUlrich Drepper2-2/+9
2011-09-06Don't call gettimeofday vsyscall in x86-64 sem_timedwaitUlrich Drepper2-8/+10
2011-09-06Move Atom-optimized code out of the way and togetherUlrich Drepper9-9/+23
2011-09-06Don't unconditionally use clock_gettime vsyscall on x86-64Ulrich Drepper5-16/+40
2011-09-06Avoid gettimeofday vsyscallUlrich Drepper2-19/+8
2011-09-06Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2-0/+6
2011-09-06Remove now-wrong commentUlrich Drepper1-5/+0
2011-09-06Fix missing declarationAndreas Schwab2-0/+6
2011-09-06Prefer real syscalls instead of vsyscalls on x86-64 outside libc.soUlrich Drepper5-3/+38
2011-09-05Remove unused parameter in pldd and simplify ELF handlingUlrich Drepper3-11/+13
2011-09-05Fix whitespacesUlrich Drepper2-2/+0
2011-09-05Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva6-3/+861
2011-09-05Try shell in posix_spawn* only in compat modeUlrich Drepper8-24/+83
2011-09-05Fix last checkinUlrich Drepper1-0/+1
2011-09-05Fix glob.h header by removing gcc 1.x supportUlrich Drepper3-17/+7
2011-09-05Use O_CLOEXEC when loading ld.so cacheUlrich Drepper3-5/+14
2011-09-05Fix whitespacesUlrich Drepper2-2/+0
2011-09-05Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva9-1/+1671
2011-09-05Add optimized x86-64 wcscmpUlrich Drepper3-1/+940
2011-09-05Fix whitespacesUlrich Drepper3-4/+1
2011-09-05Add x86-32 optimized wcscmpUlrich Drepper7-4/+1090
2011-09-05Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper13-70/+179
2011-09-05Update Japanese translationUlrich Drepper2-44/+43
2011-09-05Fixes and optimizations for 32-bit sparc fabs*().David S. Miller6-13/+72
2011-09-05Fix nptl semaphore cleanup invocation.David S. Miller7-57/+107
2011-09-05Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper19-175/+340
Conflicts: ChangeLog
2011-09-05Fix semid_ds for x86-64Ulrich Drepper3-3/+14
2011-09-01Sanitize HWCAP_SPARC_* defines/usage, and add new entries.David S. Miller10-30/+85
2011-08-31Fix sparc localplt testcase failures.carlos/masterDavid S. Miller7-134/+225
2011-08-31Fix setxid race handling exiting threadsAndreas Schwab2-1/+15
2011-08-30Relocate objects in dependency orderAndreas Schwab2-8/+8
2011-08-29rtld, i386: Fix cfi directive in audit trampoline codeJiri Olsa2-2/+7
_dl_runtime_profile function has wrong cfi directive when rewinding stack back for the pltexit path. Only 8 bytes - 2 'pop edx' instructions from the pltentry-only code should be rewinded back. With attached patch, I'm able to rewind stack correctly throught the rtld code from audit library callback.
2011-08-24Rewritten v9/64-bit sparc strcmp.David S. Miller2-247/+173
2011-08-24Fix scope handling during dl_closeAndreas Schwab8-1/+103
2011-08-23Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc.David S. Miller2-1/+17
2011-08-23Fix jmpbuf unwind checks on sparc64.David S. Miller3-4/+12
2011-08-23Fix spurious nop at start of __strspn_ia32Andreas Schwab2-2/+7
2011-08-23Fix duplicate definition of Elf64_FuncDescAurelien Jarno3-8/+15
2011-08-22Bug fixes for ____longjmp_chk on sparc.David S. Miller3-5/+39
2011-08-22Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper4-5/+17
Conflicts: ChangeLog
2011-08-22Correct cycle detection during dependency sortingAndreas Schwab6-18/+83
2011-08-22Fix missing declarationAndreas Schwab2-0/+3
2011-08-22Revert "Don't crash when dependencies are missing"Andreas Schwab2-4/+7
This reverts commit f2092faf2b6bd491a1891d5d5e393a8bf85d01d7.
2011-08-22Fix testsuite link failureAndreas Schwab2-1/+7
2011-08-21Use ifuncs for time and gettimeofday on x86-64Ulrich Drepper5-70/+61
2011-08-20Fix typo in tst-cleanup0.out rule.David S. Miller2-1/+5
2011-08-20More optimizations of nss_filesUlrich Drepper3-8/+9
2011-08-20Minor optimizatin in alias lookup in files NSS moduleUlrich Drepper2-3/+5