| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc: remove fdim sparc specific implementations | Aurelien Jarno | 2016-08-05 | 11 | -314/+2 |
* | sparc: build with -mvis on sparc32/sparcv9 and sparc64 | Aurelien Jarno | 2016-08-05 | 2 | -1/+3 |
* | sparc64: add a VIS3 version of ceil, floor and trunc | Aurelien Jarno | 2016-08-03 | 13 | -1/+340 |
* | Fix sNaN handling in nearbyint on 32-bit sparc. | David S. Miller | 2016-08-02 | 4 | -10/+10 |
* | sparc: remove ceil, floor, trunc sparc specific implementations | Aurelien Jarno | 2016-08-02 | 46 | -2245/+10 |
* | SPARC: fix nearbyint on sNaN input | Aurelien Jarno | 2016-07-01 | 8 | -0/+8 |
* | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 2016-06-20 | 2 | -14/+1 |
* | Add _STRING_INLINE_unaligned and string_private.h | H.J. Lu | 2016-02-18 | 1 | -2/+2 |
* | Define __sqrtl_finite on sparc 32-bit with correct symbol version. | David S. Miller | 2016-01-25 | 2 | -1/+8 |
* | Fix missing __sqrtl_finite symbol in libm on sparc 32-bit. | David S. Miller | 2016-01-24 | 2 | -2/+28 |
* | Update sparc ULPS. | David S. Miller | 2016-01-24 | 1 | -208/+228 |
* | New pthread_barrier algorithm to fulfill barrier destruction requirements. | Torvald Riegel | 2016-01-15 | 5 | -275/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 342 | -342/+342 |
* | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 2015-10-19 | 1 | -4/+2 |
* | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 2015-10-19 | 5 | -12/+5 |
* | Make scalbn set errno (bug 6803). | Joseph Myers | 2015-09-16 | 1 | -2/+0 |
* | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 2015-09-11 | 3 | -3/+3 |
* | Fix non-v9 32-bit sparc build. | Brett Neumeier | 2015-08-31 | 1 | -0/+1 |
* | Fix BZ #18084 -- backtrace (..., 0) dumps core on x86. | Paul Pluzhnikov | 2015-08-15 | 1 | -1/+1 |
* | Improve performance of mempcpy by inlining and using memcpy. Enable | Wilco Dijkstra | 2015-08-05 | 1 | -0/+3 |
* | Regenerate SPARC ULPs. | David S. Miller | 2015-07-16 | 1 | -239/+389 |
* | Fix sparc build. | David S. Miller | 2015-07-15 | 5 | -2/+13 |
* | Add and use new glibc-internal futex API. | Torvald Riegel | 2015-07-10 | 8 | -155/+29 |
* | Clean up BUSY_WAIT_NOP and atomic_delay. | Torvald Riegel | 2015-06-30 | 2 | -0/+6 |
* | Fix mq_notify pthread_barrier_* namespace (bug 18544). | Joseph Myers | 2015-06-17 | 3 | -3/+6 |
* | Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536). | Joseph Myers | 2015-06-17 | 1 | -2/+3 |
* | Split timed-wait functions out of nptl/lowlevellock.c. | Roland McGrath | 2015-05-26 | 2 | -0/+2 |
* | BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS]. | Roland McGrath | 2015-05-19 | 1 | -4/+4 |
* | Sparc memchr/memcmp/strncmp fixes from Il'ya Malakhov. | David S. Miller | 2015-04-17 | 3 | -5/+6 |
* | Rebuilt fresh sparc ULPS to get rid of removed tests. | David S. Miller | 2015-04-15 | 1 | -164/+74 |
* | Update SPARC ulps. | David S. Miller | 2015-04-08 | 1 | -88/+171 |
* | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 2015-03-05 | 2 | -2/+2 |
* | Fix two bugs in sparc atomics. | David S. Miller | 2015-01-31 | 1 | -7/+8 |
* | Fix sparc semaphore implementation after recent changes. | David S. Miller | 2015-01-31 | 17 | -703/+668 |
* | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -0/+1 |
* | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -2/+4 |
* | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 2015-01-06 | 2 | -1/+2 |
* | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 2015-01-05 | 1 | -2/+4 |
* | Fix libm fegetround namespace (bug 17748). | Joseph Myers | 2015-01-02 | 1 | -2/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 345 | -345/+345 |
* | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 2014-12-31 | 1 | -0/+1 |
* | Fix libm feraiseexcept namespace (bug 17723). | Joseph Myers | 2014-12-30 | 2 | -1/+2 |
* | Fix soft-fp build warning on sparc about strict aliasing. | David S. Miller | 2014-12-19 | 1 | -6/+11 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 8 | -8/+8 |
* | Remove IS_IN_libm | Siddhesh Poyarekar | 2014-11-24 | 2 | -2/+2 |
* | Remove IS_IN_libpthread | Siddhesh Poyarekar | 2014-11-24 | 1 | -1/+1 |
* | Add arch-specific configuration for C11 atomics support. | Torvald Riegel | 2014-11-20 | 3 | -0/+9 |
* | Fix sparc build. | David S. Miller | 2014-11-14 | 1 | -0/+1 |
* | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 2014-11-04 | 2 | -2/+2 |
* | Fix SPARC atomic_write_barrier. | Torvald Riegel | 2014-10-31 | 3 | -4/+4 |