| Commit message (Expand) | Author | Age | Files | Lines |
* | float128: Add test-{float128,ifloat128,float128-finite} | Paul E. Murphy | 2017-06-12 | 1 | -0/+25 |
* | Allow macros prefixed with FLT128 in include/float.h | Gabriel F. T. Gomes | 2017-06-12 | 1 | -0/+6 |
* | float128: Add strfromf128, strtof128, and wcstof128 to the manual | Gabriel F. T. Gomes | 2017-06-12 | 1 | -0/+10 |
* | float128: Add strtof128, wcstof128, and related functions. | Paul E. Murphy | 2017-06-12 | 1 | -0/+53 |
* | Fix XPG4 bsd_signal namespace (bug 21552). | Joseph Myers | 2017-06-12 | 1 | -0/+5 |
* | Fix sigwait namespace (bug 21550). | Joseph Myers | 2017-06-12 | 1 | -0/+5 |
* | x86-64: Implement strcpy family IFUNC selectors in C | H.J. Lu | 2017-06-12 | 1 | -0/+20 |
* | 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com> | Wilco Dijkstra | 2017-06-12 | 1 | -0/+10 |
* | Replace all internal uses of __bzero with memset. This removes the need | Wilco Dijkstra | 2017-06-12 | 1 | -0/+12 |
* | Correct an outdated comment in stdlib/errno.h. | Zack Weinberg | 2017-06-10 | 1 | -0/+4 |
* | powerpc: add sysconf support for cache geometries | Paul Clarke | 2017-06-09 | 1 | -0/+11 |
* | Add a way to bypass the PLT when calling getauxval | Tulio Magno Quites Machado Filho | 2017-06-09 | 1 | -0/+6 |
* | Fix waitid namespace (bug 21561). | Joseph Myers | 2017-06-09 | 1 | -0/+15 |
* | Update nios2, sparc32 localplt.data files for recent GCC change. | Joseph Myers | 2017-06-09 | 1 | -0/+8 |
* | Fix sigpause namespace (bug 21554). | Joseph Myers | 2017-06-09 | 1 | -0/+4 |
* | Condition signal.h inclusion in sys/wait.h (bug 21560). | Joseph Myers | 2017-06-09 | 1 | -0/+8 |
* | Remove bare use of __attribute__ in include/errno.h. | Zack Weinberg | 2017-06-09 | 1 | -0/+5 |
* | Polish the treatment of dl-tunable-list.h in Makeconfig. | Zack Weinberg | 2017-06-09 | 1 | -0/+7 |
* | x86-64: Correct comments in ifunc-impl-list.c | H.J. Lu | 2017-06-09 | 1 | -0/+4 |
* | x86-64: Optimize strrchr/wcsrchr with AVX2 | H.J. Lu | 2017-06-09 | 1 | -0/+14 |
* | x86-64: Optimize memrchr with AVX2 | H.J. Lu | 2017-06-09 | 1 | -0/+11 |
* | x86-64: Optimize strchr/strchrnul/wcschr with AVX2 | H.J. Lu | 2017-06-09 | 1 | -0/+20 |
* | x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2 | H.J. Lu | 2017-06-09 | 1 | -0/+23 |
* | x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2 | H.J. Lu | 2017-06-09 | 1 | -0/+26 |
* | malloc: Remove tst-dynarray, tst-dynarray-fail from test-srcs | Florian Weimer | 2017-06-09 | 1 | -0/+5 |
* | support: Expose TEST_VERIFY_EXIT behavior to GCC optimizers | Florian Weimer | 2017-06-09 | 1 | -0/+12 |
* | aarch64: Fix undefined behavior in _dl_procinfo | Siddhesh Poyarekar | 2017-06-09 | 1 | -0/+6 |
* | conformtest: Correct sys/wait.h expectations for XPG4. | Joseph Myers | 2017-06-08 | 1 | -0/+33 |
* | ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528] | H.J. Lu | 2017-06-08 | 1 | -0/+13 |
* | Remove __need macros from stdio.h and wchar.h. | Zack Weinberg | 2017-06-08 | 1 | -0/+25 |
* | Add more tests for memchr | H.J. Lu | 2017-06-08 | 1 | -0/+6 |
* | x86-64: Rename wmemset.h to ifunc-wmemset.h | H.J. Lu | 2017-06-07 | 1 | -0/+10 |
* | float128: Add strfromf128 | Gabriel F. T. Gomes | 2017-06-07 | 1 | -0/+24 |
* | Refactor PRINT_FPHEX_LONG_DOUBLE into a reusable macro | Gabriel F. T. Gomes | 2017-06-07 | 1 | -0/+9 |
* | Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_size | Gabriel F. T. Gomes | 2017-06-07 | 1 | -0/+9 |
* | float128: Add conversion from float128 to mpn | Gabriel F. T. Gomes | 2017-06-07 | 1 | -0/+15 |
* | float128: Extend the power of ten tables | Paul E. Murphy | 2017-06-07 | 1 | -0/+10 |
* | Fix include paths in include/bits/types/*.h. | Joseph Myers | 2017-06-07 | 1 | -0/+13 |
* | Fix tst-timezone race (bug 14096). | Joseph Myers | 2017-06-07 | 1 | -0/+6 |
* | x86-64: Fold ifunc-sse4_1.h into wcsnlen.c | H.J. Lu | 2017-06-07 | 1 | -0/+7 |
* | Remove check for NULL buffer passed to `ptsname_r' | Arjun Shankar | 2017-06-07 | 1 | -0/+6 |
* | Use test-driver in sysdeps/unix/sysv/linux/tst-clone2.c | Arjun Shankar | 2017-06-07 | 1 | -0/+6 |
* | aarch64: Add hwcap string routines | Siddhesh Poyarekar | 2017-06-07 | 1 | -0/+6 |
* | Make LD_HWCAP_MASK usable for static binaries | Siddhesh Poyarekar | 2017-06-07 | 1 | -0/+6 |
* | aarch64: Allow overriding HWCAP_CPUID feature check using HWCAP_MASK | Siddhesh Poyarekar | 2017-06-07 | 1 | -0/+4 |
* | tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask | Siddhesh Poyarekar | 2017-06-07 | 1 | -0/+18 |
* | Add include guards to dl-procinfo.h | Siddhesh Poyarekar | 2017-06-07 | 1 | -0/+4 |
* | tunables: Add LD_HWCAP_MASK to tunables | Siddhesh Poyarekar | 2017-06-07 | 1 | -0/+4 |
* | tunables: Clean up hooks to get and set tunables | Siddhesh Poyarekar | 2017-06-07 | 1 | -0/+20 |
* | x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.S | H.J. Lu | 2017-06-06 | 1 | -0/+13 |