about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Fix typo when undefining weak_aliasSiddhesh Poyarekar2017-06-191-1/+1
* S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler2017-06-193-24/+17
* s390: optimize syscall functionChristian Borntraeger2017-06-192-18/+6
* linux: Consolidate sync_file_range implementationAdhemerval Zanella2017-06-152-1/+1
* x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in CH.J. Lu2017-06-1513-115/+213
* x86-64: Implement wcscpy IFUNC selector in CH.J. Lu2017-06-151-17/+21
* x86-64: Implement strcat family IFUNC selectors in CH.J. Lu2017-06-156-90/+95
* x86-64: Implement memcmp family IFUNC selectors in CH.J. Lu2017-06-157-113/+126
* x86-64: Implement memset family IFUNC selectors in CH.J. Lu2017-06-1512-147/+218
* x86-64: Implement memmove family IFUNC selectors in CH.J. Lu2017-06-1420-474/+418
* i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer2017-06-142-3/+7
* Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg2017-06-1413-532/+606
* Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg2017-06-143-61/+67
* PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2017-06-1421-35/+80
* PowerPC64 ENTRY_TOCLESSAlan Modra2017-06-14102-138/+172
* PowerPC64 strncpy, stpncpy and strstr fixesAlan Modra2017-06-148-0/+39
* PowerPC64 sysdep.h tidyAlan Modra2017-06-142-59/+59
* PowerPC64 FRAME_PARM_SAVEAlan Modra2017-06-142-37/+16
* PowerPC64, fix calls to _mcountAlan Modra2017-06-141-8/+3
* mips: Fix store/load gp registers to/from ucontext_tGordana Cmiljanovic2017-06-136-81/+180
* Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg2017-06-121-121/+9
* float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy2017-06-1210-0/+291
* x86-64: Implement strcpy family IFUNC selectors in CH.J. Lu2017-06-1214-131/+258
* Replace all internal uses of __bzero with memset. This removes the needWilco Dijkstra2017-06-121-3/+3
* powerpc: add sysconf support for cache geometriesPaul Clarke2017-06-093-0/+170
* Fix waitid namespace (bug 21561).Joseph Myers2017-06-091-4/+6
* Update nios2, sparc32 localplt.data files for recent GCC change.Joseph Myers2017-06-092-4/+5
* x86-64: Correct comments in ifunc-impl-list.cH.J. Lu2017-06-091-6/+6
* x86-64: Optimize strrchr/wcsrchr with AVX2H.J. Lu2017-06-098-0/+368
* x86-64: Optimize memrchr with AVX2H.J. Lu2017-06-095-0/+424
* x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu2017-06-0912-58/+492
* x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2H.J. Lu2017-06-0913-1/+621
* x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2H.J. Lu2017-06-0913-25/+620
* aarch64: Fix undefined behavior in _dl_procinfoSiddhesh Poyarekar2017-06-091-3/+3
* ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu2017-06-082-1/+5
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-082-6/+8
* x86-64: Rename wmemset.h to ifunc-wmemset.hH.J. Lu2017-06-074-4/+4
* float128: Add strfromf128Gabriel F. T. Gomes2017-06-073-1/+31
* Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macroGabriel F. T. Gomes2017-06-072-85/+107
* float128: Add conversion from float128 to mpnGabriel F. T. Gomes2017-06-074-1/+27
* x86-64: Fold ifunc-sse4_1.h into wcsnlen.cH.J. Lu2017-06-072-35/+15
* Remove check for NULL buffer passed to `ptsname_r'Arjun Shankar2017-06-071-6/+0
* Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.cArjun Shankar2017-06-071-4/+3
* aarch64: Add hwcap string routinesSiddhesh Poyarekar2017-06-072-8/+65
* Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar2017-06-072-6/+4
* aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASKSiddhesh Poyarekar2017-06-072-4/+50
* tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar2017-06-073-1/+9
* Add include guards to dl-procinfo.hSiddhesh Poyarekar2017-06-072-0/+6
* x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.SH.J. Lu2017-06-067-8/+88
* S390: Use generic spinlock code.Stefan Liebler2017-06-064-115/+0