about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV... release/2.23/masterMarcin Koƛcielnicki2019-11-221-1/+2
* x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]H.J. Lu2018-01-191-2/+10
* x86: Fix mis-merge of XSAVE ld.so trampoline selection [BZ #22641]Florian Weimer2018-01-111-50/+50
* x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu2017-10-226-156/+225
* x86-64: Verify that _dl_runtime_resolve preserves vector registersH.J. Lu2017-10-199-2/+405
* X86-64: Correct CFA in _dl_runtime_resolveH.J. Lu2017-10-191-0/+2
* i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2017-06-202-3/+7
* Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar2017-06-201-0/+1
* Drop GLIBC_TUNABLES in setxid processesSiddhesh Poyarekar2017-02-021-0/+1
* powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho2017-01-233-12/+20
* alpha: fix trunc for big input valuesAurelien Jarno2016-12-082-8/+6
* alpha: fix rint on sNaN inputAurelien Jarno2016-12-082-0/+6
* alpha: fix floor on sNaN inputAurelien Jarno2016-12-082-8/+6
* alpha: fix ceil on sNaN inputAurelien Jarno2016-12-082-8/+6
* MIPS: Add `.insn' to ensure a text label is defined as code not dataMaciej W. Rozycki2016-11-233-0/+3
* Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar2016-11-021-2/+2
* Don't compile do_test with -mavx/-mavx2/-mavx512.Andrew Senkevich2016-10-1711-78/+133
* Fixed x86_64 vector sincos/sincosf ABI.Andrew Senkevich2016-10-1732-33/+2545
* powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho2016-09-192-2/+1
* arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab2016-08-181-0/+7
* Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer2016-08-1813-1/+16
* x86: Use sysdep.o from libc.a in static librariesFlorian Weimer2016-08-041-0/+2
* SPARC64: update localplt.dataAurelien Jarno2016-07-011-0/+1
* hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin2016-07-011-0/+2
* i686/multiarch: Regenerate ulpsAurelien Jarno2016-06-301-8/+8
* MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.cAurelien Jarno2016-06-273-6/+15
* MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno2016-06-273-14/+14
* MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno2016-06-193-0/+6
* Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer2016-05-244-9/+54
* Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer2016-05-121-15/+38
* CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer2016-05-111-61/+69
* CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer2016-05-091-0/+22
* tst-audit10: Fix compilation on compilers without bit_AVX512F [BZ #19860]Florian Weimer2016-05-091-1/+4
* Fix tst-audit10 build when -mavx512f is not supported.Roland McGrath2016-05-092-3/+4
* tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269]Florian Weimer2016-05-095-55/+112
* malloc: Run fork handler as late as possible [BZ #19431]Florian Weimer2016-05-092-1/+25
* malloc: Remove NO_THREADSFlorian Weimer2016-05-091-19/+0
* configure: fix `test ==` usageMike Frysinger2016-04-094-6/+6
* S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.Stefan Liebler2016-04-013-65/+124
* S390: Save and restore fprs/vrs while resolving symbols.Stefan Liebler2016-04-016-248/+496
* Or bit_Prefer_MAP_32BIT_EXEC in EXTRA_LD_ENVVARSH.J. Lu2016-03-111-1/+1
* Define _HAVE_STRING_ARCH_mempcpy to 1 for x86H.J. Lu2016-03-111-0/+3
* Use HAS_ARCH_FEATURE with Fast_Rep_StringH.J. Lu2016-03-109-9/+9
* mips: terminate the FDE before the return trampoline in makecontextAurelien Jarno2016-03-091-0/+7
* Add fts64_* to sysdeps/arm/nacl/libc.abilistRoland McGrath2016-02-221-0/+6
* [x86_64] Set DL_RUNTIME_UNALIGNED_VEC_SIZE to 8H.J. Lu2016-02-222-11/+15
* Add _STRING_INLINE_unaligned and string_private.hH.J. Lu2016-02-1810-11/+112
* Use PIC relocation in ALIAS_IMPLAndrew Senkevich2016-02-171-2/+1
* powerpc: Regenerate libm-test-ulpsRajalakshmi Srinivasaraghavan2016-02-041-0/+10
* Fix MIPS mmap negative offset handling for consistency (bug 19550).Joseph Myers2016-02-016-2/+40