aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-19Improve __ieee754_exp() performance by greater than 5x on sparc/x86.Patrick McGehearty19-326/+509
2017-12-19ia64: Fix memchr for large input sizes (BZ #22603)Adhemerval Zanella2-0/+11
2017-12-19sh: Fix clone exit return code (BZ #22605)Adhemerval Zanella2-0/+7
2017-12-19x86: Add feature_1 to tcbhead_t [BZ #22563]H.J. Lu5-1/+19
2017-12-19Linux/x86: Update cancel_jmp_buf to match __jmp_buf_tag [BZ #22563]H.J. Lu9-11/+143
2017-12-18Add --enable-static-pie variants to x86_64, x32 and i686H.J. Lu2-0/+14
2017-12-19Fix m68k bits/mathinline.h attributes (bug 22631).Joseph Myers3-68/+94
2017-12-19Fix build-many-glibcs.py arm-linux-gnueabihf builds with mainline GCC.Joseph Myers2-5/+11
2017-12-18Disable -Wrestrict for two nptl/tst-attr3.c tests.Joseph Myers2-0/+22
2017-12-18Fix truncation warnings in posix/tst-glob_symlinks.c.Joseph Myers2-1/+3
2017-12-18Disable strncat test array-bounds warnings for GCC 8.Joseph Myers2-2/+11
2017-12-18Pass -no-pie to GCC only if GCC defaults to PIE [BZ #22614]H.J. Lu5-9/+28
2017-12-18ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer15-16/+61
2017-12-18Fix nscd readlink argument aliasing (bug 22446).Joseph Myers2-2/+9
2017-12-18mips32: fix clobbering s0 in setjmp() [BZ #22624]Sergei Trofimovich2-0/+9
2017-12-18mips64: fix clobbering s0 in setjmp() [BZ #22624]Sergei Trofimovich2-0/+11
2017-12-18Update NEWS with aarch64 static pie supportSzabolcs Nagy1-1/+1
2017-12-18elf: do not substitute dst in $LD_LIBRARY_PATH twice [BZ #22627]Dmitry V. Levin2-19/+7
2017-12-18aarch64: fix start code for static pieSzabolcs Nagy2-1/+14
2017-12-16ldconfig: set LC_COLLATE to C [BZ #22505]Aurelien Jarno3-0/+13
2017-12-16s390: Update ulpsRajalakshmi Srinivasaraghavan2-20/+24
2017-12-16powerpc: Update ulpsRajalakshmi Srinivasaraghavan2-20/+24
2017-12-16New generic sincosfRajalakshmi Srinivasaraghavan5-237/+307
2017-12-15Fix tst-leaks1 (bug 14681)Carlos O'Donell2-3/+24
2017-12-15Add --enable-static-pie configure option to build static PIE [BZ #19574]H.J. Lu25-17/+521
2017-12-15Fix testing with read-only source directory.Joseph Myers4-2/+10
2017-12-15Increase buffer size due to warning from ToT GCCSteve Ellcey2-1/+5
2017-12-15Don't set errno in Hurd rtld's __access_noerrnoThomas Schwinge2-1/+5
2017-12-15Correct build-many-glibcs.py arm-linux-gnueabihf configurations.Joseph Myers2-2/+7
2017-12-15Do not build .mo files in source directory (bug 14121).Joseph Myers2-5/+11
2017-12-15Remove old po/ code for copying .po files from shared directory.Joseph Myers2-21/+7
2017-12-15Update SPARC divrem generation to match output.Joseph Myers7-11/+25
2017-12-15powerpc: st{r,p}cpy optimization for aligned stringsRajalakshmi Srinivasaraghavan2-3/+151
2017-12-15Convert strcmp benchmark output to json formatSiddhesh Poyarekar2-27/+53
2017-12-15Remove redundant mention of SXID_ERASESiddhesh Poyarekar2-10/+5
2017-12-14elf: Count components of the expanded path in _dl_init_path [BZ #22607]Florian Weimer3-9/+17
2017-12-14elf: Compute correct array size in _dl_init_paths [BZ #22606]Florian Weimer3-7/+20
2017-12-14support: Simplify compiling most of support/ outside of glibcFlorian Weimer12-2/+25
2017-12-14x86-64: Remove sysdeps/x86_64/fpu/s_cosf.SH.J. Lu2-533/+4
2017-12-14sparc: M7 optimized memset/bzeroPatrick McGehearty8-2/+361
2017-12-14sparc: M7 optimized memcpy/mempcpy/memmovePatrick McGehearty13-2/+1094
2017-12-14sparc: assembly version of memmove for ultra1+Jose E. Marchesi5-0/+196
2017-12-14sparc: support the ADP hw capabilityJose E. Marchesi4-3/+11
2017-12-13aarch64: Improve strcmp unaligned performanceSiddhesh Poyarekar2-2/+34
2017-12-12Fix testing with nss-crypt.Carlos O'Donell2-1/+6
2017-12-12Add sysdeps/ieee754/soft-fp.Joseph Myers33-39/+56
2017-12-12x86-64: Add cosf with FMAH.J. Lu6-4/+47
2017-12-12Use memcpy instead of strncpy in nscd/nscd.h to fix build problem with ToT GCCSteve Ellcey2-1/+5
2017-12-12libio: Free backup area when it not required (BZ#22415)Adhemerval Zanella5-2/+125
2017-12-12Update IA64 libm-test-ulpsAdhemerval Zanella2-26/+1918