summaryrefslogtreecommitdiff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/release/2.13/master' into fedora/2.13/ma...Andreas Schwab2011-08-0420-123/+383
|\
| * Handle DSOs without any dependency in ld.sorelease/2.13/masterUlrich Drepper2011-07-202-49/+54
| * Move setting variable in relro data earlier in ld.so.Andreas Schwab2011-02-221-4/+7
| * Fix passing symbol value to pltexit callbacks when ld.so auditing.Ulrich Drepper2011-02-041-1/+2
| * Fix ordering of DSO constructors and destructors.Ulrich Drepper2011-01-1918-116/+367
| * Run IFUNC tests unless no support build in at all.Ulrich Drepper2011-01-181-2/+2
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2011-01-1811-49/+87
|\ \ | |/
| * Update copyright year.Ulrich Drepper2011-01-173-7/+7
| * Fix missing dependencies and ensure correct CPPFLAGS.Andreas Schwab2011-01-161-22/+32
| * Fix check-execstack testAndreas Schwab2011-01-132-18/+20
| * Fix assertion when handling DSTs during auditing.Ulrich Drepper2011-01-121-6/+11
| * Pretty printing.Ulrich Drepper2010-12-241-2/+2
| * Remove `.ctors' and `.dtors' output sectionsH.J. Lu2010-12-242-0/+4
| * Make PowerPC64 default to nonexecutable stackRyan S. Arnold2010-12-195-11/+28
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-12-131-8/+4
|\ \ | |/
| * Allow aux_cache_file open()ing to fail silently even in the chroot mode.Petr Baudis2010-11-221-8/+4
* | Ignore origin of privileged programAndreas Schwab2010-12-131-0/+3
* | Revert "Never expand $ORIGIN in privileged programs"Andreas Schwab2010-12-091-13/+17
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-11-125-75/+53
|\ \ | |/
| * Fix assertion in ld.so, introduced by delayed adding to global list.Ulrich Drepper2010-10-261-1/+1
| * Fix concurrency problem between dl_open and dl_iterate_phdrAndreas Krebbel2010-10-263-43/+50
| * Require suid bit on audit objects in privileged programsAndreas Schwab2010-10-244-20/+20
| * Work around shortest-stem feature in make 3.82+Andreas Schwab2010-10-241-2/+11
| * Don't expand DST twice in dl_openAndreas Schwab2010-10-241-29/+0
* | Require suid bit on audit objects in privileged programsAndreas Schwab2010-10-224-20/+20
* | Never expand $ORIGIN in privileged programsAndreas Schwab2010-10-191-17/+13
* | Don't try to write to _rtld_global_ro after performing relro protectionAndreas Schwab2010-09-281-4/+4
* | Fix memory leak on init/fini dependency listAndreas Schwab2010-09-273-1/+8
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-09-275-93/+94
|\ \ | |/
| * Whitespace cleanup.Ulrich Drepper2010-09-211-1/+1
| * Move freeres function from ld.so to libc.so.Andreas Schwab2010-09-212-90/+87
| * Don't try to free rpath strings allocated during startupAndreas Schwab2010-09-153-3/+7
* | Work around shortest-stem feature in make 3.82+Andreas Schwab2010-09-131-0/+9
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-08-021-0/+5
|\ \ | |/
| * Fix vDSO synthetic hwcap handling so they are not masked out from ld.so.cache...Roland McGrath2010-07-201-0/+5
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-07-121-1/+1
|\ \ | |/
| * Don't pass NULL occation to dl_signal_cerrorAndreas Schwab2010-07-061-1/+1
| * More linking issues fixed.Ulrich Drepper2010-07-021-3/+3
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-07-022-12/+12
|\ \ | |/
| * Revert unwanted patch. Again.Ulrich Drepper2010-06-272-16/+1
| * Fix whitespaces.Ulrich Drepper2010-06-272-13/+28
* | Fix scope handling during dl_closeAndreas Schwab2010-06-287-1/+91
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-06-151-1/+5
|\ \ | |/
| * Flush cache after solving TEXTRELs if arch requires it.Kirill A. Shutemov2010-06-141-1/+5
* | Properly set __libc_multiple_libcsAndreas Schwab2010-06-113-10/+0
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-05-311-5/+7
|\ \ | |/
| * Don't crash on unresolved weak symbol reference when auditing.Ulrich Drepper2010-05-211-2/+3
| * Don't crash on unresolved weak symbol referenceAndreas Schwab2010-05-211-3/+4
* | Add missing makefile dependenciesAndreas Schwab2010-05-271-3/+3
* | Avoid strict-aliasing issuesAndreas Schwab2010-05-251-0/+1