aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2011-08-04Merge remote-tracking branch 'origin/release/2.13/master' into fedora/2.13/ma...Andreas Schwab20-123/+383
2011-07-20Handle DSOs without any dependency in ld.sorelease/2.13/masterUlrich Drepper2-49/+54
2011-02-22Move setting variable in relro data earlier in ld.so.Andreas Schwab1-4/+7
2011-02-04Fix passing symbol value to pltexit callbacks when ld.so auditing.Ulrich Drepper1-1/+2
2011-01-19Fix ordering of DSO constructors and destructors.Ulrich Drepper18-116/+367
2011-01-18Run IFUNC tests unless no support build in at all.Ulrich Drepper1-2/+2
2011-01-18Merge remote branch 'origin/master' into fedora/masterAndreas Schwab11-49/+87
2011-01-17Update copyright year.Ulrich Drepper3-7/+7
2011-01-16Fix missing dependencies and ensure correct CPPFLAGS.Andreas Schwab1-22/+32
2011-01-13Fix check-execstack testAndreas Schwab2-18/+20
2011-01-12Fix assertion when handling DSTs during auditing.Ulrich Drepper1-6/+11
2010-12-24Pretty printing.Ulrich Drepper1-2/+2
2010-12-24Remove `.ctors' and `.dtors' output sectionsH.J. Lu2-0/+4
2010-12-19Make PowerPC64 default to nonexecutable stackRyan S. Arnold5-11/+28
2010-12-13Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-8/+4
2010-12-13Ignore origin of privileged programAndreas Schwab1-0/+3
2010-12-09Revert "Never expand $ORIGIN in privileged programs"Andreas Schwab1-13/+17
2010-11-22Allow aux_cache_file open()ing to fail silently even in the chroot mode.Petr Baudis1-8/+4
2010-11-12Merge remote branch 'origin/master' into fedora/masterAndreas Schwab5-75/+53
2010-10-26Fix assertion in ld.so, introduced by delayed adding to global list.Ulrich Drepper1-1/+1
2010-10-26Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel3-43/+50
2010-10-24Require suid bit on audit objects in privileged programsAndreas Schwab4-20/+20
2010-10-24Work around shortest-stem feature in make 3.82+Andreas Schwab1-2/+11
2010-10-24Don't expand DST twice in dl_openAndreas Schwab1-29/+0
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-09-28Don't try to write to _rtld_global_ro after performing relro protectionAndreas Schwab1-4/+4
2010-09-27Fix memory leak on init/fini dependency listAndreas Schwab3-1/+8
2010-09-27Merge remote branch 'origin/master' into fedora/masterAndreas Schwab5-93/+94
2010-09-21Whitespace cleanup.Ulrich Drepper1-1/+1
2010-09-21Move freeres function from ld.so to libc.so.Andreas Schwab2-90/+87
2010-09-15Don't try to free rpath strings allocated during startupAndreas Schwab3-3/+7
2010-09-13Work around shortest-stem feature in make 3.82+Andreas Schwab1-0/+9
2010-08-02Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-0/+5
2010-07-20Fix vDSO synthetic hwcap handling so they are not masked out from ld.so.cache...Roland McGrath1-0/+5
2010-07-12Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-1/+1
2010-07-06Don't pass NULL occation to dl_signal_cerrorAndreas Schwab1-1/+1
2010-07-02More linking issues fixed.Ulrich Drepper1-3/+3
2010-07-02Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2-12/+12
2010-06-28Fix scope handling during dl_closeAndreas Schwab7-1/+91
2010-06-27Revert unwanted patch. Again.Ulrich Drepper2-16/+1
2010-06-27Fix whitespaces.Ulrich Drepper2-13/+28
2010-06-15Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-1/+5
2010-06-14Flush cache after solving TEXTRELs if arch requires it.Kirill A. Shutemov1-1/+5
2010-06-11Properly set __libc_multiple_libcsAndreas Schwab3-10/+0
2010-05-31Merge remote branch 'origin/master' into fedora/masterAndreas Schwab1-5/+7
2010-05-27Add missing makefile dependenciesAndreas Schwab1-3/+3
2010-05-25Avoid strict-aliasing issuesAndreas Schwab1-0/+1
2010-05-21Don't crash on unresolved weak symbol reference when auditing.Ulrich Drepper1-2/+3
2010-05-21Don't crash on unresolved weak symbol referenceAndreas Schwab1-3/+4