aboutsummaryrefslogtreecommitdiff
path: root/elf/Makefile
AgeCommit message (Expand)Author
2021-12-28elf: Do not fail for failed dlmopen on audit modules (BZ #28061)Adhemerval Zanella
2021-12-28elf: Issue audit la_objopen for vDSOAdhemerval Zanella
2021-12-28elf: Add audit tests for modules with TLSDESCAdhemerval Zanella
2021-12-28elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella
2021-12-28elf: Add _dl_audit_objopenAdhemerval Zanella
2021-12-10Add a testcase to check alignment of PT_LOAD segment [BZ #28676]H.J. Lu
2021-12-10elf: Install a symbolic link to ld.so as /usr/bin/ld.soFlorian Weimer
2021-12-05elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer
2021-11-18elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)Adhemerval Zanella
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer
2021-11-16elf: Use a temporary file to generate Makefile fragments [BZ #28550]H.J. Lu
2021-11-15elf: Move LAV_CURRENT to link_lavcurrent.hAdhemerval Zanella
2021-11-09elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella
2021-11-03elf: Do not run DSO sorting if tunables is not enabledAdhemerval Zanella
2021-10-29elf: Disable ifuncmain{1,5,5pic,5pie} when using LLDAdhemerval Zanella
2021-10-25elf: Make global.out depend on reldepmod4.so [BZ #28457]H.J. Lu
2021-10-21elf: Testing infrastructure for ld.so DSO sorting (BZ #17645)Chung-Lin Tang
2021-10-12elf: Update audit tests to not depend on stdoutStafford Horne
2021-09-25Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.soH.J. Lu
2021-09-22ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340]H.J. Lu
2021-09-19Extend struct r_debug to support multiple namespaces [BZ #15971]H.J. Lu
2021-08-24elf: Skip tst-auditlogmod-* if the linker doesn't support --depaudit [BZ #28151]Fangrui Song
2021-08-16elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song
2021-07-30elf: Fix audit regressionAdhemerval Zanella
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-15elf: Add -Wl,--no-as-needed for tst-tls-manydynamic*mod-dep-bad.so (BZ #28089)Adhemerval Zanella
2021-07-14elf: Fix DTV gap reuse logic (BZ #27135)Adhemerval Zanella
2021-07-08elf/tests: Make thrlock and noload depend on libmSiddhesh Poyarekar
2021-07-07elf: Clean up GLIBC_PRIVATE exports of internal libdl symbolsFlorian Weimer
2021-06-28Linux: Cleanups after librt moveFlorian Weimer
2021-06-28Install shared objects under their ABI namesFlorian Weimer
2021-06-28elf: Generalize name-based DSO recognition in ldconfigFlorian Weimer
2021-06-17elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646]Florian Weimer
2021-06-09Remove stale references to libdl.aFlorian Weimer
2021-06-09Fix elf/tst-tls9-static after libdl cleanups.Stefan Liebler
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer
2021-05-21elf: Use custom NODELETE DSO for tst-dlopenfail, tst-dlopenfail-2Florian Weimer
2021-05-17elf: Partially initialize ld.so after static dlopen (bug 20802)Florian Weimer
2021-05-12Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/b...Romain GEISSLER
2021-05-11elf: Add test case for [BZ #19329]Szabolcs Nagy
2021-05-10elf, nptl: Resolve recursive lock implementation earlyFlorian Weimer
2021-05-05nptl: Consolidate async cancel enable/disable implementation in libcFlorian Weimer
2021-04-21elf: Introduce __tls_init_tp for second-phase TCB initializationFlorian Weimer
2021-04-21dlfcn: Failures after dlmopen should not terminate process [BZ #24772]Florian Weimer
2021-04-21nptl: Move __pthread_unwind_next into libcFlorian Weimer
2021-04-15elf: Add a DTV setup test [BZ #27136]Szabolcs Nagy
2021-04-12Enhance setuid-tunables testSiddhesh Poyarekar
2021-03-24elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault
2021-03-15Build libc-start with stack protector for SHAREDSiddhesh Poyarekar