aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-04Pass -mtune=i686 to assembler when compiling for i686H.J. Lu7-0/+56
2010-03-04Define new x86-64 relocation symbolsUlrich Drepper2-1/+8
2010-03-04Fix R_X86_64_PC32 overflow detectionRichard Guenther2-2/+7
2010-03-04Fixups.Ulrich Drepper4-385/+10
2010-03-04sparc32: Remove unused code.David S. Miller3-383/+3
2010-03-04sparc64: Use dbl-64/wordsize-64 math lib code.David S. Miller2-0/+5
2010-03-03More in.h definitions from the Linux kernel.Ulrich Drepper2-9/+26
2010-03-03(INSERT_WORDS64): Fix argument order.David S. Miller2-1/+5
2010-03-03sparc64: Fix msgrcv()Aurelien Jarno2-0/+53
2010-03-03sparc: Use ba,a,pt in PLTs and fix bugs in R_SPARC_JMP_IREL handling.David S. Miller5-13/+83
2010-03-02Merge commit 'origin/davem/sparc'Roland McGrath35-1854/+777
2010-02-28Define NT_X86_XSTATE constant for ELF core files.Roland McGrath2-0/+5
2010-02-26Add BZ number.Ulrich Drepper1-0/+1
2010-02-26Fix unwind info in x86 strcmp-sse4.SH.J. Lu2-1/+8
2010-02-25sparc: Add multiarch support for memset/bzero/memcpy.davem/sparcDavid S. Miller23-32/+344
2010-02-25sparc: Pull bcopy/memmove out of memcpy.S implementations.David S. Miller13-1425/+15
2010-02-25sparc: Reimplement 64-bit aligned copy routines and remove from memcpy files.David S. Miller7-84/+105
2010-02-24We can use the 64-bit register versions of the double functions.Ulrich Drepper2-0/+5
2010-02-24Fix typos I added in malloc.cUlrich Drepper1-2/+2
2010-02-24Fix comment.Ulrich Drepper1-7/+7
2010-02-24Fix issues in x86 memcpy-ssse3-rep.SH.J. Lu2-106/+149
2010-02-24Fix issues in x86 memcpy-ssse3.SH.J. Lu2-40/+77
2010-02-24Fix issues in x86 memset-sse2.S/memset-sse2-rep.SH.J. Lu3-15/+33
2010-02-24Fix reporting of I/O errors in *dprintf functions.Ulrich Drepper2-1/+9
2010-02-24Fix assertion in palloc and pvalloc as well.Petr Baudis2-7/+15
2010-02-22manual: fix typo: s/are/is/Jim Meyering2-1/+3
2010-02-22manual: adjust grammarJim Meyering2-5/+7
2010-02-22manual: fix doubled-words and typosJim Meyering9-8/+19
2010-02-20sparc: Fix 32-bit makecontext arg passing.David S. Miller2-1/+5
2010-02-20sparc: Fix v9 memchr with long buffer lengths.David S. Miller2-1/+4
2010-02-20Fix PLT rewrite when prelinking fails on 32-bit sparc.David S. Miller2-6/+15
2010-02-20Fix PLT rewrite when prelinking fails on 64-bit sparc.Joseph Myers2-11/+19
2010-02-19Fix Hurd tiocsctty change.Carl Fredrik Hammar2-1/+6
2010-02-18Whitespace fix.Ulrich Drepper1-1/+1
2010-02-18Use CPUID_OFFSET instead of FEATURE_OFFSETH.J. Lu3-2/+6
2010-02-17Align x86 memcmp-sse4.S and fix unwind info.H.J. Lu2-7/+26
2010-02-17Fix unwind info in x86 memcmp-ssse3.H.J. Lu2-5/+3
2010-02-17Simplify x86 strcmp-sse4 unwind info.H.J. Lu2-15/+11
2010-02-17Fix and cleanup unwind info in x86 strcmp-ssse<F3>.Ulrich Drepper2-73/+20
2010-02-17Clean up Hurd TIOCSCTTY.Carl Fredrik Hammar2-19/+28
2010-02-17Use ioctl_handler_t typedef in Hurd ioctl macros.Carl Fredrik Hammar2-1/+6
2010-02-15Remove commented-out code.Ulrich Drepper1-6/+0
2010-02-15Fix up new x86 string functions.Ulrich Drepper5-38/+161
2010-02-1532bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2H.J. Lu12-1/+5759
2010-02-12Cleanup ChangeLog.Ulrich Drepper1-8/+8
2010-02-12Cleanup old obsolete PPC_REL16 checksLuis Machado30-182/+45
2010-02-12fix powerpc macros in tls-macros.hAlan Modra2-121/+122
2010-02-11S/390: Disable two UTF conversion instructionsAndreas Krebbel3-4/+23
2010-02-10Fix file descriotor leak in nftw with FTW_CHDIRUlrich Drepper2-1/+8
2010-02-10Sparc STT_GNU_IFUNC supportDavid S. Miller8-188/+402