='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/usr.bin/ldd/ldd_elf/ldd.c
AgeCommit message (Expand)Author
2009-01-06- get rid of building an a.out-happy ldd (but keep supporting a.outmrg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2007-10-08call sysconf, before add paths. From Kurt Schreinerchristos
2007-10-08call xfree instead of free so that we don't bring in libc's free.christos
2007-05-19make this compile again. Thanks Kurt Schreiner.christos
2006-04-02Coverity CID 922: Fix check against NULL.christos
2005-12-27add rcsid.yamt
2004-09-07Fix default format so that not to print NULL (e.g., ldd mozilla-bin).enami
2004-05-23Implement %x for ELF.skrll
2004-05-14s/notreached/noreturn/christos
2004-05-14Document and implement -f for elf objects.christos
2003-12-19Start on adding support for -f flags as ldd did for a.out. PR#17786.jmc
2003-08-12Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works.skrll
2003-05-28Look at mode of program being run, not of ldd when deciding whether todsl
2003-04-23Catch up with ld.elf_so.mycroft
2003-02-06Get stat info and pass it to the object map function.fvdl
2002-12-02KNF.junyoung
2002-11-15Add a _rtld_dlerror() function, since it it now needed by search.c,nathanw
2002-10-09Pass _rtld_map_object a heap-allocated path, since it will free thenathanw
2002-09-24Make use of _rtld_pagesz.junyoung
2002-09-13Adapt to changes in "rtld.h".tron