Age | Commit message (Expand) | Author |
2017-10-27 | Use <elf.h> instead of <elf_abi.h> | Martin Pieuchot |
2017-07-02 | Fixed a typo in error message. | Tobias Stoeckmann |
2015-08-23 | spaces | Theo de Raadt |
2015-01-20 | Add support for tracing libraries in static PIE binaries. rcrt does not | Theo de Raadt |
2015-01-16 | <sys/param.h> to <limits.h> conversion. Verified binaries | Theo de Raadt |
2014-10-18 | Simple malloc() to reallocarray() conversion. | Doug Hogan |
2014-07-06 | enable -Wall, explicitly call _dl_strsep, and zap some redundant includes | Otto Moerbeek |
2013-07-14 | Fix possible memory/fd leak in the error path. | Jeremie Courreges-Anglas |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat |
2013-02-17 | Always enter this ld.so and subdirectories to create obj (and then the | Theo de Raadt |
2012-09-17 | replace the erroneous DIAGNOSTICS section with a (hopefully) accurate | Jason McIntyre |
2011-04-29 | -x is currently unimplemented, so comment it out from the man page, and remove | Jason McIntyre |
2009-03-02 | ldd(1) accepts more than one program as argument; while here, | Igor Sobrado |
2008-06-25 | Make ldd grok pie binaries. | Kurt Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-29 | based on a diff from Matt Provost: allow printing of ldd information | Jason Wright |
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy |
2003-07-10 | add missing includes | David Krause |
2003-06-09 | pefo 3/4 licence cleanups | Theo de Raadt |
2003-06-03 | license cleaning. | Artur Grabowski |
2003-06-02 | - section reorder | Jason McIntyre |
2003-03-06 | .Xr typos; | Jason McIntyre |
2002-05-24 | more KNF | Theo de Raadt |
2002-05-24 | various KNF | Theo de Raadt |
2002-02-20 | err/warn strings don't need \n's | Jason Wright |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-06-13 | print the name | Theo de Raadt |
2001-06-08 | KNF | Theo de Raadt |
2001-06-07 | It started with trying to write code to avoid running static binaries, | Artur Grabowski |
2001-05-14 | Commit initial alpha bits, to facilitate in-tree dev. | Niklas Hallqvist |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski |
2000-10-30 | libexec man page fleshing. again, bored on the plane home. | Aaron Campbell |
2000-09-17 | activate ldd, and indent some ld.so messages to make it easier to see what is... | Theo de Raadt |