summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]hjl/pr21573H.J. Lu2017-06-132-2/+8
* Correct collation rules for Malayalam.Santhosh Thottingal2017-06-112-4/+30
* Correct an outdated comment in stdlib/errno.h.Zack Weinberg2017-06-102-1/+5
* powerpc: add sysconf support for cache geometriesPaul Clarke2017-06-094-0/+181
* Add a way to bypass the PLT when calling getauxvalTulio Magno Quites Machado Filho2017-06-093-0/+14
* Fix waitid namespace (bug 21561).Joseph Myers2017-06-094-9/+23
* Update nios2, sparc32 localplt.data files for recent GCC change.Joseph Myers2017-06-093-4/+13
* Fix sigpause namespace (bug 21554).Joseph Myers2017-06-092-1/+5
* Condition signal.h inclusion in sys/wait.h (bug 21560).Joseph Myers2017-06-092-2/+17
* Remove bare use of __attribute__ in include/errno.h.Zack Weinberg2017-06-092-1/+6
* Polish the treatment of dl-tunable-list.h in Makeconfig.Zack Weinberg2017-06-092-9/+19
* x86-64: Correct comments in ifunc-impl-list.cH.J. Lu2017-06-092-6/+10
* x86-64: Optimize strrchr/wcsrchr with AVX2H.J. Lu2017-06-099-0/+382
* x86-64: Optimize memrchr with AVX2H.J. Lu2017-06-096-0/+435
* x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu2017-06-0913-58/+512
* x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2H.J. Lu2017-06-0914-1/+644
* x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2H.J. Lu2017-06-0914-25/+646
* malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcsFlorian Weimer2017-06-092-1/+6
* support: Expose TEST_VERIFY_EXIT behavior to GCC optimizersFlorian Weimer2017-06-093-7/+27
* aarch64: Fix undefined behavior in _dl_procinfoSiddhesh Poyarekar2017-06-092-3/+9
* conformtest: Correct sys/wait.h expectations for XPG4.Joseph Myers2017-06-083-6/+40
* ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu2017-06-087-155/+104
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-0834-382/+357
* Add more tests for memchrH.J. Lu2017-06-082-0/+23
* x86-64: Rename wmemset.h to ifunc-wmemset.hH.J. Lu2017-06-075-4/+14
* float128: Add strfromf128Gabriel F. T. Gomes2017-06-0713-8/+173
* Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes2017-06-073-85/+116
* Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_sizeGabriel F. T. Gomes2017-06-074-199/+125
* float128: Add conversion from float128 to mpnGabriel F. T. Gomes2017-06-077-2/+52
* float128: Extend the power of ten tablesPaul E. Murphy2017-06-073-6/+26
* Fix include paths in include/bits/types/*.h.Joseph Myers2017-06-0712-11/+24
* Fix tst-timezone race (bug 14096).Joseph Myers2017-06-072-0/+7
* x86-64: Fold ifunc-sse4_1.h into wcsnlen.cH.J. Lu2017-06-073-35/+22
* Remove check for NULL buffer passed to `ptsname_r'Arjun Shankar2017-06-073-7/+6
* Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.cArjun Shankar2017-06-072-4/+9
* aarch64: Add hwcap string routinesSiddhesh Poyarekar2017-06-073-8/+71
* Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar2017-06-074-14/+17
* aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASKSiddhesh Poyarekar2017-06-073-4/+54
* tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar2017-06-079-4/+77
* Add include guards to dl-procinfo.hSiddhesh Poyarekar2017-06-073-0/+10
* tunables: Add LD_HWCAP_MASK to tunablesSiddhesh Poyarekar2017-06-074-0/+35
* tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar2017-06-076-70/+168
* x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.SH.J. Lu2017-06-068-8/+101
* S390: Use generic spinlock code.Stefan Liebler2017-06-065-115/+7
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-0636-205/+226
* x86: Don't use dl_x86_cpu_features in cacheinfo.cH.J. Lu2017-06-052-15/+32
* x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu2017-06-058-3/+482
* x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu2017-06-0515-9/+295
* x86: Add macros to implement ifunce selection in CH.J. Lu2017-06-052-0/+51
* x86-64: Update strlen.S to support wcslen/wcsnlenH.J. Lu2017-06-053-21/+57