aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ldd
Commit message (Expand)AuthorAgeFilesLines
* Fix long format mismatch with int argMatthew Dillon2001-10-291-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-022-2/+2
* Fix lseek args order (PR 23549)Andrey A. Chernov2000-12-151-12/+15
* Add rcsid. Remove unused #include. Remove error() definition and replacePhilippe Charnier2000-12-102-35/+26
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* getopt and friends are declared in <unistd.h>Warner Losh2000-09-041-1/+1
* Corractly use .Nm and .An/.Aq macros. Replace FreeBSD with .Fx macroAlexey Zelkin2000-05-101-7/+10
* Cross-reference ldd(1) in rtld(1) and vice versa.Sheldon Hearn2000-03-281-1/+2
* Revert the part of rev 1.5 that spammed rev 1.4; rev 1.4 correctlySheldon Hearn2000-03-201-1/+0
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-2/+4
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-281-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Make ldd work on alpha.Doug Rabson1998-09-163-8/+15
* Fix a bug which caused ldd to execute scripts listed on its commandJohn Polstra1998-08-301-29/+28
* Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitionsPeter Wemm1998-06-121-2/+2
* ldd standalone build, after repository copy.Peter Wemm1998-06-011-2/+1
* Add ELF support.Doug Rabson1998-05-012-11/+62
* Use consistent spelling,Tim Vanderhoek1997-12-251-1/+1
* In the "ldd -v" output, display the N_AUX information for eachJohn Polstra1997-11-281-3/+13
* Touch up the code that implements "ldd -v".John Polstra1997-09-023-54/+86
* fix a few spelling changesJohn-Mark Gurney1997-08-301-1/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Set LD_TRACE_LOADED_OBJECTS to "1" instead of to "". The dynamic linkerJohn Polstra1997-01-121-2/+2
* For "ldd -v", print shared object dependencies that were specified asJohn Polstra1997-01-101-3/+6
* Made the synopsis in the man page conform to the style guide.Bruce Evans1996-11-302-7/+3
* make the Usage string match realityPeter Wemm1996-11-221-2/+4
* oops, uninitialised variable.. -v mode depended on stack contents.Peter Wemm1996-10-291-2/+2
* Incorporate John Polstra's sods.c display of the details about thePeter Wemm1996-10-014-4/+533
* Support for specifying printf-like output specs to control the ldd outputPeter Wemm1996-10-012-4/+32
* Updated to recent version of Paul K.'s shlib code. This code has betterNate Williams1994-12-232-5/+9
* Remove reference to the ld.so man page - ain't no such animal.Jordan K. Hubbard1994-06-171-1/+0
* Changes from Paul Kranenburg which bring us into sync with his sources:Rich Murphey1994-06-151-30/+26
* This is Paul K's latest set of ld changes. A commit was necessary at thisJordan K. Hubbard1994-02-132-3/+4
* Changed NetBSD -> FreeBSDNate Williams1994-02-111-2/+2
* Fixed Makefile per bug report from Julian Stacey. There was an extra DESTDIRNate Williams1993-12-161-2/+2
* Imported NetBSD's ld for shared libs.Paul Richards1993-11-033-0/+171