summaryrefslogtreecommitdiffstats
path: root/usr.bin/ldd/ldd.c
Commit message (Expand)AuthorAgeFilesLines
* Pass variables prefixed with both LD_ and LD_32_ to the run-time linker.markj2013-08-071-13/+17
* hdr.elf.e_ident[EI_OSABI] is not a bitmask so '==' should been used.brucec2010-11-221-2/+2
* A few style and whitespace fixes.jhb2008-08-021-11/+9
* Tweak the support for using ldd on 32-bit objects a bit further.jhb2008-08-011-32/+67
* Fix text in the comment why we check for ELF32_R_TYPEedwin2008-07-281-8/+5
* After the commit of SVN rev 180236, wilko@ noticed that the approachedwin2008-07-211-4/+18
* On 64 bit architectures, you can run 32 bit executables and the rtld can trac...edwin2008-07-031-2/+76
* Extract the determination of the kind of (dynamic) executable fromedwin2008-07-031-81/+120
* stylify ldd.c, no functional changes.edwin2008-07-031-37/+34
* Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can returnsobomax2002-10-191-5/+4
* 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-281-13/+11
* Include <arpa/inet.h> for prototype of ntohl() used in the N_BADMAG()mike2002-04-201-0/+1
* remove __Pimp2002-03-221-1/+1
* Add support such that if LD_TRACE_LOADED_OBJECTS_ALL is defined to aobrien2002-02-171-5/+11
* 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-041-2/+12
* GC meaningless assignment.sobomax2002-02-041-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-021-1/+1
* Fix lseek args order (PR 23549)ache2000-12-151-12/+15
* Add rcsid. Remove unused #include. Remove error() definition and replacecharnier2000-12-101-10/+7
* getopt and friends are declared in <unistd.h>imp2000-09-041-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make ldd work on alpha.dfr1998-09-161-4/+6
* Fix a bug which caused ldd to execute scripts listed on its commandjdp1998-08-301-29/+28
* Add ELF support.dfr1998-05-011-9/+52
* Touch up the code that implements "ldd -v".jdp1997-09-021-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Set LD_TRACE_LOADED_OBJECTS to "1" instead of to "". The dynamic linkerjdp1997-01-121-2/+2
* Made the synopsis in the man page conform to the style guide.bde1996-11-301-6/+2
* 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-011-2/+18
* Support for specifying printf-like output specs to control the ldd outputpeter1996-10-011-3/+20
* Updated to recent version of Paul K.'s shlib code. This code has betternate1994-12-231-4/+7
* 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-131-2/+3
* Imported NetBSD's ld for shared libs.paul1993-11-031-0/+139
OpenPOWER on IntegriCloud