Age | Commit message (Expand) | Author | Files | Lines |
2017-06-21 | x86-64: Implement strcmp family IFUNC selectors in C | H.J. Lu | 24 | -240/+605 |
2017-06-21 | Fix tile SA_* conditions for POSIX.1:2008 (bug 21622). | Joseph Myers | 1 | -0/+2 |
2017-06-21 | x86: Rename glibc.tune.ifunc to glibc.tune.hwcaps | H.J. Lu | 4 | -26/+19 |
2017-06-21 | [AArch64] Add more cfi annotations to tlsdesc entry points | Szabolcs Nagy | 1 | -0/+70 |
2017-06-21 | [AArch64] Use hidden __GI__dl_argv in rtld startup code | Szabolcs Nagy | 1 | -2/+2 |
2017-06-21 | getaddrinfo: Avoid stack copy of IPv6 address | Florian Weimer | 1 | -40/+5 |
2017-06-21 | powerpc: Optimize memchr for power8 | Rajalakshmi Srinivasaraghavan | 5 | -1/+371 |
2017-06-21 | powerpc: Add optimized version of [l]lrintf | Rajalakshmi Srinivasaraghavan | 5 | -36/+68 |
2017-06-20 | Factor out shared definitions from bits/signum.h. | Zack Weinberg | 9 | -343/+273 |
2017-06-20 | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 13 | -17/+17 |
2017-06-20 | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg | 2 | -2/+0 |
2017-06-20 | Consolidate Linux openat implementation | Adhemerval Zanella | 4 | -38/+62 |
2017-06-20 | Move x86 specific tunables to x86/dl-tunables.list | H.J. Lu | 1 | -0/+34 |
2017-06-20 | conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635). | Joseph Myers | 1 | -0/+5 |
2017-06-20 | conformtest: XFAIL uc_sigmask test for ia64 (bug 21634). | Joseph Myers | 1 | -0/+5 |
2017-06-20 | tunables: Add IFUNC selection and cache sizes | H.J. Lu | 5 | -1/+387 |
2017-06-20 | Fix fallout from bits/string.h removal. | Zack Weinberg | 2 | -0/+4 |
2017-06-20 | Remove bits/string.h. | Zack Weinberg | 13 | -2358/+181 |
2017-06-19 | Remove pre-GCC-4.9 MIPS code. | Joseph Myers | 2 | -327/+43 |
2017-06-19 | S390: Sync ptrace.h with kernel. [BZ #21539] | Stefan Liebler | 4 | -22/+154 |
2017-06-19 | Fix another x86 sys/ucontext.h namespace issue (bug 21457). | Joseph Myers | 1 | -1/+1 |
2017-06-19 | Define struct rusage in sys/wait.h when required (bug 21575). | Joseph Myers | 4 | -234/+4 |
2017-06-19 | Fix typo when undefining weak_alias | Siddhesh Poyarekar | 1 | -1/+1 |
2017-06-19 | S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537] | Stefan Liebler | 3 | -24/+17 |
2017-06-19 | s390: optimize syscall function | Christian Borntraeger | 2 | -18/+6 |
2017-06-15 | linux: Consolidate sync_file_range implementation | Adhemerval Zanella | 2 | -1/+1 |
2017-06-15 | x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in C | H.J. Lu | 13 | -115/+213 |
2017-06-15 | x86-64: Implement wcscpy IFUNC selector in C | H.J. Lu | 1 | -17/+21 |
2017-06-15 | x86-64: Implement strcat family IFUNC selectors in C | H.J. Lu | 6 | -90/+95 |
2017-06-15 | x86-64: Implement memcmp family IFUNC selectors in C | H.J. Lu | 7 | -113/+126 |
2017-06-15 | x86-64: Implement memset family IFUNC selectors in C | H.J. Lu | 12 | -147/+218 |
2017-06-14 | x86-64: Implement memmove family IFUNC selectors in C | H.J. Lu | 20 | -474/+418 |
2017-06-14 | i686: Add missing IS_IN (libc) guards to vectorized strcspn | Florian Weimer | 2 | -3/+7 |
2017-06-14 | Remove __need macros from errno.h (__need_Emath, __need_error_t). | Zack Weinberg | 13 | -532/+606 |
2017-06-14 | Remove __need_IOV_MAX and __need_FOPEN_MAX. | Zack Weinberg | 3 | -61/+67 |
2017-06-14 | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 21 | -35/+80 |
2017-06-14 | PowerPC64 ENTRY_TOCLESS | Alan Modra | 102 | -138/+172 |
2017-06-14 | PowerPC64 strncpy, stpncpy and strstr fixes | Alan Modra | 8 | -0/+39 |
2017-06-14 | PowerPC64 sysdep.h tidy | Alan Modra | 2 | -59/+59 |
2017-06-14 | PowerPC64 FRAME_PARM_SAVE | Alan Modra | 2 | -37/+16 |
2017-06-14 | PowerPC64, fix calls to _mcount | Alan Modra | 1 | -8/+3 |
2017-06-13 | mips: Fix store/load gp registers to/from ucontext_t | Gordana Cmiljanovic | 6 | -81/+180 |
2017-06-12 | Remove __need_schedparam and __cpu_set_t_defined. | Zack Weinberg | 1 | -121/+9 |
2017-06-12 | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy | 10 | -0/+291 |
2017-06-12 | x86-64: Implement strcpy family IFUNC selectors in C | H.J. Lu | 14 | -131/+258 |
2017-06-12 | Replace all internal uses of __bzero with memset. This removes the need | Wilco Dijkstra | 1 | -3/+3 |
2017-06-09 | powerpc: add sysconf support for cache geometries | Paul Clarke | 3 | -0/+170 |
2017-06-09 | Fix waitid namespace (bug 21561). | Joseph Myers | 1 | -4/+6 |
2017-06-09 | Update nios2, sparc32 localplt.data files for recent GCC change. | Joseph Myers | 2 | -4/+5 |
2017-06-09 | x86-64: Correct comments in ifunc-impl-list.c | H.J. Lu | 1 | -6/+6 |