summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2017-06-21x86-64: Implement strcmp family IFUNC selectors in CH.J. Lu
2017-06-21Fix tile SA_* conditions for POSIX.1:2008 (bug 21622).Joseph Myers
2017-06-21x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu
2017-06-21[AArch64] Add more cfi annotations to tlsdesc entry pointsSzabolcs Nagy
2017-06-21[AArch64] Use hidden __GI__dl_argv in rtld startup codeSzabolcs Nagy
2017-06-21getaddrinfo: Avoid stack copy of IPv6 addressFlorian Weimer
2017-06-21powerpc: Optimize memchr for power8Rajalakshmi Srinivasaraghavan
2017-06-21powerpc: Add optimized version of [l]lrintfRajalakshmi Srinivasaraghavan
2017-06-20Factor out shared definitions from bits/signum.h.Zack Weinberg
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg
2017-06-20Consolidate Linux openat implementationAdhemerval Zanella
2017-06-20Move x86 specific tunables to x86/dl-tunables.listH.J. Lu
2017-06-20conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635).Joseph Myers
2017-06-20conformtest: XFAIL uc_sigmask test for ia64 (bug 21634).Joseph Myers
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu
2017-06-20Fix fallout from bits/string.h removal.Zack Weinberg
2017-06-20Remove bits/string.h.Zack Weinberg
2017-06-19Remove pre-GCC-4.9 MIPS code.Joseph Myers
2017-06-19S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler
2017-06-19Fix another x86 sys/ucontext.h namespace issue (bug 21457).Joseph Myers
2017-06-19Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers
2017-06-19Fix typo when undefining weak_aliasSiddhesh Poyarekar
2017-06-19S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler
2017-06-19s390: optimize syscall functionChristian Borntraeger
2017-06-15linux: Consolidate sync_file_range implementationAdhemerval Zanella
2017-06-15x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in CH.J. Lu
2017-06-15x86-64: Implement wcscpy IFUNC selector in CH.J. Lu
2017-06-15x86-64: Implement strcat family IFUNC selectors in CH.J. Lu
2017-06-15x86-64: Implement memcmp family IFUNC selectors in CH.J. Lu
2017-06-15x86-64: Implement memset family IFUNC selectors in CH.J. Lu
2017-06-14x86-64: Implement memmove family IFUNC selectors in CH.J. Lu
2017-06-14i686: Add missing IS_IN (libc) guards to vectorized strcspnFlorian Weimer
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg
2017-06-14Remove __need_IOV_MAX and __need_FOPEN_MAX.Zack Weinberg
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra
2017-06-14PowerPC64 ENTRY_TOCLESSAlan Modra
2017-06-14PowerPC64 strncpy, stpncpy and strstr fixesAlan Modra
2017-06-14PowerPC64 sysdep.h tidyAlan Modra
2017-06-14PowerPC64 FRAME_PARM_SAVEAlan Modra
2017-06-14PowerPC64, fix calls to _mcountAlan Modra
2017-06-13mips: Fix store/load gp registers to/from ucontext_tGordana Cmiljanovic
2017-06-12Remove __need_schedparam and __cpu_set_t_defined.Zack Weinberg
2017-06-12float128: Add strtof128, wcstof128, and related functions.Paul E. Murphy
2017-06-12x86-64: Implement strcpy family IFUNC selectors in CH.J. Lu
2017-06-12Replace all internal uses of __bzero with memset. This removes the needWilco Dijkstra
2017-06-09powerpc: add sysconf support for cache geometriesPaul Clarke
2017-06-09Fix waitid namespace (bug 21561).Joseph Myers
2017-06-09Update nios2, sparc32 localplt.data files for recent GCC change.Joseph Myers
2017-06-09x86-64: Correct comments in ifunc-impl-list.cH.J. Lu