aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2017-06-21x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu4-26/+19
2017-06-21[AArch64] Add more cfi annotations to tlsdesc entry pointsSzabolcs Nagy1-0/+70
2017-06-21[AArch64] Use hidden __GI__dl_argv in rtld startup codeSzabolcs Nagy1-2/+2
2017-06-21getaddrinfo: Avoid stack copy of IPv6 addressFlorian Weimer1-40/+5
2017-06-21powerpc: Optimize memchr for power8Rajalakshmi Srinivasaraghavan5-1/+371
2017-06-21powerpc: Add optimized version of [l]lrintfRajalakshmi Srinivasaraghavan5-36/+68
2017-06-20Factor out shared definitions from bits/signum.h.Zack Weinberg9-343/+273
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg13-17/+17
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2-2/+0
2017-06-20Consolidate Linux openat implementationAdhemerval Zanella4-38/+62
2017-06-20Move x86 specific tunables to x86/dl-tunables.listH.J. Lu1-0/+34
2017-06-20conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635).Joseph Myers1-0/+5
2017-06-20conformtest: XFAIL uc_sigmask test for ia64 (bug 21634).Joseph Myers1-0/+5
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu5-1/+387
2017-06-20Fix fallout from bits/string.h removal.Zack Weinberg2-0/+4
2017-06-20Remove bits/string.h.Zack Weinberg13-2358/+181
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