| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch cleans up the strsep implementation and improves performance. | Wilco Dijkstra | 2016-12-21 | 1 | -0/+19 |
* | Remove unused function _dl_tls_setup | Florian Weimer | 2016-12-21 | 1 | -0/+7 |
* | x86_64: tst-quad1pie, tst-quad2pie: compile with -fPIE [BZ #7065] | Nick Alcock | 2016-12-21 | 1 | -0/+6 |
* | Move all tests out of the csu subdirectory | Nick Alcock | 2016-12-21 | 1 | -0/+16 |
* | manual: Convert @tables of variables to @vtables. | Rical Jasan | 2016-12-21 | 1 | -0/+20 |
* | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 2016-12-21 | 1 | -0/+65 |
* | Add preprocessor indentation for llogb macro in tgmath.h. | Joseph Myers | 2016-12-20 | 1 | -0/+5 |
* | Replace use of snprintf with strfrom in libm tests | Gabriel F. T. Gomes | 2016-12-20 | 1 | -0/+21 |
* | S390: Optimize lock-elision by decrementing adapt_count at unlock. | Stefan Liebler | 2016-12-20 | 1 | -0/+12 |
* | S390: Use new __libc_tbegin_retry macro in elision-lock.c. | Stefan Liebler | 2016-12-20 | 1 | -0/+6 |
* | S390: Use own tbegin macro instead of __builtin_tbegin. | Stefan Liebler | 2016-12-20 | 1 | -0/+10 |
* | S390: Use C11-like atomics instead of plain memory accesses in lock elision c... | Stefan Liebler | 2016-12-20 | 1 | -0/+7 |
* | Do not require memset elimination in explicit_bzero test | Florian Weimer | 2016-12-20 | 1 | -0/+9 |
* | Add fmaxmag, fminmag functions. | Joseph Myers | 2016-12-20 | 1 | -0/+72 |
* | Robust mutexes: Fix lost wake-up. | Torvald Riegel | 2016-12-19 | 1 | -0/+7 |
* | benchtests: Add fmaxf/fminf benchmarks | Adhemerval Zanella | 2016-12-19 | 1 | -0/+6 |
* | benchtests: Add fmax/fmin benchmarks | Adhemerval Zanella | 2016-12-19 | 1 | -0/+6 |
* | Adjust benchtests to new support library. | Adhemerval Zanella | 2016-12-19 | 1 | -0/+36 |
* | Disable TSX on some Haswell processors. | Andrew Senkevich | 2016-12-19 | 1 | -0/+6 |
* | Add missing bug number to ChangeLog | Florian Weimer | 2016-12-18 | 1 | -0/+1 |
* | assert.h: allow gcc to detect assert(a = 1) errors | Jim Meyering | 2016-12-18 | 1 | -0/+8 |
* | Link benchset tests against libsupport | Siddhesh Poyarekar | 2016-12-18 | 1 | -0/+5 |
* | Add ChangeLog for previous commit | Siddhesh Poyarekar | 2016-12-18 | 1 | -0/+5 |
* | Document sNaN argument error handling. | Joseph Myers | 2016-12-16 | 1 | -0/+5 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 1 | -0/+59 |
* | Define FE_SNANS_ALWAYS_SIGNAL. | Joseph Myers | 2016-12-16 | 1 | -0/+11 |
* | Fix typos and missing closing bracket in test-memchr.c | Adhemerval Zanella | 2016-12-16 | 1 | -0/+5 |
* | Make build-many-glibcs.py flush stdout before execv. | Joseph Myers | 2016-12-16 | 1 | -0/+5 |
* | Fix powerpc64/power7 memchr for large input sizes | Adhemerval Zanella | 2016-12-16 | 1 | -0/+9 |
* | Make w_scalbln type-generic | Gabriel F. T. Gomes | 2016-12-16 | 1 | -0/+12 |
* | Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947). | Joseph Myers | 2016-12-15 | 1 | -0/+19 |
* | Fix assertion failure on test timeout | Andreas Schwab | 2016-12-15 | 1 | -0/+5 |
* | Fix powerpc fmax, fmin sNaN handling (bug 20947). | Joseph Myers | 2016-12-15 | 1 | -0/+7 |
* | Fix generic fmax, fmin sNaN handling (bug 20947). | Joseph Myers | 2016-12-14 | 1 | -0/+5 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 1 | -0/+39 |
* | Include <linux/falloc.h> in bits/fcntl-linux.h. | Joseph Myers | 2016-12-14 | 1 | -0/+9 |
* | Fix arg used as litteral suffix in tst-strfrom.h | Gabriel F. T. Gomes | 2016-12-14 | 1 | -0/+4 |
* | Consolidate renameat Linux implementation | Adhemerval Zanella | 2016-12-14 | 1 | -0/+3 |
* | Consolidate rename Linux implementation | Adhemerval Zanella | 2016-12-14 | 1 | -0/+5 |
* | Add [BZ #19398] marker to ChangeLog entry. | Joseph Myers | 2016-12-14 | 1 | -0/+1 |
* | Improve strtok and strtok_r performance. Instead of calling strpbrk which | Wilco Dijkstra | 2016-12-14 | 1 | -0/+8 |
* | Make w_log1p type-generic | Gabriel F. T. Gomes | 2016-12-14 | 1 | -0/+12 |
* | Improve generic rawmemchr for targets that don't have an | Wilco Dijkstra | 2016-12-14 | 1 | -0/+4 |
* | Use Linux 4.9 (headers) in build-many-glibcs.py. | Joseph Myers | 2016-12-14 | 1 | -0/+5 |
* | Better design of libm.a installation rule. | Andrew Senkevich | 2016-12-13 | 1 | -0/+5 |
* | powerpc: remove _dl_platform_string and _dl_powerpc_platforms | Andreas Schwab | 2016-12-13 | 1 | -0/+8 |
* | nptl/tst-cancel7: Add missing case label | Florian Weimer | 2016-12-13 | 1 | -0/+4 |
* | Expose linking against libsupport as make dependency | Florian Weimer | 2016-12-13 | 1 | -0/+7 |
* | powerpc: strncmp optimization for power9 | Rajalakshmi Srinivasaraghavan | 2016-12-13 | 1 | -0/+11 |
* | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 2016-12-12 | 1 | -0/+48 |