]> sourceware.org Git - glibc.git/history - elf/dl-load.c
linux: Fix tst-syscall-restart.c on old gcc (BZ 32283)
[glibc.git] / elf / dl-load.c
2024-09-24 Florian Weimerelf: Eliminate alloca in open_verify
2024-09-24 Florian Weimerelf: Remove version assert in check_match in elf/dl...
2024-06-12 Adhemerval Zanellalinux: Remove __stack_prot
2024-02-01 Florian Weimerelf: Remove _dl_sysdep_open_object hook function
2024-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-11-21 Adhemerval Zanellaelf: Remove LD_PROFILE for static binaries
2023-11-16 Adhemerval Zanellaelf: Handle non-directory name in search path (BZ 31035)
2023-09-08 Florian Weimerelf: Remove unused l_text_end field from struct link_map
2023-05-29 Paul PluzhnikovFix misspellings in elf/ -- BZ 25337
2023-05-25 Siddhesh Poyarekarelf: Update comment in open_path
2023-05-25 Andreas Schwabrtld: properly handle root directory in load path ...
2023-05-09 Andreas Schwabdlopen: skip debugger notification for DSO loaded from...
2023-03-27 Andreas Schwab_dl_map_object_from_fd: Remove unnecessary debugger...
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-09-22 Adhemerval Zanella... Use '%z' instead of '%Z' on printf functions
2022-08-25 Florian WeimerRevert "Detect ld.so and libc.so version inconsistency...
2022-08-24 Florian WeimerDetect ld.so and libc.so version inconsistency during...
2022-06-17 H.J. Luelf: Silence GCC 11/12 false positive warning
2022-05-16 Adhemerval ZanellaRemove kernel version check
2022-04-14 Noah GoldsteinReplace {u}int_fast{16|32} with {u}int32_t
2022-02-10 Adhemerval Zanellaelf: Remove prelink support
2022-01-21 H.J. Luelf: Properly align all PT_LOAD segments [BZ #28676]
2022-01-04 H.J. Luelf: Also try DT_RUNPATH for LD_AUDIT dlopen [BZ #28455]
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-28 Adhemerval Zanellaelf: Add _dl_audit_objsearch
2021-12-28 Adhemerval Zanellaelf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
2021-12-28 Adhemerval Zanellaelf: Add _dl_audit_objopen
2021-12-22 H.J. Luelf: Remove excessive p_align check on PT_LOAD segments...
2021-12-10 Rongwei Wangelf: Properly align PT_LOAD segments [BZ #28676]
2021-11-18 Adhemerval Zanellaelf: Move la_activity (LA_ACT_ADD) after _dl_add_to_nam...
2021-11-05 Florian Weimerelf: Earlier missing dynamic segment check in _dl_map_o...
2021-10-18 Adhemerval Zanellaelf: Fix elf_get_dynamic_info() for bootstrap
2021-10-14 Adhemerval Zanellaelf: Fix dynamic-link.h usage on rtld.c
2021-10-12 Adhemerval Zanellaelf: Fix elf_get_dynamic_info definition
2021-09-29 H.J. Luelf: Copy l_addr/l_ld when adding ld.so to a new namespace
2021-09-22 H.J. Luld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld...
2021-09-19 H.J. LuExtend struct r_debug to support multiple namespaces...
2021-07-14 Adhemerval Zanellaelf: Fix DTV gap reuse logic (BZ #27135)
2021-06-22 Adhemerval ZanellaUse 64 bit time_t stat internally
2021-05-10 Florian Weimernptl: Move changing of stack permissions into ld.so
2021-04-06 Maninder Singhelf: Fix data race in _dl_name_match_p [BZ #21349]
2021-03-15 Florian Weimerelf: ld.so --help calls _dl_init_paths without a main...
2021-03-12 Carlos O'Donellelf: Always set l in _dl_init_paths (bug 23462)
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-15 Szabolcs Nagyelf: Fix failure handling in _dl_map_object_from_fd
2020-12-15 Szabolcs Nagyelf: inline lose for error handling
2020-12-11 Szabolcs Nagyelf: Fix dl-load.c
2020-12-11 Szabolcs Nagyelf: Pass the fd to note processing
2020-12-11 Szabolcs Nagyelf: Move note processing after l_phdr is updated
2020-12-04 Florian Weimerelf: Add glibc-hwcaps support for LD_LIBRARY_PATH
2020-10-09 Florian Weimerelf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen...
2020-10-08 Florian Weimerelf: Make __rtld_env_path_list and __rtld_search_dirs...
2020-10-08 Florian Weimerelf: Record whether paths come from LD_LIBRARY_PATH...
2020-10-07 Florian Weimerelf: Do not search HWCAP subdirectories in statically...
2020-09-11 Adhemerval ZanellaRemove internal usage of extensible stat functions
2020-07-08 Szabolcs Nagyrtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handling
2020-04-24 Florian Weimerelf: Implement __libc_early_init
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-11-15 Florian WeimerIntroduce link_map_audit_state accessor function
2019-10-18 Leandro Pereiraelf: Use nocancel pread64() instead of lseek()+read()
2019-10-10 Andreas SchwabSimplify note processing
2019-10-04 Florian Weimerelf: Assign TLS modid later during dlopen [BZ #24930]
2019-10-04 Florian Weimerelf: Never use the file ID of the main executable ...
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-06-18 Florian Weimerelf: Refuse to dlopen PIE objects [BZ #24323]
2019-03-04 Florian Weimerelf: Remove remnants of MAP_ANON emulation
2019-02-22 Joseph MyersBreak some lines before not after operators.
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-07-16 H.J. Lux86: Support IBT and SHSTK in Intel CET [BZ #21598]
2018-06-13 Carlos O'DonellFix comments in _dl_dst_count and _dl_dst_substitute.
2018-06-12 Carlos O'DonellImprove DST handling (Bug 23102, Bug 21942, Bug 18018...
2018-06-12 Zack WeinbergAvoid cancellable I/O primitives in ld.so.
2018-05-06 Paul PluzhnikovFix BZ 20419. A PT_NOTE in a binary could be arbitrati...
2018-02-21 Florian Weimerelf: Remove ad-hoc restrictions on dlopen callers ...
2018-01-01 Dmitry V. Levinelf: check for rpath emptiness before making a copy...
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-30 Aurelien Jarnoelf: Check for empty tokens before dynamic string token...
2017-12-27 Dmitry V. Levinelf: remove redundant is_path argument
2017-12-27 Dmitry V. Levinelf: remove redundant code from is_dst
2017-12-27 Dmitry V. Levinelf: remove redundant code from _dl_dst_substitute
2017-12-19 Dmitry V. Levinelf: remove redundant __libc_enable_secure check from...
2017-12-18 Dmitry V. Levinelf: do not substitute dst in $LD_LIBRARY_PATH twice...
2017-12-14 Florian Weimerelf: Count components of the expanded path in _dl_init_...
2017-12-14 Florian Weimerelf: Compute correct array size in _dl_init_paths ...
2017-11-28 H.J. LuProperly compute offsets of note descriptor and next...
2017-09-26 H.J. LuSkip PT_DYNAMIC segment with p_filesz == 0 [BZ #22101]
2017-08-31 Florian Weimerelf: Remove internal_function attribute
2017-03-02 Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-11-23 Florian Weimerelf: Assume TLS is initialized in _dl_map_object_from_fd
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-11-11 Roland McGrathNaCl: Use open_resource API for shared objects
2015-11-09 Florian Weimerld.so: Add original DSO name if overridden by audit...
2015-09-18 Carlos O'DonellUse ALIGN_* macros in _dl_map_object_from_fd.
2015-07-14 Roland McGrathFactor file identity rules out of generic rtld code.
2015-01-25 BramFix segmentation fault when LD_LIBRARY_PATH contains...
2015-01-21 Carlos O'DonellFix recursive dlopen.
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-10-31 Matthew FortuneAdd a hook to enable load-time inspection of program...
2014-10-28 Carlos O'Donellelf/dl-load.c: Use __strdup.
next
This page took 0.891107 seconds and 108 git commands to generate.