aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-08alpha: fix trunc for big input valuesgentoo/2.23Aurelien Jarno2-8/+6
2016-12-08alpha: fix rint on sNaN inputAurelien Jarno2-0/+6
2016-12-08alpha: fix floor on sNaN inputAurelien Jarno2-8/+6
2016-12-08alpha: fix ceil on sNaN inputAurelien Jarno2-8/+6
2016-12-08MIPS: Add `.insn' to ensure a text label is defined as code not dataMaciej W. Rozycki3-0/+3
2016-11-15configure: accept __stack_chk_fail_local for ssp support too [BZ #20662]Denis Kaganovich2-6/+10
2016-11-12Fix cos computation for multiple precision fallback (bz #20357)Siddhesh Poyarekar3-2/+212
2016-11-12Don't compile do_test with -mavx/-mavx2/-mavx512.Andrew Senkevich11-78/+133
2016-11-12Fixed x86_64 vector sincos/sincosf ABI.Andrew Senkevich32-33/+2545
2016-11-12powerpc: Fix POWER9 impliesTulio Magno Quites Machado Filho2-2/+1
2016-11-12nptl/tst-once5: Reduce time to expected failureFlorian Weimer1-0/+2
2016-11-12argp: Do not override GCC keywords with macros [BZ #16907]Florian Weimer2-55/+6
2016-11-12fopencookie: Mangle function pointers stored on the heap [BZ #20222]Florian Weimer1-14/+35
2016-11-12nss_db: Fix initialization of iteration position [BZ #20237]Florian Weimer1-1/+7
2016-11-12Return proper status from _nss_nis_initgroups_dyn (bug 20262)Andreas Schwab1-5/+11
2016-11-12malloc: Avoid premature fallback to mmap [BZ #20284]Florian Weimer1-6/+4
2016-11-12arm: mark __startcontext as .cantunwind (bug 20435)Andreas Schwab1-0/+7
2016-11-12Do not override objects in libc.a in other static libraries [BZ #20452]Florian Weimer13-1/+16
2016-11-12malloc: Preserve arena free list/thread count invariant [BZ #20370]Florian Weimer1-5/+36
2016-11-12x86: Use sysdep.o from libc.a in static librariesFlorian Weimer1-0/+2
2016-11-12SPARC64: update localplt.dataAurelien Jarno1-0/+1
2016-11-12hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin1-0/+2
2016-11-12i686/multiarch: Regenerate ulpsAurelien Jarno1-8/+8
2016-11-12Fix tst-cancel17/tst-cancelx17, which sometimes segfaults while exiting.Stefan Liebler1-0/+16
2016-11-12MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.cAurelien Jarno3-6/+15
2016-11-12MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno3-14/+14
2016-11-12MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno3-0/+6
2016-11-12libio: Fix fmemopen append mode failure (BZ# 20012)Adhemerval Zanella2-14/+132
2016-11-12libio: Update internal fmemopen position after write (BZ #20005)Adhemerval Zanella3-4/+75
2016-11-12fork in libpthread cannot use IFUNC resolver [BZ #19861]Florian Weimer1-33/+10
2016-11-12test-skeleton.c: Do not set RLIMIT_DATA [BZ #19648]Florian Weimer1-17/+0
2016-11-12Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer8-15/+190
2016-11-12CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]Florian Weimer1-1/+9
2016-11-12tst-mallocfork2: Fix race condition, use fewer resourcesFlorian Weimer1-1/+9
2016-11-12Increase fork signal safety for single-threaded processes [BZ #19703]Florian Weimer3-16/+252
2016-11-12Fix strfmon_l: Use specified locale for number formatting [BZ #19633]Stefan Liebler1-6/+5
2016-11-12CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer1-61/+69
2016-11-12Revert "Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]"Florian Weimer3-117/+2
2016-11-12Remove trailing newline from date_fmt in Serbian locales [BZ #19581]Florian Weimer4-3/+10
2016-11-12Fix tst-dlsym-error buildAdhemerval Zanella1-0/+1
2016-11-12Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]Florian Weimer3-2/+116
2016-11-12ldconfig: Do not remove stale symbolic links with -X [BZ #19610]Florian Weimer3-4/+72
2016-11-12CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer3-100/+159
2016-11-12glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer5-24/+85
2016-11-12strfmon_l: Use specified locale for number formatting [BZ #19633]Florian Weimer6-25/+283
2016-11-12tst-audit10: Fix compilation on compilers without bit_AVX512F [BZ #19860]Florian Weimer1-1/+4
2016-11-12Fix tst-audit10 build when -mavx512f is not supported.Roland McGrath2-3/+4
2016-11-12tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269]Florian Weimer5-55/+112
2016-11-12resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]Florian Weimer1-21/+18
2016-11-12nss_dns: Skip over non-PTR records in the netent code [BZ #19868]Florian Weimer1-2/+18