aboutsummaryrefslogtreecommitdiff
path: root/elf/pldd.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-04-23elf: Fix pldd (BZ#18035)Adhemerval Zanella1-34/+30
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-04-08pldd: Use struct scratch_buffer instead of extend_allocaFlorian Weimer1-8/+16
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-25Fix race conditions in pldd that may leave the process stopped after detachingAndreas Schwab1-0/+25
2014-01-01Update remaining copyright datesAllan McRae1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-02-18unify xmalloc prototypes & friendsMike Frysinger1-4/+1
2013-01-01Update copyright years.David S. Miller1-2/+2
2012-11-09Support --with-pkgversion and --with-bugurl.Joseph Myers1-6/+24
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-08Optimize xmalloc, xcalloc, xrealloc, and xstrdupUlrich Drepper1-2/+4
2012-01-01Also update new programsUlrich Drepper1-2/+2
2011-09-05Remove unused parameter in pldd and simplify ELF handlingUlrich Drepper1-10/+6
2011-08-17Fix some problem of 32-bit pldd on 64-bit platformsUlrich Drepper1-1/+1
2011-08-17Prevent possible race conditions by attaching pldd to all threadsUlrich Drepper1-25/+90
2011-06-09Add pldd programUlrich Drepper1-0/+234