]> sourceware.org Git - glibc.git/history - elf/dl-load.c
elf: Implement __libc_early_init
[glibc.git] / elf / dl-load.c
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.
2014-10-10 Joseph MyersDon't use INTVARDEF/INTUSE with __libc_enable_secure...
2014-10-09 Kostya Serebryanyremove nested functions from elf/dl-load.c
2014-05-27 Andreas SchwabRemove second argument from TLS_INIT_TP macro
2014-04-03 Roland McGrathFactor mmap/munmap of PT_LOAD segments out of _dl_map_o...
2014-03-27 Paul Pluzhnikov2014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
2014-03-26 Paul Pluzhnikov2014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
2014-03-24 Paul PluzhnikovFix BZ #16634.
2014-03-12 Paul Pluzhnikov2014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-31 Maciej W. Rozycki[BZ #16046] Static dlopen correction fallout fixes.
2014-01-09 Brooks MosesObvious comment typo fix ("openened") in elf/dl-load.c.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-02 Ondřej BílkaReturn fixed version of breaking of RPATH when $ORIGIN...
2013-11-18 Ondřej BílkaRevert b75891075bece24be9fd85618f18af4a2daf7f1c
2013-11-18 Ondřej BílkaFix breaking of RPATH when $ORIGIN contains colons...
2013-08-21 Ondřej BílkaFix typos.
2013-06-28 Pierre YnardTest for mprotect failure in dl-load.c (bug 12492).
2013-06-28 Maciej W. Rozycki[BZ #15022] Correct global-scope dlopen issues in stati...
2013-05-29 Siddhesh PoyarekarAvoid crashing in LD_DEBUG when program name is unavailable
2013-04-11 Andreas SchwabFix invalid free of memory allocated during rtld init
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-11-27 H.J. LuCast to __intptr_t before casting pointer to int64
2012-10-30 Chris MetcalfInvoke DL_AFTER_LOAD if defined
2012-10-20 Siddhesh PoyarekarRetry read in ld.so if the entire ELF header is not...
2012-10-03 Roland McGrathClean up conditionalize of ld.so.cache support.
2012-10-02 Roland McGrathUse ElfW(Off) rather than off_t for offsets within...
2012-08-16 Roland McGrathFix dl-load.c for [!_LIBC_REENTRANT] case.
2012-07-27 Gary BensonAdd SystemTap static probes to the runtime linker....
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-04-10 Siddhesh PoyarekarNew ld.so argument --inhibit-ldcache to disable ld...
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2011-10-07 Marek Polacekelf/dl-load.c: Avoid warning
2011-09-08 Andreas SchwabFix crash during error handling
2011-09-08 Ulrich DrepperUse O_CLOEXEC when loading objects in ld.so
2011-09-08 Ulrich DrepperFix memory leak in case of failed dlopen
2011-08-12 Ulrich DrepperBetter check for last patch
2011-08-12 Ulrich DrepperBetter debug information from ld.so
2011-05-11 Ulrich DrepperFix up testing for valid $ORIGIN use
2011-05-07 Ulrich DrepperAllow $ORIGIN to reference trusted directoreis in SUID...
2011-04-09 Andreas SchwabDon't leave empty element in rpath when skipping an...
2011-03-06 Ulrich DrepperFix loading first object along a path when tracing.
2011-02-26 Andreas SchwabFix memory leak in dlopen with RTLD_NOLOAD.
2010-12-20 Ryan S. ArnoldMake PowerPC64 default to nonexecutable stack
2010-10-26 Andreas KrebbelFix concurrency problem between dl_open and dl_iterate_phdr
2010-10-25 Andreas SchwabRequire suid bit on audit objects in privileged programs
2010-09-15 Andreas SchwabDon't try to free rpath strings allocated during startup
2010-05-03 Andreas SchwabDon't deadlock in __dl_iterate_phdr while (un)loading...
2010-03-18 Ulrich DrepperFuture safety in checking ELF header.
2010-03-17 Ulrich DrepperExtended ELF ABI version handling only for Linux.
2010-03-15 Ulrich DrepperImplement handling of libc ABI in ELF header.
2010-03-02 Roland McGrathMerge commit 'origin/davem/sparc'
2010-02-25 Ulrich DrepperFix comment.
2009-10-07 Andreas SchwabFix descriptor leak when calling dlopen with RTLD_NOLOAD
2009-04-26 Ulrich Drepper* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remov...
2009-04-01 Ulrich Drepper* elf/dl-open.c: Keep track of used name spaces and... cvs/fedora-glibc-20090401T0935
2009-03-31 Ulrich Drepper* elf/dl-load.c: Remove support for systems without...
next
This page took 0.850218 seconds and 108 git commands to generate.