aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-08Prepare for radical source tree reorganization.zack/build-layout-experimentZack Weinberg15861-583/+0
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg34-382/+357
2017-06-08Add more tests for memchrH.J. Lu2-0/+23
2017-06-07x86-64: Rename wmemset.h to ifunc-wmemset.hH.J. Lu5-4/+14
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes13-8/+173
2017-06-07Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes3-85/+116
2017-06-07Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_sizeGabriel F. T. Gomes4-199/+125
2017-06-07float128: Add conversion from float128 to mpnGabriel F. T. Gomes7-2/+52
2017-06-07float128: Extend the power of ten tablesPaul E. Murphy3-6/+26
2017-06-07Fix include paths in include/bits/types/*.h.Joseph Myers12-11/+24
2017-06-07Fix tst-timezone race (bug 14096).Joseph Myers2-0/+7
2017-06-07x86-64: Fold ifunc-sse4_1.h into wcsnlen.cH.J. Lu3-35/+22
2017-06-07Remove check for NULL buffer passed to `ptsname_r'Arjun Shankar3-7/+6
2017-06-07Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.cArjun Shankar2-4/+9
2017-06-07aarch64: Add hwcap string routinesSiddhesh Poyarekar3-8/+71
2017-06-07Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar4-14/+17
2017-06-07aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASKSiddhesh Poyarekar3-4/+54
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar9-4/+77
2017-06-07Add include guards to dl-procinfo.hSiddhesh Poyarekar3-0/+10
2017-06-07tunables: Add LD_HWCAP_MASK to tunablesSiddhesh Poyarekar4-0/+35
2017-06-07tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar6-70/+168
2017-06-06x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.SH.J. Lu8-8/+101
2017-06-06S390: Use generic spinlock code.Stefan Liebler5-115/+7
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler36-205/+226
2017-06-05x86: Don't use dl_x86_cpu_features in cacheinfo.cH.J. Lu2-15/+32
2017-06-05x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu8-3/+482
2017-06-05x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu15-9/+295
2017-06-05x86: Add macros to implement ifunce selection in CH.J. Lu2-0/+51
2017-06-05x86-64: Update strlen.S to support wcslen/wcsnlenH.J. Lu3-21/+57
2017-06-05x86_64: Remove redundant REX bytes from memrchr.SH.J. Lu2-19/+22
2017-06-05x86-64: Update LO_HI_LONG for p{readv,writev}{64}v2H.J. Lu3-1/+11
2017-06-05Define SIG_HOLD for XPG4 (bug 21538).Joseph Myers8-7/+19
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers21-25/+64
2017-06-04Regenerate sysdeps/gnu/errlist.c.Zack Weinberg2-45/+41
2017-06-04benchtests: Add more tests for memrchrH.J. Lu2-1/+23
2017-06-04Add forgotten changelog entry for 82f43dd2d1Zack Weinberg1-0/+39
2017-06-04Include shlib-compat.h in many sunrpc/nis source files.Zack Weinberg84-10/+89
2017-06-03getaddrinfo: Eliminate another strdup callFlorian Weimer2-1/+6
2017-06-02x86: Update __x86_shared_non_temporal_thresholdH.J. Lu2-2/+9
2017-06-02manual: Provide consistent errno documentation.Rical Jasan3-37/+36
2017-06-02Fix sigevent namespace (bug 21543).Joseph Myers2-1/+11
2017-06-02getaddrinfo: Fix localplt failure involving strdupFlorian Weimer2-4/+17
2017-06-02posix: Add missing build flags for p{write,read}v2Adhemerval Zanella2-0/+11
2017-06-02resolv: Tests for various versions of res_initFlorian Weimer19-1/+1126
2017-06-02getaddrinfo: Always allocate canonical name on the heapFlorian Weimer2-67/+47
2017-06-02Add internal facility for dynamic array handlingFlorian Weimer21-2/+2538
2017-06-01Include sys/param.h in stdlib/gmp-impl.h instead of redefining MAX/MINGabriel F. T. Gomes2-6/+7
2017-06-01conformtest: Correct signal.h expectations for XPG4 / XPG42.Joseph Myers2-11/+50
2017-06-01Add shim header for bits/syscall.h.Zack Weinberg2-0/+9
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers13-178/+414