| Commit message (Expand) | Author | Age | Files | Lines |
* | crypt: Use internal names for the SHA-2 block functions | Florian Weimer | 2016-10-28 | 2 | -14/+18 |
* | Remove remnants of .og patterns | Florian Weimer | 2016-09-20 | 1 | -1/+0 |
* | sparc: remove fdim sparc specific implementations | Aurelien Jarno | 2016-08-05 | 2 | -63/+0 |
* | sparc: build with -mvis on sparc32/sparcv9 and sparc64 | Aurelien Jarno | 2016-08-05 | 1 | -0/+2 |
* | sparc64: add a VIS3 version of ceil, floor and trunc | Aurelien Jarno | 2016-08-03 | 13 | -1/+340 |
* | sparc: remove ceil, floor, trunc sparc specific implementations | Aurelien Jarno | 2016-08-02 | 23 | -1085/+7 |
* | SPARC: fix nearbyint on sNaN input | Aurelien Jarno | 2016-07-01 | 4 | -0/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 155 | -155/+155 |
* | 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 | 1 | -0/+0 |
* | Fix sparc build. | David S. Miller | 2015-07-15 | 2 | -1/+6 |
* | Clean up BUSY_WAIT_NOP and atomic_delay. | Torvald Riegel | 2015-06-30 | 1 | -0/+3 |
* | Sparc memchr/memcmp/strncmp fixes from Il'ya Malakhov. | David S. Miller | 2015-04-17 | 3 | -5/+6 |
* | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 2015-03-05 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 155 | -155/+155 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 8 | -8/+8 |
* | Add arch-specific configuration for C11 atomics support. | Torvald Riegel | 2014-11-20 | 1 | -0/+3 |
* | 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 | 1 | -1/+1 |
* | Fix SPARC atomic_write_barrier. | Torvald Riegel | 2014-10-31 | 1 | -1/+1 |
* | soft-fp: Refactor exception handling for comparisons. | Joseph Myers | 2014-10-09 | 8 | -24/+8 |
* | Always provide HP_SMALL_TIMING_AVAIL | Richard Henderson | 2014-07-03 | 1 | -0/+1 |
* | Unify hp-timing implementations | Richard Henderson | 2014-07-03 | 1 | -18/+1 |
* | Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead | Richard Henderson | 2014-07-03 | 3 | -43/+0 |
* | Removing HP_TIMING_ACCUM as unused | Richard Henderson | 2014-07-03 | 1 | -15/+0 |
* | Removing HP_TIMING_ZERO as unused | Richard Henderson | 2014-07-03 | 1 | -2/+0 |
* | Fix Wundef warning for ELF_MACHINE_NO_RELA | Siddhesh Poyarekar | 2014-06-26 | 1 | -0/+1 |
* | SPARC: Consolidate unnecessary nptl/ subdirectories. | Roland McGrath | 2014-06-25 | 8 | -3/+4 |
* | Missing new file from last commit. | Roland McGrath | 2014-06-20 | 1 | -0/+3 |
* | Move remaining SPARC code out of nptl/. | Roland McGrath | 2014-06-20 | 1 | -0/+67 |
* | [BZ #6803] Set errno for scalbln, scalbn | Stefan Liebler | 2014-06-20 | 1 | -2/+0 |
* | Move SPARC code out of nptl/sysdeps/sparc/. | Roland McGrath | 2014-06-12 | 5 | -0/+120 |
* | Fix sparc memcpy data corruption when using niagara2 optimized routines. | Jose E. Marchesi | 2014-05-17 | 1 | -0/+1 |
* | Fix v9/64-bit strcmp when string ends in multiple zero bytes. | David S. Miller | 2014-05-01 | 1 | -0/+31 |
* | soft-fp: support after-rounding tininess detection. | Joseph Myers | 2014-02-12 | 1 | -0/+2 |
* | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 2014-02-10 | 3 | -8/+8 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 151 | -151/+151 |
* | Fix sparc 64-bit GMP ifunc resolution in static builds. | David S. Miller | 2013-11-12 | 5 | -5/+5 |
* | BZ #15754: CVE-2013-4788 | Carlos O'Donell | 2013-09-23 | 1 | -0/+3 |
* | Fix leading whitespaces. | Ondrej Bilka | 2013-06-06 | 13 | -16/+16 |
* | Remove trailing whitespace. | Joseph Myers | 2013-06-05 | 8 | -14/+14 |
* | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 2013-05-29 | 1 | -2/+1 |
* | MIPS: soft-fp NaN representation corrections | Maciej W. Rozycki | 2013-05-16 | 1 | -0/+1 |
* | Remove bounded-pointers build system support. | Joseph Myers | 2013-02-15 | 1 | -1/+0 |
* | Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. | Joseph Myers | 2013-02-04 | 1 | -3/+0 |
* | Add a minor 'cas' atomic optimization on sparc. | David S. Miller | 2013-01-23 | 1 | -8/+20 |
* | Use libgcc unwinder for sparc backtraces, if available. | David S. Miller | 2013-01-21 | 2 | -57/+7 |
* | Optimize trunc{,f} on sparc. | David S. Miller | 2013-01-16 | 7 | -1/+240 |
* | Optimize nearbyint{,f} on sparc. | David S. Miller | 2013-01-15 | 7 | -1/+271 |
* | Optimize sparc {ceil,floor}{,f} using vis2 'siam' instruction. | David S. Miller | 2013-01-14 | 13 | -111/+277 |