about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
...
* elf: Remove redundant add_to_global_resize_failure call from dl_open_argsFlorian Weimer2020-05-121-5/+0
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-301-1/+1
* elf: Add initial flag argument to __libc_early_initFlorian Weimer2020-04-295-11/+29
* elf: Implement __libc_early_initFlorian Weimer2020-04-249-2/+261
* elf: Introduce <elf_machine_sym_no_match.h>Florian Weimer2020-04-241-8/+2
* elf: Support lld-style link map for librtld.mapFangrui Song2020-04-211-1/+2
* elf: Implement DT_AUDIT, DT_DEPAUDIT support [BZ #24943]Florian Weimer2020-04-038-3/+273
* elf: Simplify handling of lists of audit stringsFlorian Weimer2020-04-031-117/+112
* ARC: add definitions to elf/elf.hVineet Gupta2020-03-251-1/+69
* Fix tests which expose ldbl -> _Float128 redirectsPaul E. Murphy2020-03-251-0/+11
* parse_tunables: Fix typo in commentJonathan Wakely2020-03-131-1/+1
* ldconfig: trace origin paths with -vDJ Delorie2020-03-111-6/+24
* elf: Fix wrong indentation from commit eb447b7b4bAdhemerval Zanella2020-03-101-5/+6
* elf: Add elf/check-wx-segment, a test for the presence of WX segmentsFlorian Weimer2020-03-021-0/+7
* elf: Apply attribute_relro to pointers in elf/dl-minimal.cFlorian Weimer2020-02-261-8/+8
* csu: Use ELF constructor instead of _init in libc.soFlorian Weimer2020-02-251-1/+1
* Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer2020-02-182-8/+5
* ld.so: Do not export free/calloc/malloc/realloc functions [BZ #25486]Florian Weimer2020-02-155-19/+103
* elf: Extract _dl_sym_post, _dl_sym_find_caller_map from elf/dl-sym.cFlorian Weimer2020-02-152-82/+110
* elf: Introduce the rtld-stubbed-symbols makefile variableFlorian Weimer2020-02-151-9/+13
* elf: avoid stack allocation in dl_open_workerDavid Kilroy2020-02-121-16/+12
* elf: avoid redundant sort in dlopenDavid Kilroy2020-02-121-4/+4
* elf: Allow dlopen of filter object to work [BZ #16272]David Kilroy2020-02-1211-16/+327
* elf.h: Add R_RISCV_IRELATIVEFangrui Song2020-02-121-1/+2
* Fix elf/tst-rtld-preload cross-testing.Joseph Myers2020-01-242-9/+8
* Fix cross-testing of tst-ifunc-fault-* tests.Joseph Myers2020-01-231-3/+4
* powerpc: Move cache line size to rtld_global_roTulio Magno Quites Machado Filho2020-01-172-4/+2
* elf: Add elf/tst-dlopenfail-2 [BZ #25396]Florian Weimer2020-01-163-2/+83
* Clear GL(dl_initfirst) when freeing its link_map memory [BZ# 25396]H.J. Lu2020-01-161-0/+4
* Fix "elf: Add tst-ldconfig-ld_so_conf-update test" on 32bit.Stefan Liebler2020-01-131-2/+4
* elf: Add tst-ldconfig-ld_so_conf-update testAlexandra Hájková2020-01-095-3/+132
* elf: Move vDSO setup to rtld (BZ#24967)Adhemerval Zanella2020-01-032-1/+13
* elf: Enable relro for static buildAdhemerval Zanella2020-01-031-4/+14
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-015-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01212-212/+212
* Fix test isolation for elf/tst-ifunc-fault-lazy, elf/tst-ifunc-fault-bindnowFlorian Weimer2019-12-191-4/+3
* tunables: report sbrk() failureDJ Delorie2019-12-161-5/+4
* dlopen: Do not block signalsFlorian Weimer2019-12-131-26/+11
* dlopen: Rework handling of pending NODELETE statusFlorian Weimer2019-12-134-38/+51
* dlopen: Fix issues related to NODELETE handling and relocationsFlorian Weimer2019-12-1323-32/+992
* ldconfig: Do not print a warning for a missing ld.so.conf fileFlorian Weimer2019-12-111-2/+3
* Expand $(as-needed) and $(no-as-needed) throughout the build systemFlorian Weimer2019-12-031-24/+24
* elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer2019-12-023-0/+94
* elf/tst-dlopenfail: Disable --no-as-needed for tst-dlopenfailmod1.soFlorian Weimer2019-12-021-2/+5
* Move _dl_open_check to its original place in dl_open_workerFlorian Weimer2019-11-271-6/+2
* Block signals during the initial part of dlopenFlorian Weimer2019-11-271-2/+26
* Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]Florian Weimer2019-11-279-38/+308
* Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]Florian Weimer2019-11-273-129/+249
* Avoid late failure in dlopen in global scope update [BZ #25112]Florian Weimer2019-11-271-48/+106
* Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]Florian Weimer2019-11-276-21/+210