aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-06-12Replace all internal uses of __bzero with memset. This removes the needWilco Dijkstra1-0/+12
2017-06-10Correct an outdated comment in stdlib/errno.h.Zack Weinberg1-0/+4
2017-06-09powerpc: add sysconf support for cache geometriesPaul Clarke1-0/+11
2017-06-09Add a way to bypass the PLT when calling getauxvalTulio Magno Quites Machado Filho1-0/+6
2017-06-09Fix waitid namespace (bug 21561).Joseph Myers1-0/+15
2017-06-09Update nios2, sparc32 localplt.data files for recent GCC change.Joseph Myers1-0/+8
2017-06-09Fix sigpause namespace (bug 21554).Joseph Myers1-0/+4
2017-06-09Condition signal.h inclusion in sys/wait.h (bug 21560).Joseph Myers1-0/+8
2017-06-09Remove bare use of __attribute__ in include/errno.h.Zack Weinberg1-0/+5
2017-06-09Polish the treatment of dl-tunable-list.h in Makeconfig.Zack Weinberg1-0/+7
2017-06-09x86-64: Correct comments in ifunc-impl-list.cH.J. Lu1-0/+4
2017-06-09x86-64: Optimize strrchr/wcsrchr with AVX2H.J. Lu1-0/+14
2017-06-09x86-64: Optimize memrchr with AVX2H.J. Lu1-0/+11
2017-06-09x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu1-0/+20
2017-06-09x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2H.J. Lu1-0/+23
2017-06-09x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2H.J. Lu1-0/+26
2017-06-09malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcsFlorian Weimer1-0/+5
2017-06-09support: Expose TEST_VERIFY_EXIT behavior to GCC optimizersFlorian Weimer1-0/+12
2017-06-09aarch64: Fix undefined behavior in _dl_procinfoSiddhesh Poyarekar1-0/+6
2017-06-08conformtest: Correct sys/wait.h expectations for XPG4.Joseph Myers1-0/+33
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu1-0/+13
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg1-0/+25
2017-06-08Add more tests for memchrH.J. Lu1-0/+6
2017-06-07x86-64: Rename wmemset.h to ifunc-wmemset.hH.J. Lu1-0/+10
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes1-0/+24
2017-06-07Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes1-0/+9
2017-06-07Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_sizeGabriel F. T. Gomes1-0/+9
2017-06-07float128: Add conversion from float128 to mpnGabriel F. T. Gomes1-0/+15
2017-06-07float128: Extend the power of ten tablesPaul E. Murphy1-0/+10
2017-06-07Fix include paths in include/bits/types/*.h.Joseph Myers1-0/+13
2017-06-07Fix tst-timezone race (bug 14096).Joseph Myers1-0/+6
2017-06-07x86-64: Fold ifunc-sse4_1.h into wcsnlen.cH.J. Lu1-0/+7
2017-06-07Remove check for NULL buffer passed to `ptsname_r'Arjun Shankar1-0/+6
2017-06-07Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.cArjun Shankar1-0/+6
2017-06-07aarch64: Add hwcap string routinesSiddhesh Poyarekar1-0/+6
2017-06-07Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar1-0/+6
2017-06-07aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASKSiddhesh Poyarekar1-0/+4
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar1-0/+18
2017-06-07Add include guards to dl-procinfo.hSiddhesh Poyarekar1-0/+4
2017-06-07tunables: Add LD_HWCAP_MASK to tunablesSiddhesh Poyarekar1-0/+4
2017-06-07tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar1-0/+20
2017-06-06x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.SH.J. Lu1-0/+13
2017-06-06S390: Use generic spinlock code.Stefan Liebler1-0/+7
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler1-0/+46
2017-06-05x86: Don't use dl_x86_cpu_features in cacheinfo.cH.J. Lu1-0/+10
2017-06-05x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu1-0/+16
2017-06-05x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu1-0/+42
2017-06-05x86: Add macros to implement ifunce selection in CH.J. Lu1-0/+11
2017-06-05x86-64: Update strlen.S to support wcslen/wcsnlenH.J. Lu1-0/+10
2017-06-05x86_64: Remove redundant REX bytes from memrchr.SH.J. Lu1-0/+5