about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* _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
* ld.so: Implement the --list-diagnostics optionFlorian Weimer2021-03-028-8/+380
* elf: Build __dl_iterate_phdr with unwinding support [BZ #27498]Florian Weimer2021-03-021-1/+1
* Reduce the statically linked startup code [BZ #23323]Florian Weimer2021-02-251-6/+2
* nptl: Move elision implementations into libcFlorian Weimer2021-02-231-0/+6
* elf: Do not copy vDSO soname when setting up link mapFlorian Weimer2021-02-121-12/+5
* tunables: Disallow negative values for some tunablesSiddhesh Poyarekar2021-02-102-1/+7
* tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar2021-02-103-108/+61
* Add NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h.Joseph Myers2021-02-051-0/+2
* tst-rtld-list-tunables.sh: Unset glibc tunablesH.J. Lu2021-02-021-0/+11
* sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu2021-02-012-0/+14
* elf: Replace a --defsym trick with an object file to be compatible with LLDFangrui Song2021-02-011-7/+6
* elf: Fix tests that rely on ld.so.cache for cross-compilingAdhemerval Zanella2021-01-292-0/+0
* elf: Limit tst-prelink-cmp target archsMatheus Castanho2021-01-273-8/+51
* Use hidden visibility for early static PIE codeSzabolcs Nagy2021-01-214-0/+16
* elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy2021-01-212-3/+3
* elf: Make the tunable struct definition internal onlySzabolcs Nagy2021-01-212-37/+40
* Use <startup.h> in __libc_init_secureH.J. Lu2021-01-191-3/+3
* elf: Avoid RELATIVE relocation for _dl_sysinfoH.J. Lu2021-01-191-2/+8
* ld.so: Add --list-tunables to print tunable valuesH.J. Lu2021-01-158-2/+130
* ifuncmain6pie: Remove the circular IFUNC dependency [BZ #20019]H.J. Lu2021-01-133-15/+9
* ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu2021-01-139-18/+186