aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-06-19Remove pre-GCC-4.9 MIPS code.Joseph Myers2-327/+43
2017-06-19S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler4-22/+154
2017-06-19Fix another x86 sys/ucontext.h namespace issue (bug 21457).Joseph Myers1-1/+1
2017-06-19Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers4-234/+4
2017-06-19Fix typo when undefining weak_aliasSiddhesh Poyarekar1-1/+1
2017-06-19S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler3-24/+17
2017-06-19s390: optimize syscall functionChristian Borntraeger2-18/+6
2017-06-15linux: Consolidate sync_file_range implementationAdhemerval Zanella2-1/+1
2017-06-15x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in CH.J. Lu13-115/+213
2017-06-15x86-64: Implement wcscpy IFUNC selector in CH.J. Lu1-17/+21
2017-06-15x86-64: Implement strcat family IFUNC selectors in CH.J. Lu6-90/+95
2017-06-15x86-64: Implement memcmp family IFUNC selectors in CH.J. Lu7-113/+126
2017-06-15x86-64: Implement memset family IFUNC selectors in CH.J. Lu12-147/+218
2017-06-14x86-64: Implement memmove family IFUNC selectors in CH.J. Lu20-474/+418
2017-06-14i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2-3/+7
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg13-532/+606
2017-06-14Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg3-61/+67
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra21-35/+80
2017-06-14PowerPC64 ENTRY_TOCLESSAlan Modra102-138/+172
2017-06-14PowerPC64 strncpy, stpncpy and strstr fixesAlan Modra8-0/+39
2017-06-14PowerPC64 sysdep.h tidyAlan Modra2-59/+59
2017-06-14PowerPC64 FRAME_PARM_SAVEAlan Modra2-37/+16
2017-06-14PowerPC64, fix calls to _mcountAlan Modra1-8/+3
2017-06-13mips: Fix store/load gp registers to/from ucontext_tGordana Cmiljanovic6-81/+180
2017-06-12Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg1-121/+9
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy10-0/+291
2017-06-12x86-64: Implement strcpy family IFUNC selectors in CH.J. Lu14-131/+258
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