aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2021-06-17elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer4-3/+66
2021-06-09Remove stale references to libdl.aFlorian Weimer1-6/+1
2021-06-09Fix elf/tst-tls9-static after libdl cleanups.Stefan Liebler1-2/+0
2021-06-03dlfcn: Rework static dlopen hooksFlorian Weimer3-68/+24
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-143/+29
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer1-1/+1
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer2-1/+1
2021-05-21elf: Use custom NODELETE DSO for tst-dlopenfail, tst-dlopenfail-2Florian Weimer5-36/+61
2021-05-21nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variablesFlorian Weimer1-2/+3
2021-05-20elf: Initialize GLRO (dl_minsigstacksize) after static dlopenFlorian Weimer1-0/+3
2021-05-19elf: Add hook for checking HWCAP bits after auxiliary vector parsingFlorian Weimer1-0/+3
2021-05-18ldconfig: Avoid boolean coercion of opt_chrootSiddhesh Poyarekar1-17/+17
2021-05-18ldconfig: Fix memory leaksSiddhesh Poyarekar1-6/+14
2021-05-18elf/cache.c: Fix resource leaks identified by static analyzersSiddhesh Poyarekar1-4/+12
2021-05-17elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer3-14/+20
2021-05-17elf: Remove DL_STATIC_INITFlorian Weimer1-4/+0
2021-05-17elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer5-5/+174
2021-05-12Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER3-5/+3
2021-05-11elf: Fix DTV gap reuse logic [BZ #27135]Szabolcs Nagy3-15/+6
2021-05-11elf: Add test case for [BZ #19329]Szabolcs Nagy3-2/+76
2021-05-11elf: Use relaxed atomics for racy accesses [BZ #19329]Szabolcs Nagy3-16/+40
2021-05-11elf: Fix data races in pthread_create and TLS access [BZ #19329]Szabolcs Nagy1-16/+47
2021-05-11_dl_exception_create_format: Add missing va_endSiddhesh Poyarekar1-0/+1
2021-05-10nptl: Move changing of stack permissions into ld.soFlorian Weimer3-6/+10
2021-05-10nptl: Move more stack management variables into _rtld_globalFlorian Weimer1-0/+3
2021-05-10elf: Introduce __tls_pre_init_tpFlorian Weimer3-38/+31
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer3-1/+39
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer1-2/+4
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer5-5/+46
2021-04-21pthread: Introduce __pthread_early_initFlorian Weimer1-0/+3
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer3-13/+27
2021-04-21dlfcn: dlerror needs to call free from the base namespace [BZ #24773]Florian Weimer4-11/+52
2021-04-21dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer5-2/+97
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer1-0/+2
2021-04-21elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy1-47/+6
2021-04-15elf: Fix missing include in test case [BZ #27136]Szabolcs Nagy1-0/+1
2021-04-15elf: Refactor _dl_update_slotinfo to avoid use after freeSzabolcs Nagy1-16/+5
2021-04-15elf: Fix comments and logic in _dl_add_to_slotinfoSzabolcs Nagy1-10/+1
2021-04-15elf: Add a DTV setup test [BZ #27136]Szabolcs Nagy3-1/+109
2021-04-15elf: Fix a DTV setup issue [BZ #27136]Szabolcs Nagy1-1/+1
2021-04-12Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2-30/+52
2021-04-12Enhance setuid-tunables testSiddhesh Poyarekar2-23/+69
2021-04-12tst-env-setuid: Use support_capture_subprogram_self_sgidSiddhesh Poyarekar1-183/+14
2021-04-07tunables: Fix comparison of tunable valuesSiddhesh Poyarekar3-11/+49
2021-04-06elf: Fix data race in _dl_name_match_p [BZ #21349]Maninder Singh2-2/+20
2021-03-24elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault2-21/+12
2021-03-19elf: Add EM_INTELGT for Intel Graphics TechnologyH.J. Lu1-1/+2
2021-03-15Build libc-start with stack protector for SHAREDSiddhesh Poyarekar1-4/+0
2021-03-15Add inhibit_stack_protector to ifuncmain9 [BZ #25680]David Hughes1-0/+1
2021-03-15elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577]Florian Weimer2-3/+23