aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2009-07-05Fix wrong PPC_FEATURE_* values.Andreas Schwab1-2/+2
2009-07-03Minor cleanups in recently added files.Ulrich Drepper2-79/+57
2009-07-03Align functions to 16-byte boundary.Ulrich Drepper4-0/+4
2009-07-03Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64.H.J. Lu9-7/+851
2009-07-02Fix handling of xmm6 in ld.so audit hooks on x86-64.H.J. Lu1-2/+4
2009-07-02Whitespace fixes in last patch.Ulrich Drepper1-31/+31
2009-07-02SSSE3 strcpy/stpcpy for x86-64H.J. Lu7-1/+1950
2009-06-30Regenerated.Ulrich Drepper1-6/+38
2009-06-30Fix little checkin problem in last patch.Ulrich Drepper1-2/+2
2009-06-30Determine and store processor family and model on x86-64.H.J. Lu3-8/+33
2009-06-25Fix text relocation on ppc32.Andreas Schwab1-2/+21
2009-06-24Fix cfa offset for saved registers in PPC sqrt implementations.Andreas Schwab4-8/+8
2009-06-22Clean up whitespaces in last patch.Ulrich Drepper1-1/+1
2009-06-22Add SSE4.2 support for strcmp and strncmp on x86-64.H.J. Lu5-0/+1695
2009-06-18Add 802.15.4 definitions to header files.Ulrich Drepper3-5/+21
2009-06-16Don't treat bug reporting message as a format string.Andreas Schwab1-2/+2
2009-06-16Extend pt_chown to drop privileges.Ulrich Drepper2-3/+7
2009-06-16Fix x86-64 memchr for large lengths.Jakub Jelinek1-3/+3
2009-06-16Fix incorrect use of cmpldi in 32-bit PPC code.Ryan S. Arnold2-31/+31
2009-06-16Add missing include.Ulrich Drepper1-0/+1
2009-06-16Fold Linux-specific grantpt code into Unix version.Ulrich Drepper2-91/+19
2009-06-15Fix permission of slave device on devpts if necessary.Ulrich Drepper1-3/+10
2009-06-15Preserve message printed before abort.Ulrich Drepper2-2/+33
2009-06-15libc part of prelink IFUNC support.Jakub Jelinek1-1/+1
2009-06-14Fix warnings when using <sys/select.h>.Ulrich Drepper1-30/+6
2009-06-05Add SSE4.2 optimized rawmemchr implementation for x86-64.Ulrich Drepper2-4/+96
2009-06-05Forgot some more cleanups for the SSE4.2 strlen on x86-64.Ulrich Drepper1-2/+7
2009-06-05Add missing cleanups from SSE4.2 x86-64 strlen.Ulrich Drepper1-3/+4
2009-06-05Optimize x86-64 strlen for SSE4.2.Ulrich Drepper4-1/+104
2009-06-04More small optimizations for x86-64 strlen.Ulrich Drepper1-9/+7
2009-06-04Tiny strlen for x86-64 optimization.Ulrich Drepper1-1/+0
2009-06-01Small optimization of STT_GNU_IFUNC handling.Ulrich Drepper2-4/+4
2009-06-01Better error message for invalid relocatio in static binary.Ulrich Drepper2-2/+4
2009-05-31Fix up sched_cpucount in x86-64.Ulrich Drepper1-13/+9
2009-05-31Finish IFUNC support for x86 and x86-64.Ulrich Drepper5-0/+147
2009-05-31Simplify CPUID value handling.Ulrich Drepper4-36/+19
2009-05-31Add missing file from accept4 commit.Ulrich Drepper1-0/+1
2009-05-29Fix errno for boundary conditions in 128-bit long double.Ulrich Drepper4-4/+32
2009-05-29Implement longjmp checking for s390.Ulrich Drepper4-2/+94
2009-05-29Compact cache info data structure for x86/x86-64.Ulrich Drepper2-155/+155
2009-05-22Fix errno for IBM long double.Andreas Schwab4-7/+22
2009-05-22Add ___longjmp_chk support for powerpc{32,64}.Andreas Schwab5-5/+107
2009-05-22Implement accept4 for more archs using socketcall.Jakub Jelinek4-4/+63
2009-05-21Add missing file from previous IA-64 longjmp commit.Ulrich Drepper1-0/+48
2009-05-21Handle -g option for IA-64 assembler.Ulrich Drepper2-0/+89
2009-05-21Fix IA-64 memchr read-ahead.Ulrich Drepper1-1/+16
2009-05-21Add ____longjmp_chk support for IA-64.H.J. Lu1-1/+9
2009-05-21Add missing .text directives.H.J. Lu2-1/+3
2009-05-21Don't define __ASSUME_ACCEPT4 for IA-64.Ulrich Drepper1-1/+1
2009-05-21Remove __NR_accept4 definition.Jakub Jelinek1-3/+1