aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-22rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV...release/2.23/masterMarcin Koƛcielnicki2-1/+9
2018-01-19x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]H.J. Lu3-2/+17
2018-01-11x86: Fix mis-merge of XSAVE ld.so trampoline selection [BZ #22641]Florian Weimer3-50/+56
2017-10-22x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu8-156/+272
2017-10-20Update NEWS for [BZ #21666] fixH.J. Lu1-0/+1
2017-10-19x86-64: Verify that _dl_runtime_resolve preserves vector registersH.J. Lu10-2/+428
2017-10-19Avoid .symver on common symbols [BZ #21666]H.J. Lu2-4/+12
2017-10-19X86-64: Correct CFA in _dl_runtime_resolveH.J. Lu2-0/+8
2017-06-20i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer3-3/+12
2017-06-20Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar4-1/+11
2017-06-19ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer2-15/+106
2017-06-19ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer2-16/+73
2017-06-19CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer3-1/+10
2017-06-11Correct collation rules for Malayalam.Santhosh Thottingal2-4/+30
2017-03-31fts: Fix symbol redirect for fts_set [BZ #21289]Slava Barinov3-1/+7
2017-02-02Drop GLIBC_TUNABLES in setxid processesSiddhesh Poyarekar2-0/+5
2017-01-23powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho4-12/+33
2016-12-30localedata: bs_BA: fix yesexpr/noexpr [BZ #20974]Mike Frysinger2-2/+8
2016-12-08alpha: fix trunc for big input valuesAurelien Jarno3-8/+12
2016-12-08alpha: fix rint on sNaN inputAurelien Jarno3-0/+11
2016-12-08alpha: fix floor on sNaN inputAurelien Jarno3-8/+10
2016-12-08alpha: fix ceil on sNaN inputAurelien Jarno3-8/+13
2016-11-23MIPS: Add `.insn' to ensure a text label is defined as code not dataMaciej W. Rozycki4-0/+11
2016-11-15configure: accept __stack_chk_fail_local for ssp support too [BZ #20662]Denis Kaganovich3-6/+19
2016-11-02Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar5-2/+222
2016-10-17Don't compile do_test with -mavx/-mavx2/-mavx512.Andrew Senkevich12-78/+196
2016-10-17Fixed x86_64 vector sincos/sincosf ABI.Andrew Senkevich33-33/+2584
2016-09-19powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho3-2/+9
2016-08-18nptl/tst-once5: Reduce time to expected failureFlorian Weimer2-0/+7
2016-08-18argp: Do not override GCC keywords with macros [BZ #16907]Florian Weimer3-55/+14
2016-08-18fopencookie: Mangle function pointers stored on the heap [BZ #20222]Florian Weimer2-14/+46
2016-08-18nss_db: Fix initialization of iteration position [BZ #20237]Florian Weimer2-1/+14
2016-08-18Return proper status from _nss_nis_initgroups_dyn (bug 20262)Andreas Schwab2-5/+18
2016-08-18malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer2-6/+10
2016-08-18arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab3-0/+19
2016-08-18Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer14-1/+50
2016-08-04malloc: Preserve arena free list/thread count invariant [BZ #20370]Florian Weimer2-5/+44
2016-08-04x86: Use sysdep.o from libc.a in static librariesFlorian Weimer2-0/+9
2016-07-01SPARC64: update localplt.dataAurelien Jarno2-0/+5
2016-07-01hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin3-0/+9
2016-06-30i686/multiarch: Regenerate ulpsAurelien Jarno2-8/+12
2016-06-28Fix tst-cancel17/tst-cancelx17, which sometimes segfaults while exiting.Stefan Liebler2-0/+20
2016-06-27MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.cAurelien Jarno4-6/+24
2016-06-27MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno4-14/+23
2016-06-19MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno4-0/+13
2016-06-03libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella3-14/+138
2016-06-03libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella4-4/+83
2016-06-02fork in libpthread cannot use IFUNC resolver [BZ #19861]Florian Weimer2-33/+19
2016-05-30test-skeleton.c: Do not set RLIMIT_DATA [BZ #19648]Florian Weimer2-17/+5
2016-05-24Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer9-15/+213