aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-13Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)linaro/2.23/masterSiddhesh Poyarekar4-1/+11
2017-07-13ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer2-15/+106
2017-07-13ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer2-16/+73
2017-07-13CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer3-1/+10
2017-07-13Correct collation rules for Malayalam.Santhosh Thottingal2-4/+30
2017-04-20posix: Add cleanup on the trap list for globtest.shAdhemerval Zanella2-3/+10
2017-04-06fts: Fix symbol redirect for fts_set [BZ #21289]Slava Barinov3-1/+7
2017-04-06Drop GLIBC_TUNABLES in setxid processesSiddhesh Poyarekar2-0/+5
2017-04-06configure: accept __stack_chk_fail_local for ssp support too [BZ #20662]Denis Kaganovich3-6/+19
2017-01-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer15-160/+712
2017-01-26nptl/tst-tls3-malloc: Force freeing of thread stacksFlorian Weimer3-1/+21
2017-01-26malloc: Run tests without calling mallopt [BZ #19469]Florian Weimer3-0/+13
2017-01-26elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]Florian Weimer4-38/+250
2017-01-26elf: Avoid using memalign for TLS allocations [BZ #17730]Florian Weimer5-38/+77
2017-01-26elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer35-242/+106
2017-01-26localedata: bs_BA: fix yesexpr/noexpr [BZ #20974]Mike Frysinger2-2/+8
2017-01-26Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar5-2/+222
2016-10-22Don't compile do_test with -mavx/-mavx2/-mavx512.Andrew Senkevich12-78/+196
2016-10-22Fixed x86_64 vector sincos/sincosf ABI.Andrew Senkevich33-33/+2584
2016-10-22powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho3-2/+9
2016-10-22nptl/tst-once5: Reduce time to expected failureFlorian Weimer2-0/+7
2016-10-22argp: Do not override GCC keywords with macros [BZ #16907]Florian Weimer3-55/+14
2016-10-22fopencookie: Mangle function pointers stored on the heap [BZ #20222]Florian Weimer2-14/+46
2016-10-22nss_db: Fix initialization of iteration position [BZ #20237]Florian Weimer2-1/+14
2016-10-22Return proper status from _nss_nis_initgroups_dyn (bug 20262)Andreas Schwab2-5/+18
2016-10-22malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer2-6/+10
2016-10-22arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab3-0/+19
2016-10-22Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer14-1/+50
2016-10-22malloc: Preserve arena free list/thread count invariant [BZ #20370]Florian Weimer2-5/+44
2016-10-22x86: Use sysdep.o from libc.a in static librariesFlorian Weimer2-0/+9
2016-10-22SPARC64: update localplt.dataAurelien Jarno2-0/+5
2016-10-22hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin3-0/+9
2016-10-22i686/multiarch: Regenerate ulpsAurelien Jarno2-8/+12
2016-10-22Fix tst-cancel17/tst-cancelx17, which sometimes segfaults while exiting.Stefan Liebler2-0/+20
2016-10-22MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.cAurelien Jarno4-6/+24
2016-10-22MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno4-14/+23
2016-10-22MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno4-0/+13
2016-06-03Add runtime check for __ASSUME_REQUEUE_PI (BZ# 18463)Adhemerval Zanella7-33/+50
2016-06-03Remove __ASSUME_SET_ROBUST_LISTAdhemerval Zanella10-29/+25
2016-06-03Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella7-11/+15
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
2016-05-24CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]Florian Weimer3-1/+20
2016-05-24tst-mallocfork2: Fix race condition, use fewer resourcesFlorian Weimer2-1/+16
2016-05-12Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer4-16/+262
2016-05-11Fix strfmon_l: Use specified locale for number formatting [BZ #19633]Stefan Liebler2-6/+12
2016-05-11CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer2-61/+79