Age | Commit message (Expand) | Author | Files | Lines |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-10-15 | Always enable pointer guard [BZ #18928] | Florian Weimer | 1 | -11/+4 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2014-12-11 | Constify string parameters | Andreas Schwab | 1 | -2/+2 |
2014-11-05 | Remove INTDEF / INTUSE / INTVARDEF (bug 14132). | Joseph Myers | 1 | -2/+2 |
2014-11-05 | Don't use INTDEF/INTUSE with _dl_mcount (bug 14132). | Joseph Myers | 1 | -1/+1 |
2014-11-04 | Don't use INTDEF/INTUSE with _dl_argv (bug 14132). | Joseph Myers | 1 | -20/+20 |
2014-10-10 | Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132). | Joseph Myers | 1 | -9/+9 |
2014-07-03 | Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAIL | Richard Henderson | 1 | -13/+5 |
2014-07-03 | Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead | Richard Henderson | 1 | -3/+0 |
2014-05-27 | Remove second argument from TLS_INIT_TP macro | Andreas Schwab | 1 | -2/+2 |
2014-05-14 | Remove last use of USE___THREAD | Andreas Schwab | 1 | -149/+5 |
2014-03-13 | Use __ehdr_start, when available, for rtld to get its own headers. | Roland McGrath | 1 | -4/+19 |
2014-03-12 | 2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com> | Paul Pluzhnikov | 1 | -2/+3 |
2014-02-25 | BZ #16613: Support TLS in audit libraries. | Carlos O'Donell | 1 | -1/+6 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 1 | -20/+20 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 1 | -1/+1 |
2013-11-18 | Adjust AT_EXECFN when using explicit loader invocation. | Paul Pluzhnikov | 1 | -0/+3 |
2013-11-03 | Remove unused NONTLS_INIT_TP. | Ondřej Bílka | 1 | -4/+0 |
2013-10-20 | Print the reason why preloading failed in do_preload() | Michael Stahl | 1 | -2/+2 |
2013-05-29 | Avoid crashing in LD_DEBUG when program name is unavailable | Siddhesh Poyarekar | 1 | -8/+5 |
2013-03-01 | Fix NEED_DL_SYSINFO_DSO conditionals. | Roland McGrath | 1 | -2/+2 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2012-10-05 | Set up the data structures for vDSO in libc.a | H.J. Lu | 1 | -94/+2 |
2012-10-03 | Clean up conditionalize of ld.so.cache support. | Roland McGrath | 1 | -1/+1 |
2012-09-28 | Define VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h | H.J. Lu | 1 | -9/+0 |
2012-09-19 | rtld: limit self loading check to normal mode only | Dmitry V. Levin | 1 | -1/+2 |
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | 1 | -0/+2 |
2012-07-27 | Add SystemTap static probes to the runtime linker. [BZ #14298] | Gary Benson | 1 | -0/+3 |
2012-06-22 | Fix invalid memory access in do_lookup_x. | Andreas Schwab | 1 | -0/+2 |
2012-05-14 | Use _dl_fatal_printf instead of a private variant. | Roland McGrath | 1 | -1/+1 |
2012-04-11 | New ld.so argument --inhibit-ldcache to disable ld.so.cache lookup | Siddhesh Poyarekar | 1 | -0/+9 |
2012-04-05 | Fix DL_DEBUG_UNUSED to elide the VDSO and handle PLT references properly. | David S. Miller | 1 | -1/+14 |
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 1 | -1/+1 |
2012-02-29 | Always set l_used for vDSO. | Marek Polacek | 1 | -1/+4 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 |
2011-10-05 | Don't call ifunc functions in trace mode | Andreas Schwab | 1 | -5/+7 |
2011-09-14 | Also relocate in dependency order when doing symbol dependency testing | Andreas Schwab | 1 | -7/+4 |
2011-09-13 | Only use USE___THREAD when defined | Andreas Schwab | 1 | -2/+12 |
2011-09-12 | Revert "Remove last use of USE___THREAD" | Ulrich Drepper | 1 | -3/+135 |
2011-09-12 | Remove last use of USE___THREAD | Andreas Schwab | 1 | -135/+3 |
2011-09-10 | Simplify malloc initialization | Ulrich Drepper | 1 | -0/+1 |
2011-08-30 | Relocate objects in dependency order | Andreas Schwab | 1 | -8/+4 |
2011-08-16 | Improve printing of lookup scopes | Ulrich Drepper | 1 | -1/+1 |
2011-08-14 | Warning patrol. | Roland McGrath | 1 | -1/+1 |
2011-08-13 | Implement LD_DEBUG=scopes | Ulrich Drepper | 1 | -2/+14 |
2011-05-30 | Handle DSOs without any dependency in ld.so | Ulrich Drepper | 1 | -1/+0 |
2011-05-30 | One more thinko in CL | Ulrich Drepper | 1 | -0/+1 |
2011-05-30 | Prevent loader from loading itself | Ulrich Drepper | 1 | -0/+8 |