aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-14Remove incorrect register mov in floorf/nearbyint on x86_64hjl/plt/2.21Siddhesh Poyarekar
2015-08-03Don't run tst-getpid2 with LD_BIND_NOW=1H.J. Lu
2015-08-03Use SSE optimized strcmp in x86-64 ld.soH.J. Lu
2015-08-03Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu
2015-08-03Replace %xmm8 with %xmm0H.J. Lu
2015-08-03Replace %xmm[8-12] with %xmm[0-4]H.J. Lu
2015-08-03Don't disable SSE in x86-64 ld.soH.J. Lu
2015-08-03Save and restore vector registers in x86-64 ld.soH.J. Lu
2015-08-03Align stack when calling __errno_locationH.J. Lu
2015-08-03Align stack to 16 bytes when calling __gettimeofdayH.J. Lu
2015-08-03Align stack to 16 bytes when calling __setcontextH.J. Lu
2015-08-03Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu
2015-08-03Update x86 elision-conf.c for <cpu-features.h>H.J. Lu
2015-08-03Update i686 multiarch functions for <cpu-features.h>H.J. Lu
2015-08-03Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu
2015-08-03Add _dl_x86_cpu_features to rtld_global in ld.soH.J. Lu
2015-08-02Improve bndmov encoding with zero displacementH.J. Lu
2015-08-02Preserve bound registers for pointer pass/returnIgor Zamyatin
2015-08-02Preserve bound registers in _dl_runtime_resolveH.J. Lu
2015-08-02Add and use sysdeps/i386/link-defines.symH.J. Lu
2015-08-02Add a testcase for i386 LD_AUDITH.J. Lu
2015-08-01Replace __attribute__((visibility("protected")))hjl/pr17711/2.21H.J. Lu
2015-08-01Add a testcase for copy reloc against protected dataH.J. Lu
2015-08-01Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu
2015-07-28ia64: atomic.h: fix atomic_exchange_and_add 64bit handlingMike Frysinger
2015-07-20Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov
2015-07-20Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab
2015-07-20sparc: fix sigaction for 32bit builds [BZ #18694]Mike Frysinger
2015-04-22CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar
2015-02-10Fix __memcpy_chk on non-SSE2 CPUsEvangelos Foutras
2015-02-06NEWS: Also mention CVE-2015-1473Florian Weimer
2015-02-06Fix missing ChangeLog attribution.Carlos O'Donell
2015-02-06Update version.h and include/features.h for 2.21 releaseglibc-2.21Carlos O'Donell
2015-02-06hppa: Sync with pthread.h.Carlos O'Donell
2015-02-06CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov
2015-02-05glibc 2.21 pre-release update.Carlos O'Donell
2015-02-05hppa: Remove warnings and fix conformance errors.Carlos O'Donell
2015-02-05Function name typo error in non-PIC case, fixed in this patch.Chung-Lin Tang
2015-01-31Fix two bugs in sparc atomics.David S. Miller
2015-01-31Fix sparc semaphore implementation after recent changes.David S. Miller
2015-01-30Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu
2015-01-29Include <signal.h> in sysdeps/nptl/allocrtsig.cAndreas Schwab
2015-01-29Fix up ChangeLog formattingSiddhesh Poyarekar
2015-01-29Initialize nscd stats data [BZ #17892]Siddhesh Poyarekar
2015-01-28Clarify math/README.libm-test. Add "How to read the test output."Martin Sebor
2015-01-28tilegx32: set __HAVE_64B_ATOMICS to 0Chris Metcalf
2015-01-28Disable 64-bit atomics for MIPS n32.Joseph Myers
2015-01-28powerpc: Fix fesetexceptflag [BZ#17885]Adhemerval Zanella
2015-01-28powerpc: Fix fsqrt build in libm [BZ#16576]Adhemerval Zanella
2015-01-27iconv: Suppress array out of bounds warning.Andreas Krebbel