about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662]Florian Weimer2017-06-231-10/+10
* Add libio-mtsafe flags to the build of strfromf128Gabriel F. T. Gomes2017-06-231-0/+4
* Optimized version of powf()Paul Clarke2017-06-231-101/+70
* powerpc: Fix sinf() IFUNC fallback.Rogerio A. Cardoso2017-06-231-1/+1
* powerpc: fix sysconf support for cache geometriesPaul Clarke2017-06-231-29/+8
* powerpc: Update AT_HWCAP[2] bitsTulio Magno Quites Machado Filho2017-06-232-1/+4
* powerpc: refactor strrchr IFUNCRajalakshmi Srinivasaraghavan2017-06-232-19/+7
* powerpc: Add optimized version of [l]lroundfRajalakshmi Srinivasaraghavan2017-06-239-1/+103
* Support _Float128 in ldbl-96 bits/iscanonical.h.Joseph Myers2017-06-221-0/+3
* Support _Float128 in math-tests.h.Joseph Myers2017-06-221-12/+30
* Fix float128_private.h redefinition of SET_RESTORE_ROUNDL.Joseph Myers2017-06-221-1/+1
* Make float128_private.h work with generic ieee754.h.Joseph Myers2017-06-221-0/+4
* Correct min_of_type handling of _Float128.Joseph Myers2017-06-221-2/+2
* Fix float128 uses of xlocale.h.Joseph Myers2017-06-223-3/+3
* x86-64: Implement strcmp family IFUNC selectors in CH.J. Lu2017-06-2124-240/+605
* Fix tile SA_* conditions for POSIX.1:2008 (bug 21622).Joseph Myers2017-06-211-0/+2
* x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu2017-06-214-26/+19
* [AArch64] Add more cfi annotations to tlsdesc entry pointsSzabolcs Nagy2017-06-211-0/+70
* [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