aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2011-08-20Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper3-7/+26
2011-08-20Print message that there is no scope instead of being silentUlrich Drepper2-0/+3
2011-08-20Merge branch 'roland/x86-tcb-align'Roland McGrath3-7/+26
2011-08-20Further improve printing os ELF symbol lookup scope informationUlrich Drepper2-3/+16
2011-08-20Add test for BZ 13114Ulrich Drepper4-3/+35
2011-08-20Fix fopen (non-existing-file, "re") errnoAndreas Jaeger2-13/+17
2011-08-20Fix CL entryUlrich Drepper1-1/+1
2011-08-20Fix minor CFI problem in regular x86-64 trampolineUlrich Drepper2-1/+5
2011-08-20Fix CFI info in x86-64 trampolines for non-AVX codeUlrich Drepper3-11/+27
2011-08-20Adjust libm test ulps for powerpcAndreas Schwab2-0/+5
2011-08-20Remove the file<Andreas Schwab1-1/+0
2011-08-20Use correct scandir64 implementation on ppc64Andreas Schwab2-0/+6
2011-08-17Fix tst-writev on non-4K page sizeDavid S. Miller2-1/+6
2011-08-17Add rules to build libresolv with SSP flagsUlrich Drepper3-3/+13
2011-08-17Avoid executable stack in makedbAndreas Schwab2-5/+12
2011-08-17Fix some problem of 32-bit pldd on 64-bit platformsUlrich Drepper3-1/+10
2011-08-17Prevent possible race conditions by attaching pldd to all threadsUlrich Drepper2-25/+95
2011-08-16Improve printing of lookup scopesUlrich Drepper4-9/+16
The scope of a new object should be printed earlier and when the scope of an already loaded object is extended only the changes should be printed.
2011-08-16Avoid warning from last changeUlrich Drepper1-1/+1
2011-08-16Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper2-5/+18
2011-08-16Fix printing of scope numberUlrich Drepper2-7/+7
2011-08-14Align x86 TCB to 64 bytes (cache line size), important for Atom.Roland McGrath3-7/+26
2011-08-14More warning patrol, in dead code (sigh).Roland McGrath2-5/+18