about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix memory leak in dlopen with RTLD_NOLOAD."Roland McGrath2011-08-315-36/+11
* Fix resizing able for unique symbols when adding symbol for copy relocationPiotr Bury2011-05-271-27/+20
* Fix up testing for valid $ORIGIN useUlrich Drepper2011-05-271-16/+32
* Allow $ORIGIN to reference trusted directoreis in SUID binaries.Ulrich Drepper2011-05-271-31/+93
* ldconfig: don't crash on empty path in config fileAndreas Schwab2011-05-271-6/+9
* Fix memory leak in TLS of loaded objects.Ulrich Drepper2011-05-271-4/+1
* Don't leave empty element in rpath when skipping an elementAndreas Schwab2011-05-271-6/+18
* Fix copy relocations handling of unique objects.Ulrich Drepper2011-05-271-3/+14
* Fix loading first object along a path when tracing.Ulrich Drepper2011-05-271-1/+3
* Fix memory leak in dlopen with RTLD_NOLOAD.Andreas Schwab2011-05-275-11/+36
* Don't crash when dependencies are missingAndreas Schwab2011-05-271-4/+4
* Fix passing symbol value to pltexit callbacks when ld.so auditing.Ulrich Drepper2011-02-041-1/+2
* Fix assertion when handling DSTs during auditing.Ulrich Drepper2011-02-031-6/+11
* Don't underestimate length of DST substitutionAndreas Schwab2011-02-031-8/+13
* Allow aux_cache_file open()ing to fail silently even in the chroot mode.Petr Baudis2010-11-301-8/+4
* Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel2010-11-153-36/+46
* Work around shortest-stem feature in make 3.82+Andreas Schwab2010-11-091-2/+11
* Don't expand DST twice in dl_openAndreas Schwab2010-11-091-29/+0
* Fix vDSO synthetic hwcap handling so they are not masked out from ld.so.cache...Roland McGrath2010-11-091-0/+5
* More linking issues fixed.Ulrich Drepper2010-11-091-3/+3
* Require suid bit on audit objects in privileged programsAndreas Schwab2010-11-014-20/+20
* Flush cache after solving TEXTRELs if arch requires it.Kirill A. Shutemov2010-11-011-1/+5
* Don't crash on unresolved weak symbol reference when auditing.Ulrich Drepper2010-05-311-2/+3
* Don't crash on unresolved weak symbol referenceAndreas Schwab2010-05-311-3/+4
* Fix a const warning in ldconfig.Roland McGrath2010-05-121-1/+1
* Fix ldconfig to handle symlinks in chroot correctly.Ulrich Drepper2010-05-121-1/+12
* Simplify OOM handling in ldconfig.Ulrich Drepper2010-05-121-7/+3
* One more bug in ldconfig -r handling.Ulrich Drepper2010-05-121-1/+3
* Don't crash in trace mode when dependencies are missingAndreas Schwab2010-05-121-4/+8
* Fix aux cache handling in ldconfig with chroot.Ulrich Drepper2010-05-121-7/+14
* Use correct type when casting d_tag.Andreas Schwab2010-05-121-5/+10
* Ignore negative dynamic entry types.Andreas Schwab2010-05-121-1/+1
* Avoid ELF lookup race.Ulrich Drepper2010-01-182-5/+10
* Fix up whitespaces.Ulrich Drepper2009-11-061-1/+1
* Properly handle STT_GNU_IFUNC symbols in do_sym.H.J. Lu2009-11-062-2/+16
* Add cast in tst-execstack to avoid warning.Ulrich Drepper2009-10-301-1/+1
* Uglify IFUNC tests for PPC.Alan Modra2009-10-3010-99/+24
* Implement IFUNC for PPC.Alan Modra2009-10-301-9/+14
* Handle IFUNC symbols in dlsym.Andreas Schwab2009-10-211-0/+5
* Fix descriptor leak when calling dlopen with RTLD_NOLOADAndreas Schwab2009-10-071-3/+6
* Fix missing reloc dependencyUlrich Drepper2009-09-281-6/+3
* Support mixed SSE/AVX audit and check AVX only once.H.J. Lu2009-08-088-2/+758
* Fix expanding STB_GNU_UNIQUE hash table.Andreas Schwab2009-08-071-1/+1
* Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper2009-07-292-0/+21
* Fix bookkeeping of static TLS block for TLS_TCB_AT_TP architectures.Ulrich Drepper2009-07-281-1/+4
* Break out _dl_scope_free into its own file.Ulrich Drepper2009-07-273-36/+59
* Fix STB_GNU_UNIQUE handling for > 30 unique symbols.Jakub Jelinek2009-07-271-2/+3
* Define NT_GNU_GOLD_VERSION.Ulrich Drepper2009-07-261-0/+3
* Minor optimization of unloading prevention patch.Ulrich Drepper2009-07-231-5/+5
* Fix comment.Ulrich Drepper2009-07-231-1/+1