about summary refs log tree commit diff
path: root/elf/rtld.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu2020-05-181-0/+2
* elf: Add initial flag argument to __libc_early_initFlorian Weimer2020-04-291-2/+4
* elf: Implement __libc_early_initFlorian Weimer2020-04-241-0/+4
* elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]Florian Weimer2020-04-031-1/+22
* elf: Simplify handling of lists of audit stringsFlorian Weimer2020-04-031-117/+112
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-151-0/+12
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-031-1/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer2019-11-271-2/+2
* Introduce link_map_audit_state accessor functionFlorian Weimer2019-11-151-8/+10
* Properly initialize audit cookie for the dynamic loader [BZ #25157]Florian Weimer2019-11-151-7/+7
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Refactor hp-timing rtld usageAdhemerval Zanella2019-03-221-151/+130
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-221-2/+0
* Break some lines before not after operators.Joseph Myers2019-02-221-2/+2
* elf: Ignore LD_AUDIT interfaces if la_version returns 0 [BZ #24122]Florian Weimer2019-02-121-162/+200
* Add fall-through comments.Joseph Myers2019-02-121-0/+4
* elf: Implement --preload option for the dynamic linkerDavid Newall2019-02-041-5/+25
* [elf] Revert 8e889c5da3 (BZ#24122)Adhemerval Zanella2019-01-251-25/+5
* elf: Fix LD_AUDIT for modules with invalid version (BZ#24122)Adhemerval Zanella2019-01-241-5/+25
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu2018-07-161-0/+9
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-121-1/+2
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-1/+1
* elf: Remove ad-hoc restrictions on dlopen callers [BZ #22787]Florian Weimer2018-02-211-1/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* ld.so: Examine GLRO to detect inactive loader [BZ #20204]Florian Weimer2017-12-181-1/+3
* elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ ...Aurelien Jarno2017-12-101-1/+1
* ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAPH.J. Lu2017-10-031-1/+2
* _dl_start: Remove internal_function attributeFlorian Weimer2017-08-141-1/+1
* powerpc: Fix float128 IFUNC relocations [BZ #21707]Tulio Magno Quites Machado Filho2017-07-171-1/+3
* ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer2017-06-191-15/+95
* ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer2017-06-191-16/+66
* CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer2017-06-191-1/+2
* ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu2017-06-081-2/+1
* tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar2017-06-071-0/+4
* Assume that O_NOFOLLOW is always definedFlorian Weimer2017-04-131-4/+0
* Ignore and remove LD_HWCAP_MASK for AT_SECURE programs (bug #21209)Siddhesh Poyarekar2017-03-071-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Add framework for tunablesSiddhesh Poyarekar2016-12-311-0/+2
* Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]Florian Weimer2016-11-301-19/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Always enable pointer guard [BZ #18928]Florian Weimer2015-10-151-11/+4
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Constify string parametersAndreas Schwab2014-12-111-2/+2
* Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers2014-11-051-2/+2
* Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers2014-11-051-1/+1
* Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers2014-11-041-20/+20
* Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers2014-10-101-9/+9