| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update <netpacket/packet.h> for Linux 4.3. | Joseph Myers | 2015-11-23 | 1 | -0/+17 |
* | NaCl: Use allocate_code_data after dyncode_create | Roland McGrath | 2015-11-20 | 1 | -1/+27 |
* | Fix math_private.h multiple include guards. | Joseph Myers | 2015-11-20 | 8 | -8/+16 |
* | Fix lgamma setting signgam for ISO C (bug 15421). | Joseph Myers | 2015-11-20 | 36 | -62/+225 |
* | Remove signal handling for nanosleep (bug 16364) | Adhemerval Zanella | 2015-11-20 | 2 | -158/+0 |
* | S390: Use __asm__ instead of asm. | Stefan Liebler | 2015-11-20 | 41 | -453/+453 |
* | powerpc: Spinlock optimization and cleanup | Paul Murphy | 2015-11-19 | 3 | -6/+5 |
* | powerpc: More elision improvements | Paul Murphy | 2015-11-19 | 2 | -10/+13 |
* | Shuffle includes in ldbl-128ibm/mpn2ldl.c | Paul Murphy | 2015-11-19 | 1 | -2/+6 |
* | Include s_sin.c in s_sincos.c | Siddhesh Poyarekar | 2015-11-17 | 2 | -19/+20 |
* | Remove redundant else clauses in s_sin.c | Siddhesh Poyarekar | 2015-11-17 | 1 | -186/+158 |
* | Run tst-prelink test for GLOB_DAT reloc | H.J. Lu | 2015-11-14 | 3 | -46/+0 |
* | Fix ldbl-128ibm strtold overflow handling (bug 14551). | Joseph Myers | 2015-11-13 | 3 | -0/+99 |
* | Fix powerpc round, roundf spurious "inexact" (bug 19238). | Joseph Myers | 2015-11-12 | 4 | -12/+24 |
* | Fix powerpc64 lround, lroundf, llround, llroundf spurious "inexact" exception... | Joseph Myers | 2015-11-12 | 2 | -0/+13 |
* | NaCl: Use open_resource API for shared objects | Roland McGrath | 2015-11-10 | 3 | -1/+64 |
* | Fix powerpc nearbyint wrongly clearing "inexact" and leaving traps disabled (... | Joseph Myers | 2015-11-11 | 4 | -8/+16 |
* | Add a test for prelink output | H.J. Lu | 2015-11-10 | 3 | -0/+46 |
* | Fix nearbyintl linkage for ia64 (bug 19219) | Adhemerval Zanella | 2015-11-10 | 1 | -2/+3 |
* | Enable _STRING_ARCH_unaligned on AArch64. | Wilco Dijkstra | 2015-11-10 | 1 | -0/+24 |
* | Remove __signbit* from localplt.data as they are no longer called from within... | Wilco Dijkstra | 2015-11-10 | 5 | -17/+0 |
* | ld.so: Add original DSO name if overridden by audit module [BZ #18251] | Florian Weimer | 2015-11-09 | 1 | -1/+1 |
* | S390: Clean setjmp, longjmp, getcontext symbols. | Stefan Liebler | 2015-11-09 | 5 | -30/+50 |
* | S390: Call direct system calls for socket operations. | Stefan Liebler | 2015-11-09 | 5 | -19/+30 |
* | Terminate process on invalid netlink response from kernel [BZ #12926] | Florian Weimer | 2015-11-09 | 7 | -1/+121 |
* | Simplify the abilist format | Florian Weimer | 2015-11-06 | 360 | -92535/+91052 |
* | Add LFS support for fts functions (bug 11460) | Mark Wielaard | 2015-11-06 | 34 | -0/+220 |
* | Fix i386/x86_64 log* (1) zero sign for -ffinite-math-only (bug 19213). | Joseph Myers | 2015-11-05 | 7 | -7/+49 |
* | Remove miscellaneous GCC >= 4.7 version conditionals. | Joseph Myers | 2015-11-04 | 4 | -47/+25 |
* | Add more libm tests (scalb*, signbit, sin, sincos, sinh, sqrt, tan, tanh, tga... | Joseph Myers | 2015-11-04 | 1 | -4/+5 |
* | Fix dbl-64 remainder sign of zero result (bug 19201). | Joseph Myers | 2015-11-03 | 1 | -0/+2 |
* | Make nextafter, nexttoward set errno (bug 6799). | Joseph Myers | 2015-11-02 | 14 | -0/+44 |
* | Fix ldbl-128 log1pl (-qNaN) spurious "invalid" exception (bug 19189). | Joseph Myers | 2015-10-29 | 1 | -2/+2 |
* | Make drem an alias of remainder (bug 16171). | Joseph Myers | 2015-10-29 | 10 | -21/+11 |
* | Remove cpuid.h configure tests. | Joseph Myers | 2015-10-29 | 4 | -92/+0 |
* | Handle more state in i386/x86_64 fesetenv (bug 16068). | Joseph Myers | 2015-10-28 | 5 | -21/+407 |
* | Use C11 *_TRUE_MIN macros where applicable. | Joseph Myers | 2015-10-28 | 4 | -6/+7 |
* | Fix i386/x86_64 fesetenv SSE exception clearing (bug 19181). | Joseph Myers | 2015-10-28 | 4 | -1/+55 |
* | powerpc: Provide __tls_get_addr () in static libc | Carlos Eduardo Seo | 2015-10-28 | 1 | -0/+32 |
* | Remove -mavx2 configure tests. | Joseph Myers | 2015-10-28 | 8 | -93/+15 |
* | Remove configure test for ARM TLS descriptors support. | Joseph Myers | 2015-10-27 | 3 | -49/+5 |
* | Remove MIPS16 atomics using __sync_* (bug 17404). | Joseph Myers | 2015-10-27 | 1 | -26/+1 |
* | Remove GCC version conditionals on -Wmaybe-uninitialized pragmas. | Joseph Myers | 2015-10-27 | 6 | -24/+0 |
* | Remove sysdeps/nptl/configure.ac. | Joseph Myers | 2015-10-27 | 3 | -117/+0 |
* | powerpc: Fix usage of elision transient failure adapt param | Paul Murphy | 2015-10-27 | 2 | -12/+9 |
* | x86_64: Regenerate ulps [BZ #19168] | Florian Weimer | 2015-10-26 | 1 | -6/+6 |
* | Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*). | Joseph Myers | 2015-10-23 | 1 | -0/+2 |
* | Fix j1, jn missing errno setting on underflow (bug 18611). | Joseph Myers | 2015-10-23 | 9 | -7/+32 |
* | Fix i386 / x86_64 nearbyint exception clearing (bug 15491). | Joseph Myers | 2015-10-22 | 4 | -48/+38 |
* | tile: regenerate libm-test-ulps | Chris Metcalf | 2015-10-22 | 1 | -20/+24 |