aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Fix a bug when converting strings with 1 character using TCVN5712-1Tulio Magno Quites Machado Filho5-7/+99
2012-03-29Remove xsputn small copy optimization.David S. Miller2-15/+9
2012-03-29 [BZ #13761]Jeff Law3-18/+69
2012-03-28Optimize mempcpy on sparc.David S. Miller9-13/+124
2012-03-28Do not elide the libc hidden def of sparc's memset/memcpy when multiarching.David S. Miller3-10/+14
2012-03-28Use generic memset/memcpy in rtld on sparcv9/sparc64.David S. Miller9-0/+17
2012-03-28Fix bugs and improve performance of niagara memset/bzero.David S. Miller2-4/+53
2012-03-28Make sparc's -fPIC addition to ASFLAGS-.os more robust.David S. Miller4-6/+9
2012-03-28Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper3-4/+17
2012-03-28Avoid warnings in test malloc programUlrich Drepper2-9/+16
2012-03-28 [BZ #13760]Jeff Law3-4/+17
2012-03-28Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers8-27/+436
2012-03-28Bug 3868 also fixed by __kernel_standard_l changes.Joseph Myers2-2/+3
2012-03-28Avoid overflows from long double functions using __kernel_standard.Joseph Myers30-66/+197
2012-03-28Fix whitespaceAndreas Jaeger2-2/+1
2012-03-28Regenerate configure filesAndreas Jaeger6-18/+456
2012-03-28Remove sysdeps/elf support from configure.Andreas Jaeger1-18/+1
2012-03-28Move sysdeps/s390/s390-64/elf filesAndreas Jaeger9-277/+30
2012-03-28Move sysdeps/s390/s390-32/elf filesAndreas Jaeger9-310/+29
2012-03-28Fix sparc64/elf mergeDavid S. Miller1-3/+3
2012-03-28Move sysdeps/sparc/{,sparc32,sparc64}/elf filesAndreas Jaeger9-261/+80
2012-03-28Move sysdeps/powerpc/elf filesAndreas Jaeger2-0/+0
2012-03-28Move sysdeps/powerpc/powerpc32/elf filesAndreas Jaeger5-165/+34
2012-03-28Move sysdeps/powerpc/powerpc64/elf filesAndreas Jaeger8-214/+63
2012-03-28Delete sysdeps/sh/elfAndreas Jaeger3-3/+2
2012-03-28Fix last commitAndreas Jaeger2-30/+24
2012-03-27Define MAP_STACK and MAP_HUGETLB on powerpc, s390, sh and sparc.Anton Blanchard5-7/+20
2012-03-27Run conformtest script explicitly using BASH.David S. Miller2-1/+3
2012-03-27Fix nptl/tst-cond1{6,7,8}.c on 32-bit with many cpus.David S. Miller3-4/+22
2012-03-27RegenerateAndreas Jaeger1-1/+0
2012-03-27Merge branch 'elf-move'Andreas Jaeger21-882/+836
2012-03-26Update powerpc libm test ULPsAndreas Schwab2-2/+26
2012-03-26Fix undue underflow in ldbl-128ibm version of explAndreas Schwab2-2/+7
2012-03-25Fix last change.Roland McGrath1-2/+3
2012-03-25Fix confstr use of local buffer outside its extent.Roland McGrath2-116/+111
2012-03-232012-03-23 Jeff Law <law@redhat.com>Jeff Law2-2/+6
2012-03-23Update sparc ULPs for recently added tests and bug fixes.David S. Miller2-67/+63
2012-03-23Make sure x86_64 GOT entry slot is always 8 bytesH.J. Lu2-4/+20
2012-03-232012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov11-57/+25
2012-03-22Fix cexp overflow (bug 13892).Joseph Myers8-27/+181
2012-03-22Replace Elf64_XXX with ElfW(XXX) in dl-irel.hH.J. Lu3-7/+18
2012-03-22Replace unsigned long with uint64_tH.J. Lu2-2/+7
2012-03-22Add forward declaration for La_x32_regs/La_x32_retvalH.J. Lu2-0/+8
2012-03-22Add sysdeps/x86_64/preconfigureH.J. Lu3-0/+187
2012-03-22Fix exp2l inaccuracy (bug 13824).Joseph Myers4-9/+69
2012-03-22Fix low-part sign handling in sin/cos for ldbl-128 and ldbl-128ibm.Joseph Myers7-6/+35
2012-03-22Add 6730 to NEWS.Carlos O'Donell1-1/+1
2012-03-21Add x32 support to dynamic linker auditH.J. Lu10-36/+141
2012-03-21Fix missing overflow/underflow exception in ldbl-128ibm version of powlAndreas Schwab2-2/+5
2012-03-21Update powerpc libm-test ULPsAndreas Schwab2-2/+84