]> sourceware.org Git - glibc.git/history - elf/rtld.c
elf: Implement __libc_early_init
[glibc.git] / elf / rtld.c
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"
2011-09-12 Andreas SchwabRemove last use of USE___THREAD
2011-09-11 Ulrich DrepperSimplify malloc initialization
2011-09-05 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-30 Andreas SchwabRelocate objects in dependency order
2011-08-20 Roland McGrathMerge branch 'roland/x86-tcb-align'
2011-08-16 Ulrich DrepperImprove printing of lookup scopes
2011-08-15 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-14 Roland McGrathWarning patrol.
2011-08-14 Ulrich DrepperImplement LD_DEBUG=scopes
2011-05-30 Ulrich DrepperHandle DSOs without any dependency in ld.so
2011-05-30 Ulrich DrepperOne more thinko in CL
2011-05-30 Ulrich DrepperPrevent loader from loading itself
2011-02-20 Andreas SchwabMove setting variable in relro data earlier in ld.so.
2010-12-20 Ryan S. ArnoldMake PowerPC64 default to nonexecutable stack
2010-10-26 Ulrich DrepperFix assertion in ld.so, introduced by delayed adding...
2010-10-26 Andreas KrebbelFix concurrency problem between dl_open and dl_iterate_phdr
2010-10-25 Andreas SchwabRequire suid bit on audit objects in privileged programs
next
This page took 0.957551 seconds and 108 git commands to generate.