Age | Commit message (Expand) | Author | Files | Lines |
2015-10-19 | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 1 | -4/+2 |
2015-10-19 | Convert 231 sysdeps function definitions to prototype style. | Joseph Myers | 5 | -12/+5 |
2015-09-16 | Make scalbn set errno (bug 6803). | Joseph Myers | 1 | -2/+0 |
2015-09-11 | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 3 | -3/+3 |
2015-08-31 | Fix non-v9 32-bit sparc build. | Brett Neumeier | 1 | -0/+1 |
2015-08-15 | Fix BZ #18084 -- backtrace (..., 0) dumps core on x86. | Paul Pluzhnikov | 1 | -1/+1 |
2015-08-05 | Improve performance of mempcpy by inlining and using memcpy. Enable | Wilco Dijkstra | 1 | -0/+3 |
2015-07-16 | Regenerate SPARC ULPs. | David S. Miller | 1 | -239/+389 |
2015-07-15 | Fix sparc build. | David S. Miller | 5 | -2/+13 |
2015-07-10 | Add and use new glibc-internal futex API. | Torvald Riegel | 8 | -155/+29 |
2015-06-30 | Clean up BUSY_WAIT_NOP and atomic_delay. | Torvald Riegel | 2 | -0/+6 |
2015-06-17 | Fix mq_notify pthread_barrier_* namespace (bug 18544). | Joseph Myers | 3 | -3/+6 |
2015-06-17 | Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536). | Joseph Myers | 1 | -2/+3 |
2015-05-26 | Split timed-wait functions out of nptl/lowlevellock.c. | Roland McGrath | 2 | -0/+2 |
2015-05-19 | BZ#18434: Fix sem_post EOVERFLOW check for [!__HAVE_64B_ATOMICS]. | Roland McGrath | 1 | -4/+4 |
2015-04-17 | Sparc memchr/memcmp/strncmp fixes from Il'ya Malakhov. | David S. Miller | 3 | -5/+6 |
2015-04-15 | Rebuilt fresh sparc ULPS to get rid of removed tests. | David S. Miller | 1 | -164/+74 |
2015-04-08 | Update SPARC ulps. | David S. Miller | 1 | -88/+171 |
2015-03-05 | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 2 | -2/+2 |
2015-01-31 | Fix two bugs in sparc atomics. | David S. Miller | 1 | -7/+8 |
2015-01-31 | Fix sparc semaphore implementation after recent changes. | David S. Miller | 17 | -703/+668 |
2015-01-07 | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 1 | -0/+1 |
2015-01-07 | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-06 | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 2 | -1/+2 |
2015-01-05 | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-02 | Fix libm fegetround namespace (bug 17748). | Joseph Myers | 1 | -2/+4 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 345 | -345/+345 |
2014-12-31 | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 1 | -0/+1 |
2014-12-30 | Fix libm feraiseexcept namespace (bug 17723). | Joseph Myers | 2 | -1/+2 |
2014-12-19 | Fix soft-fp build warning on sparc about strict aliasing. | David S. Miller | 1 | -6/+11 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 8 | -8/+8 |
2014-11-24 | Remove IS_IN_libm | Siddhesh Poyarekar | 2 | -2/+2 |
2014-11-24 | Remove IS_IN_libpthread | Siddhesh Poyarekar | 1 | -1/+1 |
2014-11-20 | Add arch-specific configuration for C11 atomics support. | Torvald Riegel | 3 | -0/+9 |
2014-11-14 | Fix sparc build. | David S. Miller | 1 | -0/+1 |
2014-11-04 | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 2 | -2/+2 |
2014-10-31 | Fix SPARC atomic_write_barrier. | Torvald Riegel | 3 | -4/+4 |
2014-10-09 | soft-fp: Refactor exception handling for comparisons. | Joseph Myers | 16 | -48/+16 |
2014-10-09 | soft-fp: Remove FP_CLEAR_EXCEPTIONS. | Joseph Myers | 4 | -12/+4 |
2014-07-09 | Get rid of sparc specific NPTL internaltypes.h header. | David S. Miller | 12 | -8/+12 |
2014-07-09 | Update sparc ULPS. | David S. Miller | 1 | -6/+96 |
2014-07-07 | Get rid of nptl/sysdeps/ entirely! | Roland McGrath | 1 | -1/+1 |
2014-07-03 | Always provide HP_SMALL_TIMING_AVAIL | Richard Henderson | 2 | -0/+2 |
2014-07-03 | Unify hp-timing implementations | Richard Henderson | 2 | -36/+2 |
2014-07-03 | Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead | Richard Henderson | 6 | -86/+0 |
2014-07-03 | Removing HP_TIMING_ACCUM as unused | Richard Henderson | 2 | -32/+0 |
2014-07-03 | Removing HP_TIMING_ZERO as unused | Richard Henderson | 2 | -4/+0 |
2014-06-26 | Fix Wundef warning for ELF_MACHINE_NO_RELA | Siddhesh Poyarekar | 2 | -0/+2 |
2014-06-25 | Move base_machine and machine settings from configure.ac to sysdeps preconfig... | Joseph Myers | 1 | -0/+24 |
2014-06-25 | SPARC: Consolidate unnecessary nptl/ subdirectories. | Roland McGrath | 32 | -8/+9 |