aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2009-07-16Remove warning and little optimization.Ulrich Drepper1-0/+4
2009-07-16Optimize restoring of ymm registers on x86-64.Ulrich Drepper1-43/+34
2009-07-16Fix up whitespaces in new memcmp for x86-64.Ulrich Drepper1-42/+42
2009-07-16memcmp implementation for x86-64 using SSE2.H.J. Lu1-0/+359
2009-07-15Fix thinko in AVX audit patch.Ulrich Drepper1-20/+4
2009-07-15Fix typo in last change.Ulrich Drepper1-1/+1
2009-07-15Secure AVX changes for auditing code.Ulrich Drepper2-323/+295
2009-07-10Add AVX support to ld.so auditing for x86-64.H.J. Lu7-124/+423
2009-07-10Fix comment in Linux's <sys/epoll.h>.Ulrich Drepper1-2/+2
2009-07-09Implement STB_GNU_UNIQUE handling.Ulrich Drepper1-0/+15
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