about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Optimize strrchr/wcsrchr with AVX2 hjl/avx2/masterH.J. Lu2017-06-088-0/+368
* x86-64: Optimize memrchr with AVX2H.J. Lu2017-06-085-0/+424
* x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu2017-06-0812-58/+492
* x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2H.J. Lu2017-06-0813-1/+621
* x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2H.J. Lu2017-06-0813-25/+620
* Add more tests for memchrH.J. Lu2017-06-081-0/+17
* 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
* x86_64: Remove redundant REX bytes from memrchr.SH.J. Lu2017-06-052-19/+22
* x86-64: Update LO_HI_LONG for p{readv,writev}{64}v2H.J. Lu2017-06-053-1/+11
* Define SIG_HOLD for XPG4 (bug 21538).Joseph Myers2017-06-058-7/+19
* Fix struct sigaltstack namespace (bug 21517).Joseph Myers2017-06-0521-25/+64
* Regenerate sysdeps/gnu/errlist.c.Zack Weinberg2017-06-042-45/+41
* benchtests: Add more tests for memrchrH.J. Lu2017-06-042-1/+23
* Add forgotten changelog entry for 82f43dd2d1Zack Weinberg2017-06-041-0/+39
* Include shlib-compat.h in many sunrpc/nis source files.Zack Weinberg2017-06-0484-10/+89
* getaddrinfo: Eliminate another strdup callFlorian Weimer2017-06-032-1/+6
* x86: Update __x86_shared_non_temporal_thresholdH.J. Lu2017-06-022-2/+9
* manual: Provide consistent errno documentation.Rical Jasan2017-06-023-37/+36
* Fix sigevent namespace (bug 21543).Joseph Myers2017-06-022-1/+11
* getaddrinfo: Fix localplt failure involving strdupFlorian Weimer2017-06-022-4/+17
* posix: Add missing build flags for p{write,read}v2Adhemerval Zanella2017-06-022-0/+11
* resolv: Tests for various versions of res_initFlorian Weimer2017-06-0219-1/+1126
* getaddrinfo: Always allocate canonical name on the heapFlorian Weimer2017-06-022-67/+47
* Add internal facility for dynamic array handlingFlorian Weimer2017-06-0221-2/+2538
* Include sys/param.h in stdlib/gmp-impl.h instead of redefining MAX/MINGabriel F. T. Gomes2017-06-012-6/+7