about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect register mov in floorf/nearbyint on x86_64 hjl/plt/2.21Siddhesh Poyarekar2015-08-142-2/+0
* Don't run tst-getpid2 with LD_BIND_NOW=1H.J. Lu2015-08-031-5/+0
* Use SSE optimized strcmp in x86-64 ld.soH.J. Lu2015-08-031-253/+216
* Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu2015-08-036-464/+0
* Replace %xmm8 with %xmm0H.J. Lu2015-08-031-26/+26
* Replace %xmm[8-12] with %xmm[0-4]H.J. Lu2015-08-031-47/+47
* Don't disable SSE in x86-64 ld.soH.J. Lu2015-08-033-11/+14
* Save and restore vector registers in x86-64 ld.soH.J. Lu2015-08-038-501/+472
* Align stack when calling __errno_locationH.J. Lu2015-08-033-0/+18
* Align stack to 16 bytes when calling __gettimeofdayH.J. Lu2015-08-031-4/+5
* Align stack to 16 bytes when calling __setcontextH.J. Lu2015-08-031-2/+2
* Compile {memcpy,strcmp}-sse2-unaligned.S only for libcH.J. Lu2015-08-032-0/+8
* Update x86 elision-conf.c for <cpu-features.h>H.J. Lu2015-08-031-2/+2
* Update i686 multiarch functions for <cpu-features.h>H.J. Lu2015-08-0338-887/+356
* Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu2015-08-0339-233/+246
* Add _dl_x86_cpu_features to rtld_global in ld.soH.J. Lu2015-08-0327-370/+545
* Improve bndmov encoding with zero displacementH.J. Lu2015-08-021-0/+8
* Preserve bound registers for pointer pass/returnIgor Zamyatin2015-08-027-20/+92
* Preserve bound registers in _dl_runtime_resolveH.J. Lu2015-08-021-0/+8
* Add and use sysdeps/i386/link-defines.symH.J. Lu2015-08-023-15/+43
* Add a testcase for i386 LD_AUDITH.J. Lu2015-08-025-0/+287
* Replace __attribute__((visibility("protected"))) hjl/pr17711/2.21H.J. Lu2015-08-013-3/+21
* Add a testcase for copy reloc against protected dataH.J. Lu2015-08-019-0/+744
* Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu2015-08-016-6/+91
* ia64: atomic.h: fix atomic_exchange_and_add 64bit handlingMike Frysinger2015-07-282-3/+6
* Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov2015-07-203-2/+14
* Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab2015-07-204-7/+15
* sparc: fix sigaction for 32bit builds [BZ #18694]Mike Frysinger2015-07-203-1/+16
* CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar2015-04-223-2/+16
* Fix __memcpy_chk on non-SSE2 CPUsEvangelos Foutras2015-02-103-2/+14
* NEWS: Also mention CVE-2015-1473Florian Weimer2015-02-061-4/+5
* Fix missing ChangeLog attribution.Carlos O'Donell2015-02-061-0/+1
* Update version.h and include/features.h for 2.21 release glibc-2.21Carlos O'Donell2015-02-063-3/+7
* hppa: Sync with pthread.h.Carlos O'Donell2015-02-062-1/+1150
* CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov2015-02-064-15/+62
* glibc 2.21 pre-release update.Carlos O'Donell2015-02-0540-46505/+67618
* hppa: Remove warnings and fix conformance errors.Carlos O'Donell2015-02-0514-1212/+151
* Function name typo error in non-PIC case, fixed in this patch.Chung-Lin Tang2015-02-052-1/+6
* Fix two bugs in sparc atomics.David S. Miller2015-01-312-7/+14
* Fix sparc semaphore implementation after recent changes.David S. Miller2015-01-3118-703/+692
* Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu2015-01-3010-10/+37
* Include <signal.h> in sysdeps/nptl/allocrtsig.cAndreas Schwab2015-01-292-0/+5
* Fix up ChangeLog formattingSiddhesh Poyarekar2015-01-291-12/+12
* Initialize nscd stats data [BZ #17892]Siddhesh Poyarekar2015-01-293-1/+8
* Clarify math/README.libm-test. Add "How to read the test output."Martin Sebor2015-01-282-14/+71
* tilegx32: set __HAVE_64B_ATOMICS to 0Chris Metcalf2015-01-282-1/+14
* Disable 64-bit atomics for MIPS n32.Joseph Myers2015-01-282-1/+6
* powerpc: Fix fesetexceptflag [BZ#17885]Adhemerval Zanella2015-01-283-2/+6
* powerpc: Fix fsqrt build in libm [BZ#16576]Adhemerval Zanella2015-01-287-111/+50
* iconv: Suppress array out of bounds warning.Andreas Krebbel2015-01-272-1/+12