about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Don't underestimate length of DST substitutionAndreas Schwab2010-03-122-8/+18
* elf.h: Add missing R_X86_64_*64 relocs.Roland McGrath2010-03-112-1/+12
* Fix whitespace issues.Ulrich Drepper2010-03-102-705/+705
* power7-optimized 64-bit and 32-bit memcpyLuis Machado2010-03-103-0/+923
* Fix a few more problem with the recent setxid changes.Ulrich Drepper2010-03-093-29/+28
* sparc: Optimize strlen using techniques from powerpc implementation.David S. Miller2010-03-094-231/+115
* sparc32: Fix non-v9 build failure in memcpy.David S. Miller2010-03-092-3/+22
* sparc64: Fix handling of R_SPARC_TLS_LE_* relocations.David S. Miller2010-03-092-4/+12
* Revert to original version of setxid race fixAndreas Schwab2010-03-083-3/+15
* Fix one left over from last change to statvfs.Ulrich Drepper2010-03-072-1/+6
* Handle ext4 and logfs in statvfs functions.Ulrich Drepper2010-03-063-33/+48
* Fix DEBUG statements in resolv/res_send.cYann Droneaud2010-03-052-19/+26
* Fix setxid race with thread creationUlrich Drepper2010-03-054-8/+39
* Pass -mtune=i686 to assembler when compiling for i686H.J. Lu2010-03-047-0/+56
* Define new x86-64 relocation symbolsUlrich Drepper2010-03-042-1/+8
* Fix R_X86_64_PC32 overflow detectionRichard Guenther2010-03-042-2/+7
* Fixups.Ulrich Drepper2010-03-044-385/+10
|\
| * sparc32: Remove unused code.David S. Miller2010-03-043-383/+3
| * sparc64: Use dbl-64/wordsize-64 math lib code.David S. Miller2010-03-042-0/+5
* | More in.h definitions from the Linux kernel.Ulrich Drepper2010-03-032-9/+26
|/
* (INSERT_WORDS64): Fix argument order.David S. Miller2010-03-032-1/+5
* sparc64: Fix msgrcv()Aurelien Jarno2010-03-032-0/+53
* sparc: Use ba,a,pt in PLTs and fix bugs in R_SPARC_JMP_IREL handling.David S. Miller2010-03-035-13/+83
* Merge commit 'origin/davem/sparc'Roland McGrath2010-03-0235-1854/+777
|\
| * sparc: Add multiarch support for memset/bzero/memcpy. davem/sparcDavid S. Miller2010-02-2523-32/+344
| * sparc: Pull bcopy/memmove out of memcpy.S implementations.David S. Miller2010-02-2513-1425/+15
| * sparc: Reimplement 64-bit aligned copy routines and remove from memcpy files.David S. Miller2010-02-257-84/+105
* | Define NT_X86_XSTATE constant for ELF core files.Roland McGrath2010-02-282-0/+5
* | Add BZ number.Ulrich Drepper2010-02-261-0/+1
* | Fix unwind info in x86 strcmp-sse4.SH.J. Lu2010-02-262-1/+8
* | We can use the 64-bit register versions of the double functions.Ulrich Drepper2010-02-242-0/+5
* | Fix typos I added in malloc.cUlrich Drepper2010-02-241-2/+2
* | Fix comment.Ulrich Drepper2010-02-241-7/+7
* | Fix issues in x86 memcpy-ssse3-rep.SH.J. Lu2010-02-242-106/+149
* | Fix issues in x86 memcpy-ssse3.SH.J. Lu2010-02-242-40/+77
* | Fix issues in x86 memset-sse2.S/memset-sse2-rep.SH.J. Lu2010-02-243-15/+33
* | Fix reporting of I/O errors in *dprintf functions.Ulrich Drepper2010-02-242-1/+9
* | Fix assertion in palloc and pvalloc as well.Petr Baudis2010-02-242-7/+15
* | manual: fix typo: s/are/is/Jim Meyering2010-02-222-1/+3
* | manual: adjust grammarJim Meyering2010-02-222-5/+7
* | manual: fix doubled-words and typosJim Meyering2010-02-229-8/+19
|/
* sparc: Fix 32-bit makecontext arg passing.David S. Miller2010-02-202-1/+5
* sparc: Fix v9 memchr with long buffer lengths.David S. Miller2010-02-202-1/+4
* Fix PLT rewrite when prelinking fails on 32-bit sparc.David S. Miller2010-02-202-6/+15
* Fix PLT rewrite when prelinking fails on 64-bit sparc.Joseph Myers2010-02-202-11/+19
* Fix Hurd tiocsctty change.Carl Fredrik Hammar2010-02-192-1/+6
* Whitespace fix.Ulrich Drepper2010-02-181-1/+1
* Use CPUID_OFFSET instead of FEATURE_OFFSETH.J. Lu2010-02-183-2/+6
* Align x86 memcmp-sse4.S and fix unwind info.H.J. Lu2010-02-172-7/+26
* Fix unwind info in x86 memcmp-ssse3.H.J. Lu2010-02-172-5/+3