about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC (CV... release/2.23/masterMarcin Koƛcielnicki2019-11-222-1/+9
* x86-64: Properly align La_x86_64_retval to VEC_SIZE [BZ #22715]H.J. Lu2018-01-193-2/+17
* x86: Fix mis-merge of XSAVE ld.so trampoline selection [BZ #22641]Florian Weimer2018-01-113-50/+56
* x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu2017-10-228-156/+272
* Update NEWS for [BZ #21666] fixH.J. Lu2017-10-201-0/+1
* x86-64: Verify that _dl_runtime_resolve preserves vector registersH.J. Lu2017-10-1910-2/+428
* Avoid .symver on common symbols [BZ #21666]H.J. Lu2017-10-192-4/+12
* X86-64: Correct CFA in _dl_runtime_resolveH.J. Lu2017-10-192-0/+8
* i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2017-06-203-3/+12
* Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar2017-06-204-1/+11
* ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer2017-06-192-15/+106
* ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer2017-06-192-16/+73
* CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer2017-06-193-1/+10
* Correct collation rules for Malayalam.Santhosh Thottingal2017-06-112-4/+30
* fts: Fix symbol redirect for fts_set [BZ #21289]Slava Barinov2017-03-313-1/+7
* Drop GLIBC_TUNABLES in setxid processesSiddhesh Poyarekar2017-02-022-0/+5
* powerpc: Fix write-after-destroy in lock elision [BZ #20822]Tulio Magno Quites Machado Filho2017-01-234-12/+33
* localedata: bs_BA: fix yesexpr/noexpr [BZ #20974]Mike Frysinger2016-12-302-2/+8
* alpha: fix trunc for big input valuesAurelien Jarno2016-12-083-8/+12
* alpha: fix rint on sNaN inputAurelien Jarno2016-12-083-0/+11
* alpha: fix floor on sNaN inputAurelien Jarno2016-12-083-8/+10
* alpha: fix ceil on sNaN inputAurelien Jarno2016-12-083-8/+13
* MIPS: Add `.insn' to ensure a text label is defined as code not dataMaciej W. Rozycki2016-11-234-0/+11
* configure: accept __stack_chk_fail_local for ssp support too [BZ #20662]Denis Kaganovich2016-11-153-6/+19
* Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar2016-11-025-2/+222
* Don't compile do_test with -mavx/-mavx2/-mavx512.Andrew Senkevich2016-10-1712-78/+196
* Fixed x86_64 vector sincos/sincosf ABI.Andrew Senkevich2016-10-1733-33/+2584
* powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho2016-09-193-2/+9
* nptl/tst-once5: Reduce time to expected failureFlorian Weimer2016-08-182-0/+7
* argp: Do not override GCC keywords with macros [BZ #16907]Florian Weimer2016-08-183-55/+14
* fopencookie: Mangle function pointers stored on the heap [BZ #20222]Florian Weimer2016-08-182-14/+46
* nss_db: Fix initialization of iteration position [BZ #20237]Florian Weimer2016-08-182-1/+14
* Return proper status from _nss_nis_initgroups_dyn (bug 20262)Andreas Schwab2016-08-182-5/+18
* malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer2016-08-182-6/+10
* arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab2016-08-183-0/+19
* Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer2016-08-1814-1/+50
* malloc: Preserve arena free list/thread count invariant [BZ #20370]Florian Weimer2016-08-042-5/+44
* x86: Use sysdep.o from libc.a in static librariesFlorian Weimer2016-08-042-0/+9
* SPARC64: update localplt.dataAurelien Jarno2016-07-012-0/+5
* hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin2016-07-013-0/+9
* i686/multiarch: Regenerate ulpsAurelien Jarno2016-06-302-8/+12
* Fix tst-cancel17/tst-cancelx17, which sometimes segfaults while exiting.Stefan Liebler2016-06-282-0/+20
* MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.cAurelien Jarno2016-06-274-6/+24
* MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno2016-06-274-14/+23
* MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno2016-06-194-0/+13
* libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella2016-06-033-14/+138
* libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella2016-06-034-4/+83
* fork in libpthread cannot use IFUNC resolver [BZ #19861]Florian Weimer2016-06-022-33/+19
* test-skeleton.c: Do not set RLIMIT_DATA [BZ #19648]Florian Weimer2016-05-302-17/+5
* Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer2016-05-249-15/+213