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