| Commit message (Expand) | Author | Age | Files | Lines |
* | hppa/ia64: _dl_unmap: make it hidden | Mike Frysinger | 2015-07-16 | 2 | -2/+2 |
* | hppa/ia64: _dl_symbol_address: add PLT bypass for rtld | Mike Frysinger | 2015-07-16 | 1 | -0/+1 |
* | Set errno for log1p on pole/domain error. | Stefan Liebler | 2015-04-13 | 3 | -0/+60 |
* | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 2015-03-05 | 1 | -1/+1 |
* | Clean up sysdep-dl-routines variable. | Roland McGrath | 2015-02-06 | 1 | -2/+0 |
* | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -2/+4 |
* | 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 | -3/+5 |
* | 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 | 82 | -82/+82 |
* | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 2014-12-31 | 1 | -2/+4 |
* | Fix libm feraiseexcept namespace (bug 17723). | Joseph Myers | 2014-12-30 | 2 | -3/+5 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 1 | -1/+1 |
* | Add arch-specific configuration for C11 atomics support. | Torvald Riegel | 2014-11-20 | 1 | -0/+3 |
* | Don't use INTDEF/INTUSE with _dl_init (bug 14132). | Joseph Myers | 2014-11-04 | 1 | -1/+1 |
* | NPTL: Clean up THREAD_SYSINFO macros. | Roland McGrath | 2014-10-17 | 1 | -1/+5 |
* | Require autoconf 2.69 | H.J. Lu | 2014-09-29 | 2 | -1/+4 |
* | IA64: Move NPTL public headers to sysdeps/ia64/nptl/. | Roland McGrath | 2014-08-04 | 2 | -0/+212 |
* | IA64: Define TLS_DEFINE_INIT_TP | Roland McGrath | 2014-08-04 | 1 | -0/+4 |
* | Move architecture shlib-versions files to Linux-specific directories. | Joseph Myers | 2014-07-17 | 2 | -7/+0 |
* | Always provide HP_SMALL_TIMING_AVAIL | Richard Henderson | 2014-07-03 | 1 | -0/+1 |
* | Unify hp-timing implementations | Richard Henderson | 2014-07-03 | 1 | -55/+1 |
* | Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead | Richard Henderson | 2014-07-03 | 3 | -44/+0 |
* | Removing HP_TIMING_ACCUM as unused | Richard Henderson | 2014-07-03 | 1 | -22/+2 |
* | Removing HP_TIMING_ZERO as unused | Richard Henderson | 2014-07-03 | 1 | -6/+0 |
* | Remove relro configure test. | Joseph Myers | 2014-06-27 | 1 | -3/+0 |
* | Fix Wundef warning for ELF_MACHINE_NO_RELA | Siddhesh Poyarekar | 2014-06-26 | 1 | -0/+1 |
* | [BZ #6803] Set errno for scalbln, scalbn | Stefan Liebler | 2014-06-20 | 1 | -0/+20 |
* | Remove second argument from TLS_INIT_TP macro | Andreas Schwab | 2014-05-27 | 1 | -1/+1 |
* | Clean up __exit_thread. | Roland McGrath | 2014-05-13 | 1 | -6/+0 |
* | Compile with -Wundef. | Roland McGrath | 2014-03-14 | 1 | -0/+1 |
* | Don't include individual test ulps in libm-test-ulps. | Joseph Myers | 2014-03-05 | 1 | -8260/+0 |
* | ia64: relocate out of ports/ subdir | Mike Frysinger | 2014-02-16 | 396 | -0/+155362 |
* | Remove IA-64 support | Ulrich Drepper | 2012-01-07 | 377 | -147538/+0 |
* | Prevent warnings due to long long constants | Ulrich Drepper | 2011-12-23 | 1 | -12/+23 |
* | Optimize libm | Ulrich Drepper | 2011-10-12 | 1 | -0/+25 |
* | Don't call ifunc functions in trace mode | Andreas Schwab | 2011-10-05 | 1 | -2/+4 |
* | Remove --wth-tls option, TLS support is required | Ulrich Drepper | 2011-09-11 | 2 | -42/+115 |
* | Remove support for !USE___THREAD | Ulrich Drepper | 2011-09-10 | 1 | -15/+8 |
* | Handle recursive calls in backtrace better | Ulrich Drepper | 2011-05-14 | 1 | -4/+23 |
* | Remove doubled words. | Jim Meyering | 2011-04-22 | 3 | -5/+5 |
* | Typo fix appproximated. | Justin P. Mattock | 2011-04-17 | 2 | -2/+2 |
* | Fix memory leak in TLS of loaded objects. | Ulrich Drepper | 2011-04-10 | 1 | -1/+4 |
* | Make PowerPC64 default to nonexecutable stack | Ryan S. Arnold | 2010-12-19 | 1 | -1/+7 |
* | Correct implementation of fmaf. | Jakub Jelinek | 2010-10-11 | 2 | -2/+4 |
* | Avoid PLT call to fegetenv on s390 | Andreas Schwab | 2010-02-09 | 1 | -0/+1 |
* | Whitespace and copyright year fixes. | Ulrich Drepper | 2010-02-06 | 1 | -9/+9 |
* | memchr overshoots on ia64 | H.J. Lu | 2010-02-06 | 1 | -2/+6 |
* | Properly recover from shorter read. | H.J. Lu | 2009-11-20 | 1 | -3/+11 |