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