about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'glibc-2.11.3' into fedora/2.11/masterAndreas Schwab2010-11-309-79/+74
|\
| * 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
* | Require suid bit on audit objects in privileged programsAndreas Schwab2010-10-224-20/+20
* | Never expand $ORIGIN in privileged programsAndreas Schwab2010-10-211-17/+13
* | Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab2010-10-211-5/+7
|\|
| * 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
* | Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab2010-05-144-25/+50
|\|
| * 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
* | Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab2010-03-182-5/+10
|\|
| * Avoid ELF lookup race.Ulrich Drepper2010-01-182-5/+10
* | Merge branch 'release/2.11/master' into fedora/2.11/masterAndreas Schwab2009-11-302-2/+16
|\|
| * 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
* | Merge commit 'glibc-2.11' into fedora/masterAndreas Schwab2009-11-021-1/+1
|\|
| * Add cast in tst-execstack to avoid warning.Ulrich Drepper2009-10-301-1/+1
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-10-3012-108/+43
|\|
| * 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
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-10-121-3/+6
|\|
| * Fix descriptor leak when calling dlopen with RTLD_NOLOADAndreas Schwab2009-10-071-3/+6
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-09-281-6/+3
|\|
| * Fix missing reloc dependencyUlrich Drepper2009-09-281-6/+3
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-109-3/+759
|\|
| * 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
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-303-1/+25
|\|
| * 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
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-284-38/+62
|\|
| * 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
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-271-0/+3
|\|
| * Define NT_GNU_GOLD_VERSION.Ulrich Drepper2009-07-261-0/+3
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-232-9/+51
|\|