| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix TLS relocations against local symbols on powerpc32, sparc32 and sparc64 | James Clarke | 2017-10-13 | 1 | -0/+1 |
* | Use libm_alias_ldouble for SPARC fabsl. | Joseph Myers | 2017-10-13 | 1 | -1/+2 |
* | Use libm_alias_double for dbl-64 fma. | Joseph Myers | 2017-10-04 | 1 | -4/+0 |
* | Restore sparc32 copysignl, fabsl, fmal compat symbols (bug 22229). | Joseph Myers | 2017-10-04 | 6 | -1/+35 |
* | Define and use libm_alias_double. | Joseph Myers | 2017-09-13 | 2 | -1/+5 |
* | Remove SPARC sqrt wrappers (bug 21973). | Joseph Myers | 2017-08-21 | 9 | -332/+0 |
* | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers | 2017-08-21 | 6 | -0/+6 |
* | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 2017-06-14 | 1 | -0/+1 |
* | Make LD_HWCAP_MASK usable for static binaries | Siddhesh Poyarekar | 2017-06-07 | 1 | -1/+1 |
* | tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_mask | Siddhesh Poyarekar | 2017-06-07 | 1 | -1/+3 |
* | Optimize generic spinlock code and use C11 like atomic macros. | Stefan Liebler | 2017-06-06 | 2 | -0/+6 |
* | Remove useless comment from sysdeps/sparc/sparc32/dl-machine.h | Siddhesh Poyarekar | 2017-05-23 | 1 | -2/+0 |
* | Remove useless SPARC signbit aliases. | Joseph Myers | 2017-05-12 | 1 | -2/+0 |
* | sparc: Fix .udiv plt on libc | Adhemerval Zanella | 2017-04-06 | 4 | -0/+9 |
* | sparc: Remove optimized math routines which cause testsuite failures. | David S. Miller | 2017-02-03 | 14 | -421/+0 |
* | Move wrappers to libm-compat-calls-auto | Gabriel F. T. Gomes | 2017-01-04 | 9 | -3/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 122 | -122/+122 |
* | Add missing hidden_def (__sigsetjmp). | Joseph Myers | 2016-12-01 | 1 | -0/+1 |
* | Define wordsize.h macros everywhere | Steve Ellcey | 2016-11-04 | 1 | -0/+3 |
* | Remove remnants of .og patterns | Florian Weimer | 2016-09-20 | 1 | -2/+0 |
* | nptl: Consolidate sem_init implementations | Adhemerval Zanella | 2016-09-15 | 2 | -86/+0 |
* | nptl: Remove sparc sem_wait | Adhemerval Zanella | 2016-09-15 | 2 | -94/+0 |
* | nptl: Consolidate sem_open implementations | Adhemerval Zanella | 2016-09-15 | 2 | -301/+0 |
* | Make common fdim implementation generic. | Paul E. Murphy | 2016-09-01 | 4 | -1/+7 |
* | sparcv9: Restore fdiml@GLIBC_2.1 | Paul E. Murphy | 2016-08-29 | 1 | -1/+1 |
* | sparc32/sparcv9: add a VIS3 version of fdim | Aurelien Jarno | 2016-08-05 | 5 | -1/+114 |
* | sparc: remove fdim sparc specific implementations | Aurelien Jarno | 2016-08-05 | 9 | -251/+2 |
* | sparc: build with -mvis on sparc32/sparcv9 and sparc64 | Aurelien Jarno | 2016-08-05 | 1 | -1/+1 |
* | 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 | 23 | -1160/+3 |
* | SPARC: fix nearbyint on sNaN input | Aurelien Jarno | 2016-07-01 | 4 | -0/+4 |
* | 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 |
* | New pthread_barrier algorithm to fulfill barrier destruction requirements. | Torvald Riegel | 2016-01-15 | 2 | -97/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 143 | -143/+143 |
* | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 2015-10-19 | 3 | -8/+3 |
* | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 2015-09-11 | 2 | -3/+3 |
* | Fix non-v9 32-bit sparc build. | Brett Neumeier | 2015-08-31 | 1 | -0/+1 |
* | Fix sparc build. | David S. Miller | 2015-07-15 | 2 | -1/+6 |
* | Add and use new glibc-internal futex API. | Torvald Riegel | 2015-07-10 | 6 | -149/+22 |
* | Clean up BUSY_WAIT_NOP and atomic_delay. | Torvald Riegel | 2015-06-30 | 1 | -0/+3 |
* | Fix mq_notify pthread_barrier_* namespace (bug 18544). | Joseph Myers | 2015-06-17 | 1 | -1/+2 |
* | 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 |
* | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 2015-03-05 | 1 | -1/+1 |
* | 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 | 14 | -370/+735 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 142 | -142/+142 |
* | Fix soft-fp build warning on sparc about strict aliasing. | David S. Miller | 2014-12-19 | 1 | -6/+11 |