summaryrefslogtreecommitdiffstats
path: root/usr.bin/ldd
Commit message (Expand)AuthorAgeFilesLines
* Fix a tiny bug in shlib support of ldd(1); if dlopen(lib, RTLD_TRACE)knu2002-05-171-4/+5
* Warns; ANSIfy, constify and move declarations into a common header.markm2002-04-283-39/+68
* Remove GCC-specific flags.markm2002-04-281-1/+0
* Include <arpa/inet.h> for prototype of ntohl() used in the N_BADMAG()mike2002-04-202-0/+2
* Use `The .Nm utility'charnier2002-04-201-1/+2
* remove __Pimp2002-03-221-1/+1
* mdoc(7) police: kill hard sentence breaks.ru2002-03-151-2/+4
* Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to aobrien2002-02-172-5/+19
* Inspect ELF header and reject any non-FreeBSD shared objects.sobomax2002-02-081-1/+7
* Allow ldd(1) be used on shared libraries in addition to executables.sobomax2002-02-042-3/+14
* GC meaningless assignment.sobomax2002-02-041-1/+1
* Fix long format mismatch with int argdillon2001-10-291-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+1
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-022-2/+2
* Fix lseek args order (PR 23549)ache2000-12-151-12/+15
* Add rcsid. Remove unused #include. Remove error() definition and replacecharnier2000-12-102-35/+26
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* getopt and friends are declared in <unistd.h>imp2000-09-041-1/+1
* Corractly use .Nm and .An/.Aq macros. Replace FreeBSD with .Fx macrophantom2000-05-101-7/+10
* Cross-reference ldd(1) in rtld(1) and vice versa.sheldonh2000-03-281-1/+2
* Revert the part of rev 1.5 that spammed rev 1.4; rev 1.4 correctlysheldonh2000-03-201-1/+0
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-2/+4
* Add $FreeBSD$ lines to man pages that are missing them to make itmpp1999-08-281-0/+2
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Make ldd work on alpha.dfr1998-09-163-8/+15
* Fix a bug which caused ldd to execute scripts listed on its commandjdp1998-08-301-29/+28
* Add -DFREEBSD_AOUT to CFLAGS to ensure we get the correct definitionspeter1998-06-121-2/+2
* ldd standalone build, after repository copy.peter1998-06-011-2/+1
* Add ELF support.dfr1998-05-012-11/+62
* Use consistent spelling,hoek1997-12-251-1/+1
* In the "ldd -v" output, display the N_AUX information for eachjdp1997-11-281-3/+13
* Touch up the code that implements "ldd -v".jdp1997-09-023-54/+86
* fix a few spelling changesjmg1997-08-301-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* Set LD_TRACE_LOADED_OBJECTS to "1" instead of to "". The dynamic linkerjdp1997-01-121-2/+2
* For "ldd -v", print shared object dependencies that were specified asjdp1997-01-101-3/+6
* Made the synopsis in the man page conform to the style guide.bde1996-11-302-7/+3
* make the Usage string match realitypeter1996-11-221-2/+4
* oops, uninitialised variable.. -v mode depended on stack contents.peter1996-10-291-2/+2
* Incorporate John Polstra's sods.c display of the details about thepeter1996-10-014-4/+533
* Support for specifying printf-like output specs to control the ldd outputpeter1996-10-012-4/+32
* Updated to recent version of Paul K.'s shlib code. This code has betternate1994-12-232-5/+9
* Remove reference to the ld.so man page - ain't no such animal.jkh1994-06-171-1/+0
* Changes from Paul Kranenburg which bring us into sync with his sources:rich1994-06-151-30/+26
* This is Paul K's latest set of ld changes. A commit was necessary at thisjkh1994-02-132-3/+4
* Changed NetBSD -> FreeBSDnate1994-02-111-2/+2
* Fixed Makefile per bug report from Julian Stacey. There was an extra DESTDIRnate1993-12-161-2/+2
* Imported NetBSD's ld for shared libs.paul1993-11-033-0/+171
OpenPOWER on IntegriCloud