| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the abilist format | Florian Weimer | 2015-11-06 | 10 | -20/+0 |
* | malloc: Rewrite with explicit TLS access using __thread | Florian Weimer | 2015-10-17 | 1 | -7/+0 |
* | Mark _dl_catch_error hidden | H.J. Lu | 2015-10-15 | 1 | -0/+12 |
* | Mark internal _itoa functions hidden | H.J. Lu | 2015-10-15 | 1 | -2/+3 |
* | Mark internal _dl_XXX functions hidden | H.J. Lu | 2015-10-15 | 2 | -19/+25 |
* | Mark _wordcopy_XXX functions hidden | H.J. Lu | 2015-10-15 | 1 | -4/+8 |
* | Always enable pointer guard [BZ #18928] | Florian Weimer | 2015-10-15 | 1 | -3/+0 |
* | Fix lrint, llrint, lround, llround missing exceptions for MIPS (bug 16399). | Joseph Myers | 2015-10-09 | 1 | -0/+31 |
* | Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190... | Joseph Myers | 2015-10-05 | 1 | -0/+27 |
* | Fix clog, clog10 inaccuracy (bug 19016). | Joseph Myers | 2015-09-28 | 1 | -2/+2 |
* | Refactor code forcing underflow exceptions. | Joseph Myers | 2015-09-23 | 1 | -0/+52 |
* | Avoid excess range overflowing results from cosh, sinh, lgamma (bug 18980). | Joseph Myers | 2015-09-18 | 1 | -0/+24 |
* | Move bits/atomic.h to atomic-machine.h (bug 14912). | Joseph Myers | 2015-09-11 | 1 | -0/+42 |
* | Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558). | Joseph Myers | 2015-09-10 | 1 | -0/+16 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 4 | -3/+143 |
* | Rename bits/linkmap.h to linkmap.h (bug 14912). | Joseph Myers | 2015-09-04 | 1 | -0/+4 |
* | Rename bits/stdio-lock.h to stdio-lock.h (bug 14912). | Joseph Myers | 2015-09-04 | 1 | -0/+57 |
* | Rename bits/libc-tsd.h to libc-tsd.h (bug 14912). | Joseph Myers | 2015-09-03 | 1 | -0/+60 |
* | Adjust _Unwind_Word in unwind.h to version in libgcc. | Stefan Liebler | 2015-08-26 | 1 | -2/+2 |
* | Factor file identity rules out of generic rtld code. | Roland McGrath | 2015-07-14 | 1 | -0/+46 |
* | Refactoring of START for conditions in individual tests | Andrew Senkevich | 2015-05-14 | 1 | -0/+24 |
* | Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86 | H.J. Lu | 2015-03-31 | 1 | -1/+11 |
* | Define ETH_ALEN in generic <netinet/if_ether.h>. | Roland McGrath | 2015-03-04 | 1 | -3/+3 |
* | Add placeholder c++-types.data and *.abilist files. | Roland McGrath | 2015-02-13 | 11 | -0/+22 |
* | Fix recursive dlopen. | Carlos O'Donell | 2015-01-21 | 1 | -2/+2 |
* | Clean up allocrtsig code. | Roland McGrath | 2015-01-08 | 1 | -27/+0 |
* | Fix libm feupdateenv namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -3/+3 |
* | Fix libm fesetround namespace (bug 17748). | Joseph Myers | 2015-01-07 | 1 | -4/+4 |
* | Fix libm fesetenv namespace (bug 17748). | Joseph Myers | 2015-01-06 | 1 | -2/+2 |
* | ARM: Consolidate with generic unwinder wrapper code | Roland McGrath | 2015-01-05 | 1 | -0/+33 |
* | Fix libm feholdexcept namespace (bug 17748). | Joseph Myers | 2015-01-05 | 1 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 81 | -81/+81 |
* | Fix libm fegetenv namespace (bug 17748). | Joseph Myers | 2014-12-31 | 1 | -2/+2 |
* | Add hidden __tls_get_addr/___tls_get_addr alias | H.J. Lu | 2014-12-21 | 1 | -4/+3 |
* | Fix profil_counter namespace (bug 17725). | Joseph Myers | 2014-12-17 | 1 | -1/+1 |
* | Remove NOT_IN_libc | Siddhesh Poyarekar | 2014-11-24 | 2 | -3/+3 |
* | Remove IS_IN_rtld | Siddhesh Poyarekar | 2014-11-24 | 3 | -8/+8 |
* | Run check-localpltk/textrel/execstack over ld.so. | Carlos O'Donell | 2014-11-06 | 1 | -0/+9 |
* | Remove INTDEF / INTUSE / INTVARDEF (bug 14132). | Joseph Myers | 2014-11-05 | 1 | -3/+1 |
* | Don't use INTDEF/INTUSE with _dl_mcount (bug 14132). | Joseph Myers | 2014-11-05 | 1 | -2/+1 |
* | Don't use INTDEF/INTUSE with _dl_argv (bug 14132). | Joseph Myers | 2014-11-04 | 1 | -8/+2 |
* | Don't use INTDEF/INTUSE in unwind-dw2-fde.c (bug 14132). | Joseph Myers | 2014-10-28 | 1 | -15/+18 |
* | Add __safe_fatal and use it in __pthread_unwind forwarder fallback. | Roland McGrath | 2014-07-31 | 1 | -0/+37 |
* | Use __builtin_trap for ABORT_INSTRUCTION. | Roland McGrath | 2014-07-31 | 1 | -1/+30 |
* | Fix Wundef warning for __cplusplus | Siddhesh Poyarekar | 2014-07-09 | 1 | -1/+1 |
* | Add comment for MEMCPY_OK_FOR_FWD_MEMMOVE | Siddhesh Poyarekar | 2014-07-05 | 1 | -0/+3 |
* | Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAIL | Richard Henderson | 2014-07-03 | 1 | -1/+1 |
* | Always provide HP_SMALL_TIMING_AVAIL | Richard Henderson | 2014-07-03 | 1 | -0/+1 |
* | Unify hp-timing implementations | Richard Henderson | 2014-07-03 | 2 | -31/+63 |
* | Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead | Richard Henderson | 2014-07-03 | 2 | -9/+0 |