about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect register mov in floorf/nearbyint on x86_64 hjl/plt/2.21Siddhesh Poyarekar2015-08-142-2/+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
* Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu2015-08-015-5/+31
* ia64: atomic.h: fix atomic_exchange_and_add 64bit handlingMike Frysinger2015-07-281-3/+1
* sparc: fix sigaction for 32bit builds [BZ #18694]Mike Frysinger2015-07-201-0/+4
* Fix __memcpy_chk on non-SSE2 CPUsEvangelos Foutras2015-02-101-2/+2
* hppa: Sync with pthread.h.Carlos O'Donell2015-02-061-1/+1146
* glibc 2.21 pre-release update.Carlos O'Donell2015-02-052-3/+3
* hppa: Remove warnings and fix conformance errors.Carlos O'Donell2015-02-0513-1212/+131
* Function name typo error in non-PIC case, fixed in this patch.Chung-Lin Tang2015-02-051-1/+1
* Fix two bugs in sparc atomics.David S. Miller2015-01-311-7/+8
* Fix sparc semaphore implementation after recent changes.David S. Miller2015-01-3117-703/+668
* Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu2015-01-308-8/+17
* Include <signal.h> in sysdeps/nptl/allocrtsig.cAndreas Schwab2015-01-291-0/+1
* tilegx32: set __HAVE_64B_ATOMICS to 0Chris Metcalf2015-01-281-1/+9
* Disable 64-bit atomics for MIPS n32.Joseph Myers2015-01-281-1/+1
* powerpc: Fix fesetexceptflag [BZ#17885]Adhemerval Zanella2015-01-281-1/+1
* powerpc: Fix fsqrt build in libm [BZ#16576]Adhemerval Zanella2015-01-285-102/+24
* ia64: avoid set-but-not-used warningAndreas Schwab2015-01-251-0/+3
* m68k/coldfire: avoid warning about volatile register variablesAndreas Schwab2015-01-251-10/+9
* m68k: fix missing definition of __feraiseexceptAndreas Schwab2015-01-251-0/+1
* m68k: force inlining bswap functionsAndreas Schwab2015-01-251-4/+4
* powerpc: Fix powerpc64 build failure with binutils 2.22Adhemerval Zanella2015-01-241-1/+4
* powerpc: Fix ifuncmain6pie failure with GCC 4.9Adhemerval Zanella2015-01-241-1/+3
* Also treat model numbers 0x5a/0x5d as SilvermontH.J. Lu2015-01-231-0/+2
* Treat model numbers 0x4a/0x4d as SilvermontH.J. Lu2015-01-231-0/+2
* Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu2015-01-231-1/+1
* BZ #16418: Fix powerpc get_clockfreq racinessAdhemerval Zanella2015-01-211-69/+59
* Update copyright year to 2015 for new files.Carlos O'Donell2015-01-211-1/+1
* Fix recursive dlopen.Carlos O'Donell2015-01-211-2/+2
* Fix semaphore destruction (bug 12674).Carlos O'Donell2015-01-2119-1794/+23
* Commit nios2 port to master.Chung-Lin Tang2015-01-1796-0/+7575