| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove incorrect register mov in floorf/nearbyint on x86_64hjl/plt/2.21 | Siddhesh Poyarekar | 2015-08-14 | 2 | -2/+0 |
* | Don't run tst-getpid2 with LD_BIND_NOW=1 | H.J. Lu | 2015-08-03 | 1 | -5/+0 |
* | Use SSE optimized strcmp in x86-64 ld.so | H.J. Lu | 2015-08-03 | 1 | -253/+216 |
* | Remove x86-64 rtld-xxx.c and rtld-xxx.S | H.J. Lu | 2015-08-03 | 6 | -464/+0 |
* | Replace %xmm8 with %xmm0 | H.J. Lu | 2015-08-03 | 1 | -26/+26 |
* | Replace %xmm[8-12] with %xmm[0-4] | H.J. Lu | 2015-08-03 | 1 | -47/+47 |
* | Don't disable SSE in x86-64 ld.so | H.J. Lu | 2015-08-03 | 3 | -11/+14 |
* | Save and restore vector registers in x86-64 ld.so | H.J. Lu | 2015-08-03 | 8 | -501/+472 |
* | Align stack when calling __errno_location | H.J. Lu | 2015-08-03 | 3 | -0/+18 |
* | Align stack to 16 bytes when calling __gettimeofday | H.J. Lu | 2015-08-03 | 1 | -4/+5 |
* | Align stack to 16 bytes when calling __setcontext | H.J. Lu | 2015-08-03 | 1 | -2/+2 |
* | Compile {memcpy,strcmp}-sse2-unaligned.S only for libc | H.J. Lu | 2015-08-03 | 2 | -0/+8 |
* | Update x86 elision-conf.c for <cpu-features.h> | H.J. Lu | 2015-08-03 | 1 | -2/+2 |
* | Update i686 multiarch functions for <cpu-features.h> | H.J. Lu | 2015-08-03 | 38 | -887/+356 |
* | Update x86_64 multiarch functions for <cpu-features.h> | H.J. Lu | 2015-08-03 | 39 | -233/+246 |
* | Add _dl_x86_cpu_features to rtld_global in ld.so | H.J. Lu | 2015-08-03 | 27 | -370/+545 |
* | Improve bndmov encoding with zero displacement | H.J. Lu | 2015-08-02 | 1 | -0/+8 |
* | Preserve bound registers for pointer pass/return | Igor Zamyatin | 2015-08-02 | 7 | -20/+92 |
* | Preserve bound registers in _dl_runtime_resolve | H.J. Lu | 2015-08-02 | 1 | -0/+8 |
* | Add and use sysdeps/i386/link-defines.sym | H.J. Lu | 2015-08-02 | 3 | -15/+43 |
* | Add a testcase for i386 LD_AUDIT | H.J. Lu | 2015-08-02 | 5 | -0/+287 |
* | Replace __attribute__((visibility("protected")))hjl/pr17711/2.21 | H.J. Lu | 2015-08-01 | 3 | -3/+21 |
* | Add a testcase for copy reloc against protected data | H.J. Lu | 2015-08-01 | 9 | -0/+744 |
* | Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86 | H.J. Lu | 2015-08-01 | 6 | -6/+91 |
* | ia64: atomic.h: fix atomic_exchange_and_add 64bit handling | Mike Frysinger | 2015-07-28 | 2 | -3/+6 |
* | Fix BZ #17269 -- _IO_wstr_overflow integer overflow | Paul Pluzhnikov | 2015-07-20 | 3 | -2/+14 |
* | Fix read past end of pattern in fnmatch (bug 18032) | Andreas Schwab | 2015-07-20 | 4 | -7/+15 |
* | sparc: fix sigaction for 32bit builds [BZ #18694] | Mike Frysinger | 2015-07-20 | 3 | -1/+16 |
* | CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287] | Arjun Shankar | 2015-04-22 | 3 | -2/+16 |
* | Fix __memcpy_chk on non-SSE2 CPUs | Evangelos Foutras | 2015-02-10 | 3 | -2/+14 |
* | NEWS: Also mention CVE-2015-1473 | Florian Weimer | 2015-02-06 | 1 | -4/+5 |
* | Fix missing ChangeLog attribution. | Carlos O'Donell | 2015-02-06 | 1 | -0/+1 |
* | Update version.h and include/features.h for 2.21 releaseglibc-2.21 | Carlos O'Donell | 2015-02-06 | 3 | -3/+7 |
* | hppa: Sync with pthread.h. | Carlos O'Donell | 2015-02-06 | 2 | -1/+1150 |
* | CVE-2015-1472: wscanf allocates too little memory | Paul Pluzhnikov | 2015-02-06 | 4 | -15/+62 |
* | glibc 2.21 pre-release update. | Carlos O'Donell | 2015-02-05 | 40 | -46505/+67618 |
* | hppa: Remove warnings and fix conformance errors. | Carlos O'Donell | 2015-02-05 | 14 | -1212/+151 |
* | Function name typo error in non-PIC case, fixed in this patch. | Chung-Lin Tang | 2015-02-05 | 2 | -1/+6 |
* | Fix two bugs in sparc atomics. | David S. Miller | 2015-01-31 | 2 | -7/+14 |
* | Fix sparc semaphore implementation after recent changes. | David S. Miller | 2015-01-31 | 18 | -703/+692 |
* | Use AVX unaligned memcpy only if AVX2 is available | H.J. Lu | 2015-01-30 | 10 | -10/+37 |
* | Include <signal.h> in sysdeps/nptl/allocrtsig.c | Andreas Schwab | 2015-01-29 | 2 | -0/+5 |
* | Fix up ChangeLog formatting | Siddhesh Poyarekar | 2015-01-29 | 1 | -12/+12 |
* | Initialize nscd stats data [BZ #17892] | Siddhesh Poyarekar | 2015-01-29 | 3 | -1/+8 |
* | Clarify math/README.libm-test. Add "How to read the test output." | Martin Sebor | 2015-01-28 | 2 | -14/+71 |
* | tilegx32: set __HAVE_64B_ATOMICS to 0 | Chris Metcalf | 2015-01-28 | 2 | -1/+14 |
* | Disable 64-bit atomics for MIPS n32. | Joseph Myers | 2015-01-28 | 2 | -1/+6 |
* | powerpc: Fix fesetexceptflag [BZ#17885] | Adhemerval Zanella | 2015-01-28 | 3 | -2/+6 |
* | powerpc: Fix fsqrt build in libm [BZ#16576] | Adhemerval Zanella | 2015-01-28 | 7 | -111/+50 |
* | iconv: Suppress array out of bounds warning. | Andreas Krebbel | 2015-01-27 | 2 | -1/+12 |