aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2010-12-13Merge commit 'glibc-2.12.2' into fedora/2.12/masterAndreas Schwab7-83/+71
2010-12-13Ignore origin of privileged programAndreas Schwab1-0/+3
2010-12-09Revert "Never expand $ORIGIN in privileged programs"Andreas Schwab1-13/+17
2010-12-01Allow aux_cache_file open()ing to fail silently even in the chroot mode.Petr Baudis1-8/+4
2010-12-01Fix assertion in ld.so, introduced by delayed adding to global list.Ulrich Drepper1-1/+1
2010-12-01Work around shortest-stem feature in make 3.82+Andreas Schwab1-2/+11
2010-12-01Don't expand DST twice in dl_openAndreas Schwab1-29/+0
2010-12-01Fix vDSO synthetic hwcap handling so they are not masked out from ld.so.cache...Roland McGrath1-0/+5
2010-12-01More linking issues fixed.Ulrich Drepper1-3/+3
2010-12-01Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel3-43/+50
2010-10-26Require suid bit on audit objects in privileged programsAndreas Schwab4-20/+20
2010-10-22Require suid bit on audit objects in privileged programsAndreas Schwab4-20/+20
2010-10-19Never expand $ORIGIN in privileged programsAndreas Schwab1-17/+13
2010-07-06Merge remote branch 'origin/release/2.12/master' into fedora/2.12/masterAndreas Schwab1-1/+5
2010-06-15Flush cache after solving TEXTRELs if arch requires it.Kirill A. Shutemov1-1/+5
2010-06-01Merge remote branch 'origin/release/2.12/master' into fedora/2.12/masterAndreas Schwab2-6/+8
2010-06-01Don't crash on unresolved weak symbol reference when auditing.Ulrich Drepper1-2/+3
2010-06-01Don't crash on unresolved weak symbol referenceAndreas Schwab1-3/+4
2010-05-31Add missing makefile dependenciesAndreas Schwab1-3/+3
2010-05-07Fix a const warning in ldconfig.Roland McGrath1-1/+1
2010-05-04Merge commit 'origin/master' into fedora/masterRoland McGrath9-17/+43
2010-05-03Fix ldconfig to handle symlinks in chroot correctly.Ulrich Drepper1-1/+12
2010-05-03Simplify OOM handling in ldconfig.Ulrich Drepper1-7/+3
2010-05-03One more bug in ldconfig -r handling.Ulrich Drepper1-1/+3
2010-05-03Don't deadlock in __dl_iterate_phdr while (un)loading objects.Andreas Schwab6-4/+22
2010-05-03Code cleanup in __dl_iterate_phdr.Ulrich Drepper1-2/+1
2010-04-19Link elf/noload test against -ldl.Roland McGrath1-2/+2
2010-04-16Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2-4/+32
2010-04-14Don't crash in trace mode when dependencies are missingAndreas Schwab1-4/+8
2010-04-13elf/elf.h: Add SH specific ELF header flags.Matt Fleming1-0/+24
2010-04-12Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2-6/+17
2010-04-08Merge remote branch 'origin/roland/hwcap_mask'Ulrich Drepper2-6/+17
2010-04-06Merge remote branch 'origin/master' into fedora/masterAndreas Schwab10-39/+123
2010-04-05elf/elf.h (ELFOSABI_ARM_AEABI): Define.Joseph Myers1-0/+1
2010-04-05Obey LD_HWCAP_MASK in ld.so.cache lookups.roland/hwcap_maskRoland McGrath2-6/+17
2010-04-05elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.Roland McGrath1-1/+1
2010-04-05Fix aux cache handling in ldconfig with chroot.Ulrich Drepper1-7/+14
2010-03-29Handle platforms without aux vectorThomas Schwinge1-3/+3
2010-03-26Don't take the address of a void object.Richard Henderson1-3/+3
2010-03-24Fix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKINGUlrich Drepper2-4/+59
2010-03-18Future safety in checking ELF header.Ulrich Drepper1-2/+8
2010-03-16Extended ELF ABI version handling only for Linux.Ulrich Drepper1-3/+5
2010-03-15Update copyright year.Ulrich Drepper3-8/+8
2010-03-15Implement handling of libc ABI in ELF header.Ulrich Drepper1-2/+4
2010-03-12Don't underestimate length of DST substitutionAndreas Schwab1-8/+13
2010-03-11elf.h: Add missing R_X86_64_*64 relocs.Roland McGrath1-1/+7
2010-03-09Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2-8/+11
2010-03-04Define new x86-64 relocation symbolsUlrich Drepper1-1/+3
2010-02-28Define NT_X86_XSTATE constant for ELF core files.Roland McGrath1-0/+1
2010-02-24Fix comment.Ulrich Drepper1-7/+7