| Commit message (Expand) | Author | Age | Files | Lines |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 49 | -22/+711 |
* | Define FE_SNANS_ALWAYS_SIGNAL. | Joseph Myers | 2016-12-16 | 6 | -3/+77 |
* | Fix typos and missing closing bracket in test-memchr.c | Adhemerval Zanella | 2016-12-16 | 2 | -2/+7 |
* | Make build-many-glibcs.py flush stdout before execv. | Joseph Myers | 2016-12-16 | 2 | -0/+6 |
* | Fix powerpc64/power7 memchr for large input sizes | Adhemerval Zanella | 2016-12-16 | 3 | -10/+49 |
* | Make w_scalbln type-generic | Gabriel F. T. Gomes | 2016-12-16 | 7 | -110/+27 |
* | Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947). | Joseph Myers | 2016-12-15 | 12 | -27/+322 |
* | Fix assertion failure on test timeout | Andreas Schwab | 2016-12-15 | 2 | -1/+6 |
* | Fix powerpc fmax, fmin sNaN handling (bug 20947). | Joseph Myers | 2016-12-15 | 3 | -2/+79 |
* | Fix generic fmax, fmin sNaN handling (bug 20947). | Joseph Myers | 2016-12-14 | 3 | -2/+21 |
* | Refactor long double information into bits/long-double.h. | Joseph Myers | 2016-12-14 | 21 | -166/+121 |
* | Include <linux/falloc.h> in bits/fcntl-linux.h. | Joseph Myers | 2016-12-14 | 2 | -9/+10 |
* | Fix arg used as litteral suffix in tst-strfrom.h | Gabriel F. T. Gomes | 2016-12-14 | 2 | -1/+5 |
* | Consolidate renameat Linux implementation | Adhemerval Zanella | 2016-12-14 | 3 | -1/+35 |
* | Consolidate rename Linux implementation | Adhemerval Zanella | 2016-12-14 | 2 | -4/+15 |
* | 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 | 6 | -92/+88 |
* | Make w_log1p type-generic | Gabriel F. T. Gomes | 2016-12-14 | 7 | -131/+21 |
* | Improve generic rawmemchr for targets that don't have an | Wilco Dijkstra | 2016-12-14 | 2 | -149/+10 |
* | Use Linux 4.9 (headers) in build-many-glibcs.py. | Joseph Myers | 2016-12-14 | 2 | -1/+6 |
* | Better design of libm.a installation rule. | Andrew Senkevich | 2016-12-13 | 2 | -4/+12 |
* | powerpc: remove _dl_platform_string and _dl_powerpc_platforms | Andreas Schwab | 2016-12-13 | 3 | -62/+19 |
* | nptl/tst-cancel7: Add missing case label | Florian Weimer | 2016-12-13 | 2 | -0/+5 |
* | Expose linking against libsupport as make dependency | Florian Weimer | 2016-12-13 | 3 | -6/+15 |
* | powerpc: strncmp optimization for power9 | Rajalakshmi Srinivasaraghavan | 2016-12-13 | 6 | -1/+433 |
* | Add getentropy, getrandom, <sys/random.h> [BZ #17252] | Florian Weimer | 2016-12-12 | 41 | -4/+693 |
* | debug: Additional compiler barriers for backtrace tests [BZ #20956] | Florian Weimer | 2016-12-10 | 6 | -22/+28 |
* | Fix testsuite timeout handling | Andreas Schwab | 2016-12-10 | 2 | -1/+6 |
* | inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421] | Florian Weimer | 2016-12-09 | 5 | -27/+64 |
* | support: Introduce new subdirectory for test infrastructure | Florian Weimer | 2016-12-09 | 59 | -962/+2198 |
* | Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L. | Zack Weinberg | 2016-12-08 | 7 | -28/+47 |
* | Fix tests-printers handling for cross compiling. | Joseph Myers | 2016-12-08 | 2 | -3/+8 |
* | Install libm.a as linker script (bug 20539). | Andrew Senkevich | 2016-12-08 | 3 | -4/+26 |
* | Add pretty printers for the NPTL lock types | Martin Galvan | 2016-12-08 | 26 | -20/+2769 |
* | Add build-many-glibcs.py option to strip installed shared libraries. | Joseph Myers | 2016-12-07 | 2 | -2/+20 |
* | Fix writes past the allocated array bounds in execvpe (BZ#20847) | Adhemerval Zanella | 2016-12-07 | 3 | -125/+94 |
* | Get rid of __elision_available | Andreas Schwab | 2016-12-07 | 3 | -9/+11 |
* | Fix typo in last ChangeLog message. | Joseph Myers | 2016-12-07 | 1 | -1/+2 |
* | Fix hypot sNaN handling (bug 20940). | Joseph Myers | 2016-12-07 | 9 | -10/+91 |
* | Fix x86_64/x86 powl handling of sNaN arguments (bug 20916). | Joseph Myers | 2016-12-06 | 4 | -10/+109 |
* | Use C11-like atomics instead of plain memory accesses in x86 lock elision. | Torvald Riegel | 2016-12-05 | 5 | -30/+82 |
* | hurd: fix using hurd.h in C++ programs | Samuel Thibault | 2016-12-04 | 2 | -3/+8 |
* | Fix sysdeps/ieee754 pow handling of sNaN arguments (bug 20916). | Joseph Myers | 2016-12-02 | 5 | -11/+21 |
* | Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers. | Joseph Myers | 2016-12-02 | 6 | -88/+29 |
* | Bug 20918 - Building with --enable-nss-crypt fails tst-linkall-static | Carlos O'Donell | 2016-12-02 | 6 | -2/+92 |
* | elf/tst-tls-manydynamic: New test | Florian Weimer | 2016-12-02 | 5 | -2/+259 |
* | aarch64: Use explicit offsets in _dl_tlsdesc_dynamic | Florian Weimer | 2016-12-02 | 3 | -9/+19 |
* | S390: Regenerate ULPs. | Stefan Liebler | 2016-12-02 | 2 | -6/+10 |
* | Fix new testcase elf/tst-latepthread on s390x. | Stefan Liebler | 2016-12-02 | 2 | -0/+8 |
* | Add llogb, llogbf, llogbl. | Joseph Myers | 2016-12-02 | 44 | -8/+398 |