]> git.ipfire.org Git - thirdparty/glibc.git/history - elf/rtld.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / elf / rtld.c
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-15  Florian Weimerelf: Record libc.so link map when it is the main progra...
2020-12-11  Szabolcs Nagyelf: Pass the fd to note processing
2020-12-04  Florian Weimerelf: Add glibc-hwcaps support for LD_LIBRARY_PATH
2020-11-16  Florian Weimernptl: Move stack list variables into _rtld_global
2020-10-13  Rolf Eike Beerrtld: fix typo in comment
2020-10-08  Florian Weimerelf: Implement ld.so --version
2020-10-08  Florian Weimerelf: Implement ld.so --help
2020-10-08  Florian Weimerelf: Record whether paths come from LD_LIBRARY_PATH...
2020-10-08  Florian Weimerelf: Move ld.so error/help output to _dl_usage
2020-10-08  Florian Weimerelf: Extract command-line/environment variables state...
2020-09-29  Vincent Mihalkovicld.so: add an --argv0 option [BZ #16124]
2020-07-08  Szabolcs Nagyrtld: Account static TLS surplus for audit modules
2020-07-08  Szabolcs Nagyrtld: Add rtld.nns tunable for the number of supported...
2020-07-08  Szabolcs Nagyrtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling
2020-05-18  H.J. Lux86: Move CET control to _dl_x86_feature_control [BZ...
2020-04-29  Florian Weimerelf: Add initial flag argument to __libc_early_init
2020-04-24  Florian Weimerelf: Implement __libc_early_init
2020-04-03  Florian Weimerelf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]
2020-04-03  Florian Weimerelf: Simplify handling of lists of audit strings
2020-02-15  Florian Weimerld.so: Do not export free/calloc/malloc/realloc functio...
2020-01-03  Adhemerval Zanellaelf: Move vDSO setup to rtld (BZ#24967)
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-11-27  Florian WeimerAvoid late dlopen failure due to scope, TLS slotinfo...
2019-11-15  Florian WeimerIntroduce link_map_audit_state accessor function
2019-11-15  Florian WeimerProperly initialize audit cookie for the dynamic loader...
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-03-22  Adhemerval ZanellaRefactor hp-timing rtld usage
2019-03-22  Adhemerval Zanellanptl: Remove pthread_clock_gettime pthread_clock_settime
2019-02-22  Joseph MyersBreak some lines before not after operators.
2019-02-12  Florian Weimerelf: Ignore LD_AUDIT interfaces if la_version returns...
2019-02-12  Joseph MyersAdd fall-through comments.
2019-02-04  David Newallelf: Implement --preload option for the dynamic linker
2019-01-25  Adhemerval Zanella[elf] Revert 8e889c5da3 (BZ#24122)
2019-01-24  Adhemerval Zanellaelf: Fix LD_AUDIT for modules with invalid version...
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-07-16  H.J. Lux86: Support IBT and SHSTK in Intel CET [BZ #21598]
2018-06-12  Zack WeinbergAvoid cancellable I/O primitives in ld.so.
2018-04-04  Maciej W. Rozyckielf: Unify symbol address run-time calculation [BZ...
2018-02-21  Florian Weimerelf: Remove ad-hoc restrictions on dlopen callers ...
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-18  Florian Weimerld.so: Examine GLRO to detect inactive loader [BZ ...
2017-12-10  Aurelien Jarnoelf/rtld.c (init_tls): Add missing new line to the...
2017-10-03  H.J. Luld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAP
2017-08-14  Florian Weimer_dl_start: Remove internal_function attribute
2017-07-17  Tulio Magno Quites... powerpc: Fix float128 IFUNC relocations [BZ #21707]
2017-06-19  Florian Weimerld.so: Reject overly long LD_AUDIT path elements
2017-06-19  Florian Weimerld.so: Reject overly long LD_PRELOAD path elements
2017-06-19  Florian WeimerCVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE...
2017-06-08  H.J. Luld.so: Consolidate 2 strtouls into _dl_strtoul [BZ...
2017-06-07  Siddhesh Poyarekartunables: Use glibc.tune.hwcap_mask tunable instead...
2017-04-13  Florian WeimerAssume that O_NOFOLLOW is always defined
2017-03-07  Siddhesh PoyarekarIgnore and remove LD_HWCAP_MASK for AT_SECURE programs...
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31  Siddhesh PoyarekarAdd framework for tunables
2016-11-30  Florian WeimerImplement _dl_catch_error, _dl_signal_error in libc...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-15  Florian WeimerAlways enable pointer guard [BZ #18928]
2015-09-08  Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-11  Andreas SchwabConstify string parameters
2014-11-05  Joseph MyersRemove INTDEF / INTUSE / INTVARDEF (bug 14132).
2014-11-05  Joseph MyersDon't use INTDEF/INTUSE with _dl_mcount (bug 14132).
2014-11-04  Joseph MyersDon't use INTDEF/INTUSE with _dl_argv (bug 14132).
2014-10-10  Joseph MyersDon't use INTVARDEF/INTUSE with __libc_enable_secure...
2014-07-03  Richard HendersonRely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAIL
2014-07-03  Richard HendersonRemove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead
2014-05-27  Andreas SchwabRemove second argument from TLS_INIT_TP macro
2014-05-14  Andreas SchwabRemove last use of USE___THREAD
2014-03-13  Roland McGrathUse __ehdr_start, when available, for rtld to get its...
2014-03-12  Paul Pluzhnikov2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
2014-02-25  Carlos O'DonellBZ #16613: Support TLS in audit libraries.
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-11-18  Paul PluzhnikovAdjust AT_EXECFN when using explicit loader invocation.
2013-11-03  Ondřej BílkaRemove unused NONTLS_INIT_TP.
2013-10-20  Michael StahlPrint the reason why preloading failed in do_preload()
2013-05-29  Siddhesh PoyarekarAvoid crashing in LD_DEBUG when program name is unavailable
2013-03-01  Roland McGrathFix NEED_DL_SYSINFO_DSO conditionals.
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-10-05  H.J. LuSet up the data structures for vDSO in libc.a
2012-10-03  Roland McGrathClean up conditionalize of ld.so.cache support.
2012-09-28  H.J. LuDefine VERSYMIDX/VALIDX/ADDRIDX in ldsodefs.h
2012-09-19  Dmitry V. Levinrtld: limit self loading check to normal mode only
2012-07-30  Roland McGrathFix lots of bitrot for stub configurations.
2012-07-27  Gary BensonAdd SystemTap static probes to the runtime linker....
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-06-22  Andreas SchwabFix invalid memory access in do_lookup_x.
2012-05-14  Roland McGrathUse _dl_fatal_printf instead of a private variant.
2012-04-10  Siddhesh PoyarekarNew ld.so argument --inhibit-ldcache to disable ld...
2012-04-05  David S. MillerFix DL_DEBUG_UNUSED to elide the VDSO and handle PLT...
2012-03-27  Andreas JaegerMerge branch 'elf-move'
2012-03-20  H.J. LuMove stdio-common/_itoa.h to sysdeps/generic
2012-03-07  Andreas JaegerMerge branch 'master' into bug13658-branch
2012-02-29  Marek PolacekAlways set l_used for vDSO.
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2011-10-05  Andreas SchwabDon't call ifunc functions in trace mode
2011-09-14  Andreas SchwabAlso relocate in dependency order when doing symbol...
2011-09-13  Andreas SchwabOnly use USE___THREAD when defined
2011-09-12  Ulrich DrepperRevert "Remove last use of USE___THREAD"
next