aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ldd
Commit message (Expand)AuthorAgeFilesLines
* Expand documentation of -f optionPav Lucistnik2007-05-121-1/+8
* The type of some aout header types changed to uint_32, so now we needDavid Malone2004-06-292-13/+14
* Fix a few WARNS:David Malone2004-02-151-6/+6
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can returnMaxim Sobolev2002-10-191-5/+4
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-3/+1
* Fix a tiny bug in shlib support of ldd(1); if dlopen(lib, RTLD_TRACE)Akinori MUSHA2002-05-171-4/+5
* Warns; ANSIfy, constify and move declarations into a common header.Mark Murray2002-04-283-39/+68
* Remove GCC-specific flags.Mark Murray2002-04-281-1/+0
* Include <arpa/inet.h> for prototype of ntohl() used in the N_BADMAG()Mike Barcroft2002-04-202-0/+2
* Use `The .Nm utility'Philippe Charnier2002-04-201-1/+2
* remove __PWarner Losh2002-03-221-1/+1
* mdoc(7) police: kill hard sentence breaks.Ruslan Ermilov2002-03-151-2/+4
* Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to aDavid E. O'Brien2002-02-172-5/+19
* Inspect ELF header and reject any non-FreeBSD shared objects.Maxim Sobolev2002-02-081-1/+7
* Allow ldd(1) be used on shared libraries in addition to executables.Maxim Sobolev2002-02-042-3/+14
* GC meaningless assignment.Maxim Sobolev2002-02-041-1/+1
* 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