aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-07-13Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)linaro/2.23/masterSiddhesh Poyarekar1-0/+1
2017-04-06Drop GLIBC_TUNABLES in setxid processesSiddhesh Poyarekar1-0/+1
2017-01-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2-6/+6
2017-01-26elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer1-5/+7
2017-01-26elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer34-242/+54
2017-01-26Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar1-2/+2
2016-10-22Don't compile do_test with -mavx/-mavx2/-mavx512.Andrew Senkevich11-78/+133
2016-10-22Fixed x86_64 vector sincos/sincosf ABI.Andrew Senkevich32-33/+2545
2016-10-22powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho2-2/+1
2016-10-22arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab1-0/+7
2016-10-22Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer13-1/+16
2016-10-22x86: Use sysdep.o from libc.a in static librariesFlorian Weimer1-0/+2
2016-10-22SPARC64: update localplt.dataAurelien Jarno1-0/+1
2016-10-22hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin1-0/+2
2016-10-22i686/multiarch: Regenerate ulpsAurelien Jarno1-8/+8
2016-10-22MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.cAurelien Jarno3-6/+15
2016-10-22MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno3-14/+14
2016-10-22MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno3-0/+6
2016-06-03Remove __ASSUME_SET_ROBUST_LISTAdhemerval Zanella5-9/+0
2016-06-03Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella5-8/+0
2016-05-24Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer4-9/+54
2016-05-12Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer1-15/+38
2016-05-11CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer1-61/+69
2016-05-09CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer1-0/+22
2016-05-09tst-audit10: Fix compilation on compilers without bit_AVX512F [BZ #19860]Florian Weimer1-1/+4
2016-05-09Fix tst-audit10 build when -mavx512f is not supported.Roland McGrath2-3/+4
2016-05-09tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269]Florian Weimer5-55/+112
2016-05-09malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2-1/+25
2016-05-09malloc: Remove NO_THREADSFlorian Weimer1-19/+0
2016-04-09configure: fix `test ==` usageMike Frysinger4-6/+6
2016-04-01S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.Stefan Liebler3-65/+124
2016-04-01S390: Save and restore fprs/vrs while resolving symbols.Stefan Liebler6-248/+496
2016-03-11Or bit_Prefer_MAP_32BIT_EXEC in EXTRA_LD_ENVVARSH.J. Lu1-1/+1
2016-03-11Define _HAVE_STRING_ARCH_mempcpy to 1 for x86H.J. Lu1-0/+3
2016-03-10Use HAS_ARCH_FEATURE with Fast_Rep_StringH.J. Lu9-9/+9
2016-03-09mips: terminate the FDE before the return trampoline in makecontextAurelien Jarno1-0/+7
2016-02-22Add fts64_* to sysdeps/arm/nacl/libc.abilistRoland McGrath1-0/+6
2016-02-22[x86_64] Set DL_RUNTIME_UNALIGNED_VEC_SIZE to 8H.J. Lu2-11/+15
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu10-11/+112
2016-02-17Use PIC relocation in ALIAS_IMPLAndrew Senkevich1-2/+1
2016-02-04powerpc: Regenerate libm-test-ulpsRajalakshmi Srinivasaraghavan1-0/+10
2016-02-01Fix MIPS mmap negative offset handling for consistency (bug 19550).Joseph Myers6-2/+40
2016-01-28Fix MIPS64 memcpy regression.Steve Ellcey1-1/+1
2016-01-27Remove unused variablesAndreas Schwab4-6/+0
2016-01-26Update localplt.data for 32-bit sparc.David S. Miller1-0/+1
2016-01-25Define __sqrtl_finite on sparc 32-bit with correct symbol version.David S. Miller3-2/+9
2016-01-25Adjust sparc 32-bit __sqrtl_finite version tag.David S. Miller1-1/+1
2016-01-25Update Alpha libm-test-ulpsRichard Henderson1-284/+396
2016-01-25Cleanup ppc bits/ipc.hPaul E. Murphy1-24/+0
2016-01-24Fix missing __sqrtl_finite symbol in libm on sparc 32-bit.David S. Miller3-2/+29