about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Remove stale references to libdl.aFlorian Weimer2021-06-091-6/+1
* Fix elf/tst-tls9-static after libdl cleanups.Stefan Liebler2021-06-091-2/+0
* dlfcn: Rework static dlopen hooksFlorian Weimer2021-06-033-68/+24
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-143/+29
* dlfcn: Move dlvsym into libcFlorian Weimer2021-06-031-1/+1
* dlfcn: Move dlsym into libcFlorian Weimer2021-06-032-1/+1
* elf: Use custom NODELETE DSO for tst-dlopenfail, tst-dlopenfail-2Florian Weimer2021-05-215-36/+61
* nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer2021-05-211-2/+3
* elf: Initialize GLRO (dl_minsigstacksize) after static dlopenFlorian Weimer2021-05-201-0/+3
* elf: Add hook for checking HWCAP bits after auxiliary vector parsingFlorian Weimer2021-05-191-0/+3
* ldconfig: Avoid boolean coercion of opt_chrootSiddhesh Poyarekar2021-05-181-17/+17
* ldconfig: Fix memory leaksSiddhesh Poyarekar2021-05-181-6/+14
* elf/cache.c: Fix resource leaks identified by static analyzersSiddhesh Poyarekar2021-05-181-4/+12
* elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer2021-05-173-14/+20
* elf: Remove DL_STATIC_INITFlorian Weimer2021-05-171-4/+0
* elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer2021-05-175-5/+174
* Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER2021-05-123-5/+3
* elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy2021-05-113-15/+6
* elf: Add test case for [BZ #19329]Szabolcs Nagy2021-05-113-2/+76
* elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy2021-05-113-16/+40
* elf: Fix data races in pthread_create and TLS access [BZ #19329]Szabolcs Nagy2021-05-111-16/+47
* _dl_exception_create_format: Add missing va_endSiddhesh Poyarekar2021-05-111-0/+1
* nptl: Move changing of stack permissions into ld.soFlorian Weimer2021-05-103-6/+10
* nptl: Move more stack management variables into _rtld_globalFlorian Weimer2021-05-101-0/+3
* elf: Introduce __tls_pre_init_tpFlorian Weimer2021-05-103-38/+31
* elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer2021-05-103-1/+39
* nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer2021-05-051-2/+4
* elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer2021-05-055-5/+46
* pthread: Introduce __pthread_early_initFlorian Weimer2021-04-211-0/+3
* elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer2021-04-213-13/+27
* dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer2021-04-214-11/+52
* dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer2021-04-215-2/+97
* nptl: Move __pthread_unwind_next into libcFlorian Weimer2021-04-211-0/+2
* elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy2021-04-211-47/+6
* elf: Fix missing include in test case [BZ #27136]Szabolcs Nagy2021-04-151-0/+1
* elf: Refactor _dl_update_slotinfo to avoid use after freeSzabolcs Nagy2021-04-151-16/+5
* elf: Fix comments and logic in _dl_add_to_slotinfoSzabolcs Nagy2021-04-151-10/+1
* elf: Add a DTV setup test [BZ #27136]Szabolcs Nagy2021-04-153-1/+109
* elf: Fix a DTV setup issue [BZ #27136]Szabolcs Nagy2021-04-151-1/+1
* Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2021-04-122-30/+52
* Enhance setuid-tunables testSiddhesh Poyarekar2021-04-122-23/+69
* tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar2021-04-121-183/+14
* tunables: Fix comparison of tunable valuesSiddhesh Poyarekar2021-04-073-11/+49
* elf: Fix data race in _dl_name_match_p [BZ #21349]Maninder Singh2021-04-062-2/+20
* elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault2021-03-242-21/+12
* elf: Add EM_INTELGT for Intel Graphics TechnologyH.J. Lu2021-03-191-1/+2
* Build libc-start with stack protector for SHAREDSiddhesh Poyarekar2021-03-151-4/+0
* Add inhibit_stack_protector to ifuncmain9 [BZ #25680]David Hughes2021-03-151-0/+1
* elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer2021-03-152-3/+23
* elf: Always set l in _dl_init_paths (bug 23462)Carlos O'Donell2021-03-123-35/+65