aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-14Remove incorrect register mov in floorf/nearbyint on x86_64hjl/plt/2.21Siddhesh Poyarekar2-2/+0
2015-08-03Don't run tst-getpid2 with LD_BIND_NOW=1H.J. Lu1-5/+0
2015-08-03Use SSE optimized strcmp in x86-64 ld.soH.J. Lu1-253/+216
2015-08-03Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu6-464/+0
2015-08-03Replace %xmm8 with %xmm0H.J. Lu1-26/+26
2015-08-03Replace %xmm[8-12] with %xmm[0-4]H.J. Lu1-47/+47
2015-08-03Don't disable SSE in x86-64 ld.soH.J. Lu3-11/+14
2015-08-03Save and restore vector registers in x86-64 ld.soH.J. Lu8-501/+472
2015-08-03Align stack when calling __errno_locationH.J. Lu3-0/+18
2015-08-03Align stack to 16 bytes when calling __gettimeofdayH.J. Lu1-4/+5
2015-08-03Align stack to 16 bytes when calling __setcontextH.J. Lu1-2/+2
2015-08-03Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu2-0/+8
2015-08-03Update x86 elision-conf.c for <cpu-features.h>H.J. Lu1-2/+2
2015-08-03Update i686 multiarch functions for <cpu-features.h>H.J. Lu38-887/+356
2015-08-03Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu39-233/+246
2015-08-03Add _dl_x86_cpu_features to rtld_global in ld.soH.J. Lu27-370/+545
2015-08-02Improve bndmov encoding with zero displacementH.J. Lu1-0/+8
2015-08-02Preserve bound registers for pointer pass/returnIgor Zamyatin7-20/+92
2015-08-02Preserve bound registers in _dl_runtime_resolveH.J. Lu1-0/+8
2015-08-02Add and use sysdeps/i386/link-defines.symH.J. Lu3-15/+43
2015-08-02Add a testcase for i386 LD_AUDITH.J. Lu5-0/+287
2015-08-01Replace __attribute__((visibility("protected")))hjl/pr17711/2.21H.J. Lu3-3/+21
2015-08-01Add a testcase for copy reloc against protected dataH.J. Lu9-0/+744
2015-08-01Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu6-6/+91
2015-07-28ia64: atomic.h: fix atomic_exchange_and_add 64bit handlingMike Frysinger2-3/+6
2015-07-20Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov3-2/+14
2015-07-20Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab4-7/+15
2015-07-20sparc: fix sigaction for 32bit builds [BZ #18694]Mike Frysinger3-1/+16
2015-04-22CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar3-2/+16
2015-02-10Fix __memcpy_chk on non-SSE2 CPUsEvangelos Foutras3-2/+14
2015-02-06NEWS: Also mention CVE-2015-1473Florian Weimer1-4/+5
2015-02-06Fix missing ChangeLog attribution.Carlos O'Donell1-0/+1
2015-02-06Update version.h and include/features.h for 2.21 releaseglibc-2.21Carlos O'Donell3-3/+7
2015-02-06hppa: Sync with pthread.h.Carlos O'Donell2-1/+1150
2015-02-06CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov4-15/+62
2015-02-05glibc 2.21 pre-release update.Carlos O'Donell40-46505/+67618
2015-02-05hppa: Remove warnings and fix conformance errors.Carlos O'Donell14-1212/+151
2015-02-05Function name typo error in non-PIC case, fixed in this patch.Chung-Lin Tang2-1/+6
2015-01-31Fix two bugs in sparc atomics.David S. Miller2-7/+14
2015-01-31Fix sparc semaphore implementation after recent changes.David S. Miller18-703/+692
2015-01-30Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu10-10/+37
2015-01-29Include <signal.h> in sysdeps/nptl/allocrtsig.cAndreas Schwab2-0/+5
2015-01-29Fix up ChangeLog formattingSiddhesh Poyarekar1-12/+12
2015-01-29Initialize nscd stats data [BZ #17892]Siddhesh Poyarekar3-1/+8
2015-01-28Clarify math/README.libm-test. Add "How to read the test output."Martin Sebor2-14/+71
2015-01-28tilegx32: set __HAVE_64B_ATOMICS to 0Chris Metcalf2-1/+14
2015-01-28Disable 64-bit atomics for MIPS n32.Joseph Myers2-1/+6
2015-01-28powerpc: Fix fesetexceptflag [BZ#17885]Adhemerval Zanella3-2/+6
2015-01-28powerpc: Fix fsqrt build in libm [BZ#16576]Adhemerval Zanella7-111/+50
2015-01-27iconv: Suppress array out of bounds warning.Andreas Krebbel2-1/+12