Age | Commit message (Expand) | Author | Files | Lines |
2017-06-15 | x86-64: Implement memcmp family IFUNC selectors in C | H.J. Lu | 8 | -113/+138 |
2017-06-15 | x86-64: Implement memset family IFUNC selectors in C | H.J. Lu | 13 | -147/+236 |
2017-06-15 | Enable tunables by default | Siddhesh Poyarekar | 6 | -19/+27 |
2017-06-14 | nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988) | Adhemerval Zanella | 8 | -9/+175 |
2017-06-14 | x86-64: Implement memmove family IFUNC selectors in C | H.J. Lu | 21 | -474/+450 |
2017-06-14 | i686: Add missing IS_IN (libc) guards to vectorized strcspn | Florian Weimer | 3 | -3/+12 |
2017-06-14 | Remove __need macros from errno.h (__need_Emath, __need_error_t). | Zack Weinberg | 20 | -601/+713 |
2017-06-14 | Remove __need_IOV_MAX and __need_FOPEN_MAX. | Zack Weinberg | 11 | -103/+164 |
2017-06-14 | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 25 | -37/+124 |
2017-06-14 | PowerPC64 ENTRY_TOCLESS | Alan Modra | 103 | -138/+286 |
2017-06-14 | PowerPC64 strncpy, stpncpy and strstr fixes | Alan Modra | 9 | -0/+56 |
2017-06-14 | PowerPC64 sysdep.h tidy | Alan Modra | 3 | -59/+74 |
2017-06-14 | PowerPC64 FRAME_PARM_SAVE | Alan Modra | 3 | -37/+26 |
2017-06-14 | PowerPC64, fix calls to _mcount | Alan Modra | 2 | -8/+8 |
2017-06-13 | mips: Fix store/load gp registers to/from ucontext_t | Gordana Cmiljanovic | 7 | -81/+194 |
2017-06-13 | configure: Suppress expected compiler error message | Florian Weimer | 3 | -2/+8 |
2017-06-13 | dynarray: Implement begin/end functions in the spirit of C++ | Florian Weimer | 4 | -0/+63 |
2017-06-13 | Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573] | H.J. Lu | 5 | -2/+29 |
2017-06-13 | localedata: ce_RU: update weekdays from CLDR [BZ #21207] | Rafal Luzynski | 2 | -14/+23 |
2017-06-13 | localedata: Remove trailing spaces [BZ #20275] | Rafal Luzynski | 22 | -210/+242 |
2017-06-13 | Correct indentation in posix/bits/cpu-set.h. | Zack Weinberg | 2 | -22/+27 |
2017-06-12 | Remove __need_schedparam and __cpu_set_t_defined. | Zack Weinberg | 7 | -243/+163 |
2017-06-12 | Fix build issue on x86. | Wilco Dijkstra | 2 | -0/+5 |
2017-06-12 | float128: Add test-{float128,ifloat128,float128-finite} | Paul E. Murphy | 16 | -5/+112 |
2017-06-12 | Allow macros prefixed with FLT128 in include/float.h | Gabriel F. T. Gomes | 2 | -16/+21 |
2017-06-12 | float128: Add strfromf128, strtof128, and wcstof128 to the manual | Gabriel F. T. Gomes | 3 | -7/+77 |
2017-06-12 | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy | 21 | -29/+466 |
2017-06-12 | Fix XPG4 bsd_signal namespace (bug 21552). | Joseph Myers | 3 | -2/+6 |
2017-06-12 | Fix sigwait namespace (bug 21550). | Joseph Myers | 2 | -0/+7 |
2017-06-12 | x86-64: Implement strcpy family IFUNC selectors in C | H.J. Lu | 15 | -131/+278 |
2017-06-12 | 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com> | Wilco Dijkstra | 6 | -134/+19 |
2017-06-12 | Replace all internal uses of __bzero with memset. This removes the need | Wilco Dijkstra | 10 | -11/+23 |
2017-06-11 | Correct collation rules for Malayalam. | Santhosh Thottingal | 2 | -4/+30 |
2017-06-10 | Correct an outdated comment in stdlib/errno.h. | Zack Weinberg | 2 | -1/+5 |
2017-06-09 | powerpc: add sysconf support for cache geometries | Paul Clarke | 4 | -0/+181 |
2017-06-09 | Add a way to bypass the PLT when calling getauxval | Tulio Magno Quites Machado Filho | 3 | -0/+14 |
2017-06-09 | Fix waitid namespace (bug 21561). | Joseph Myers | 4 | -9/+23 |
2017-06-09 | Update nios2, sparc32 localplt.data files for recent GCC change. | Joseph Myers | 3 | -4/+13 |
2017-06-09 | Fix sigpause namespace (bug 21554). | Joseph Myers | 2 | -1/+5 |
2017-06-09 | Condition signal.h inclusion in sys/wait.h (bug 21560). | Joseph Myers | 2 | -2/+17 |
2017-06-09 | Remove bare use of __attribute__ in include/errno.h. | Zack Weinberg | 2 | -1/+6 |
2017-06-09 | Polish the treatment of dl-tunable-list.h in Makeconfig. | Zack Weinberg | 2 | -9/+19 |
2017-06-09 | x86-64: Correct comments in ifunc-impl-list.c | H.J. Lu | 2 | -6/+10 |
2017-06-09 | x86-64: Optimize strrchr/wcsrchr with AVX2 | H.J. Lu | 9 | -0/+382 |
2017-06-09 | x86-64: Optimize memrchr with AVX2 | H.J. Lu | 6 | -0/+435 |
2017-06-09 | x86-64: Optimize strchr/strchrnul/wcschr with AVX2 | H.J. Lu | 13 | -58/+512 |
2017-06-09 | x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2 | H.J. Lu | 14 | -1/+644 |
2017-06-09 | x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2 | H.J. Lu | 14 | -25/+646 |
2017-06-09 | malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcs | Florian Weimer | 2 | -1/+6 |
2017-06-09 | support: Expose TEST_VERIFY_EXIT behavior to GCC optimizers | Florian Weimer | 3 | -7/+27 |