aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2010-11-30Merge commit 'glibc-2.11.3' into fedora/2.11/masterAndreas Schwab9-79/+74
2010-11-30Allow aux_cache_file open()ing to fail silently even in the chroot mode.Petr Baudis1-8/+4
2010-11-15Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel3-36/+46
2010-11-09Work around shortest-stem feature in make 3.82+Andreas Schwab1-2/+11
2010-11-09Don't expand DST twice in dl_openAndreas Schwab1-29/+0
2010-11-09Fix vDSO synthetic hwcap handling so they are not masked out from ld.so.cache...Roland McGrath1-0/+5
2010-11-09More linking issues fixed.Ulrich Drepper1-3/+3
2010-11-01Require suid bit on audit objects in privileged programsAndreas Schwab4-20/+20
2010-11-01Flush cache after solving TEXTRELs if arch requires it.Kirill A. Shutemov1-1/+5
2010-10-22Require suid bit on audit objects in privileged programsAndreas Schwab4-20/+20
2010-10-21Never expand $ORIGIN in privileged programsAndreas Schwab1-17/+13
2010-10-21Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab1-5/+7
2010-05-31Don't crash on unresolved weak symbol reference when auditing.Ulrich Drepper1-2/+3
2010-05-31Don't crash on unresolved weak symbol referenceAndreas Schwab1-3/+4
2010-05-14Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab4-25/+50
2010-05-12Fix a const warning in ldconfig.Roland McGrath1-1/+1
2010-05-12Fix ldconfig to handle symlinks in chroot correctly.Ulrich Drepper1-1/+12
2010-05-12Simplify OOM handling in ldconfig.Ulrich Drepper1-7/+3
2010-05-12One more bug in ldconfig -r handling.Ulrich Drepper1-1/+3
2010-05-12Don't crash in trace mode when dependencies are missingAndreas Schwab1-4/+8
2010-05-12Fix aux cache handling in ldconfig with chroot.Ulrich Drepper1-7/+14
2010-05-12Use correct type when casting d_tag.Andreas Schwab1-5/+10
2010-05-12Ignore negative dynamic entry types.Andreas Schwab1-1/+1
2010-03-18Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab2-5/+10
2010-01-18Avoid ELF lookup race.Ulrich Drepper2-5/+10
2009-11-30Merge branch 'release/2.11/master' into fedora/2.11/masterAndreas Schwab2-2/+16
2009-11-06Fix up whitespaces.Ulrich Drepper1-1/+1
2009-11-06Properly handle STT_GNU_IFUNC symbols in do_sym.H.J. Lu2-2/+16
2009-11-02Merge commit 'glibc-2.11' into fedora/masterAndreas Schwab1-1/+1
2009-10-30Add cast in tst-execstack to avoid warning.Ulrich Drepper1-1/+1
2009-10-30Merge remote branch 'origin/master' into fedora/masterAndreas Schwab12-108/+43
2009-10-30Uglify IFUNC tests for PPC.Alan Modra10-99/+24
2009-10-30Implement IFUNC for PPC.Alan Modra1-9/+14
2009-10-21Handle IFUNC symbols in dlsym.Andreas Schwab1-0/+5
2009-10-12Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-3/+6
2009-10-07Fix descriptor leak when calling dlopen with RTLD_NOLOADAndreas Schwab1-3/+6
2009-09-28Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-6/+3
2009-09-28Fix missing reloc dependencyUlrich Drepper1-6/+3
2009-08-10Merge commit 'origin/master' into fedora/masterAndreas Schwab9-3/+759
2009-08-08Support mixed SSE/AVX audit and check AVX only once.H.J. Lu8-2/+758
2009-08-07Fix expanding STB_GNU_UNIQUE hash table.Andreas Schwab1-1/+1
2009-07-30Merge commit 'origin/master' into fedora/masterAndreas Schwab3-1/+25
2009-07-29Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper2-0/+21
2009-07-28Fix bookkeeping of static TLS block for TLS_TCB_AT_TP architectures.Ulrich Drepper1-1/+4
2009-07-28Merge commit 'origin/master' into fedora/masterAndreas Schwab4-38/+62
2009-07-27Break out _dl_scope_free into its own file.Ulrich Drepper3-36/+59
2009-07-27Fix STB_GNU_UNIQUE handling for > 30 unique symbols.Jakub Jelinek1-2/+3
2009-07-27Merge commit 'origin/master' into fedora/masterAndreas Schwab1-0/+3
2009-07-26Define NT_GNU_GOLD_VERSION.Ulrich Drepper1-0/+3
2009-07-23Merge commit 'origin/master' into fedora/masterAndreas Schwab2-9/+51