aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-07Fix profiling on powerpc32 secure-plt shared libs and PIEsAlan Modra
2011-09-07power7 strncmp optimizationWill Schmidt
2011-09-07power7 memcpy VSX optimizationsWill Schmidt
2011-09-07Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-09-07Simplify AVX checkH.J. Lu
2011-09-07Revert "Fix semid_ds for x86-64"Andreas Schwab
This reverts commit 2f0ad8f3a470fa5e9aeb9c5a41984f96ae58d7ba.
2011-09-07Remove gettimeofday vsyscall use from x86-86 libpthreadUlrich Drepper
2011-09-07Make sure __vdso_clock_gettime always contains a valid pointerUlrich Drepper
2011-09-06Fix handling of __vdso_clock_gettimeUlrich Drepper
2011-09-06Don't call gettimeofday vsyscall in x86-64 sem_timedwaitUlrich Drepper
2011-09-06Move Atom-optimized code out of the way and togetherUlrich Drepper
2011-09-06Don't unconditionally use clock_gettime vsyscall on x86-64Ulrich Drepper
2011-09-06Avoid gettimeofday vsyscallUlrich Drepper
2011-09-06Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-09-06Remove now-wrong commentUlrich Drepper
2011-09-06Fix missing declarationAndreas Schwab
2011-09-06Prefer real syscalls instead of vsyscalls on x86-64 outside libc.soUlrich Drepper
2011-09-05Remove unused parameter in pldd and simplify ELF handlingUlrich Drepper
2011-09-05Fix whitespacesUlrich Drepper
2011-09-05Add Atom-optimized strchr and strrchr for x86-64Liubov Dmitrieva
2011-09-05Try shell in posix_spawn* only in compat modeUlrich Drepper
2011-09-05Fix last checkinUlrich Drepper
2011-09-05Fix glob.h header by removing gcc 1.x supportUlrich Drepper
2011-09-05Use O_CLOEXEC when loading ld.so cacheUlrich Drepper
2011-09-05Fix whitespacesUlrich Drepper
2011-09-05Optimized strchr and strrchr with SSE2 on x86-32Liubov Dmitrieva
2011-09-05Add optimized x86-64 wcscmpUlrich Drepper
2011-09-05Fix whitespacesUlrich Drepper
2011-09-05Add x86-32 optimized wcscmpUlrich Drepper
2011-09-05Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-09-05Update Japanese translationUlrich Drepper
2011-09-05Fixes and optimizations for 32-bit sparc fabs*().David S. Miller
2011-09-05Fix nptl semaphore cleanup invocation.David S. Miller
2011-09-05Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-09-05Fix semid_ds for x86-64Ulrich Drepper
2011-09-01Sanitize HWCAP_SPARC_* defines/usage, and add new entries.David S. Miller
2011-08-31Fix sparc localplt testcase failures.carlos/masterDavid S. Miller
2011-08-31Fix setxid race handling exiting threadsAndreas Schwab
2011-08-30Relocate objects in dependency orderAndreas Schwab
2011-08-29rtld, i386: Fix cfi directive in audit trampoline codeJiri Olsa
_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. Miller
2011-08-24Fix scope handling during dl_closeAndreas Schwab
2011-08-23Fix nptl/tst-cancel17 and nptl/tst-cancelx17 with recent gcc.David S. Miller
2011-08-23Fix jmpbuf unwind checks on sparc64.David S. Miller
2011-08-23Fix spurious nop at start of __strspn_ia32Andreas Schwab
2011-08-23Fix duplicate definition of Elf64_FuncDescAurelien Jarno
2011-08-22Bug fixes for ____longjmp_chk on sparc.David S. Miller
2011-08-22Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
Conflicts: ChangeLog
2011-08-22Correct cycle detection during dependency sortingAndreas Schwab
2011-08-22Fix missing declarationAndreas Schwab