aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-06-12Replace all internal uses of __bzero with memset. This removes the needWilco Dijkstra1-3/+3
2017-06-09powerpc: add sysconf support for cache geometriesPaul Clarke3-0/+170
2017-06-09Fix waitid namespace (bug 21561).Joseph Myers1-4/+6
2017-06-09Update nios2, sparc32 localplt.data files for recent GCC change.Joseph Myers2-4/+5
2017-06-09x86-64: Correct comments in ifunc-impl-list.cH.J. Lu1-6/+6
2017-06-09x86-64: Optimize strrchr/wcsrchr with AVX2H.J. Lu8-0/+368
2017-06-09x86-64: Optimize memrchr with AVX2H.J. Lu5-0/+424
2017-06-09x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu12-58/+492
2017-06-09x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2H.J. Lu13-1/+621
2017-06-09x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2H.J. Lu13-25/+620
2017-06-09aarch64: Fix undefined behavior in _dl_procinfoSiddhesh Poyarekar1-3/+3
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu2-1/+5
2017-06-08Remove __need macros from stdio.h and wchar.h.Zack Weinberg2-6/+8
2017-06-07x86-64: Rename wmemset.h to ifunc-wmemset.hH.J. Lu4-4/+4
2017-06-07float128: Add strfromf128Gabriel F. T. Gomes3-1/+31
2017-06-07Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes2-85/+107
2017-06-07float128: Add conversion from float128 to mpnGabriel F. T. Gomes4-1/+27
2017-06-07x86-64: Fold ifunc-sse4_1.h into wcsnlen.cH.J. Lu2-35/+15
2017-06-07Remove check for NULL buffer passed to `ptsname_r'Arjun Shankar1-6/+0
2017-06-07Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.cArjun Shankar1-4/+3
2017-06-07aarch64: Add hwcap string routinesSiddhesh Poyarekar2-8/+65
2017-06-07Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar2-6/+4
2017-06-07aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASKSiddhesh Poyarekar2-4/+50
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar3-1/+9
2017-06-07Add include guards to dl-procinfo.hSiddhesh Poyarekar2-0/+6
2017-06-06x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.SH.J. Lu7-8/+88
2017-06-06S390: Use generic spinlock code.Stefan Liebler4-115/+0
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler29-167/+57
2017-06-05x86: Don't use dl_x86_cpu_features in cacheinfo.cH.J. Lu1-15/+22
2017-06-05x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu7-3/+466
2017-06-05x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu13-9/+250
2017-06-05x86: Add macros to implement ifunce selection in CH.J. Lu1-0/+40
2017-06-05x86-64: Update strlen.S to support wcslen/wcsnlenH.J. Lu2-21/+47
2017-06-05x86_64: Remove redundant REX bytes from memrchr.SH.J. Lu1-19/+17
2017-06-05x86-64: Update LO_HI_LONG for p{readv,writev}{64}v2H.J. Lu2-1/+5
2017-06-05Define SIG_HOLD for XPG4 (bug 21538).Joseph Myers6-6/+6
2017-06-05Fix struct sigaltstack namespace (bug 21517).Joseph Myers12-16/+16
2017-06-04Regenerate sysdeps/gnu/errlist.c.Zack Weinberg1-45/+37
2017-06-03getaddrinfo: Eliminate another strdup callFlorian Weimer1-1/+1
2017-06-02x86: Update __x86_shared_non_temporal_thresholdH.J. Lu1-2/+4
2017-06-02getaddrinfo: Fix localplt failure involving strdupFlorian Weimer1-4/+11
2017-06-02getaddrinfo: Always allocate canonical name on the heapFlorian Weimer1-67/+42
2017-06-01Add shim header for bits/syscall.h.Zack Weinberg1-0/+3
2017-06-01Fix more namespace issues in sys/ucontext.h (bug 21457).Joseph Myers12-178/+318
2017-06-01Avoid tickling a linker bug from microblaze pt-vfork.S.Zack Weinberg3-2/+50
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella43-0/+499
2017-05-31Delay initialization of CPU features struct in static binariesSiddhesh Poyarekar2-36/+10
2017-05-30Add reallocarray functionDennis Wölfing28-0/+56
2017-05-30x86_64: Remove redundant REX bytes from memchr.SH.J. Lu1-14/+14
2017-05-29m68k: handle default PIEAndreas Schwab1-0/+4