about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Use hidden __GI__dl_argv in rtld startup codeSzabolcs Nagy2017-06-211-2/+2
* getaddrinfo: Avoid stack copy of IPv6 addressFlorian Weimer2017-06-211-40/+5
* powerpc: Optimize memchr for power8Rajalakshmi Srinivasaraghavan2017-06-215-1/+371
* powerpc: Add optimized version of [l]lrintfRajalakshmi Srinivasaraghavan2017-06-215-36/+68
* Factor out shared definitions from bits/signum.h.Zack Weinberg2017-06-209-343/+273
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-2013-17/+17
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-202-2/+0
* Consolidate Linux openat implementationAdhemerval Zanella2017-06-204-38/+62
* Move x86 specific tunables to x86/dl-tunables.listH.J. Lu2017-06-201-0/+34
* conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635).Joseph Myers2017-06-201-0/+5
* conformtest: XFAIL uc_sigmask test for ia64 (bug 21634).Joseph Myers2017-06-201-0/+5
* tunables: Add IFUNC selection and cache sizesH.J. Lu2017-06-205-1/+387
* Fix fallout from bits/string.h removal.Zack Weinberg2017-06-202-0/+4
* Remove bits/string.h.Zack Weinberg2017-06-2013-2358/+181
* Remove pre-GCC-4.9 MIPS code.Joseph Myers2017-06-192-327/+43
* S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler2017-06-194-22/+154
* Fix another x86 sys/ucontext.h namespace issue (bug 21457).Joseph Myers2017-06-191-1/+1
* Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers2017-06-194-234/+4
* 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