summaryrefslogtreecommitdiffstats
path: root/usr.bin/ldd
Commit message (Expand)AuthorAgeFilesLines
* MFC: r289425jkim2015-11-241-1/+11
* MFC: r264419brueffer2014-04-221-1/+0
* Pass variables prefixed with both LD_ and LD_32_ to the run-time linker.markj2013-08-071-13/+17
* Fix clang warnings.benl2011-06-181-12/+34
* hdr.elf.e_ident[EI_OSABI] is not a bitmask so '==' should been used.brucec2010-11-221-2/+2
* MFtbemd:imp2010-08-231-1/+1
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* - correctly render the provided exampledanger2009-11-281-1/+1
* 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-013-39/+68
* 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-032-2/+82
* 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
* Typobms2008-05-151-1/+1
* Add an example of how to use ldd -f.bms2008-05-151-1/+8
* Expand documentation of -f optionpav2007-05-121-1/+8
* The type of some aout header types changed to uint_32, so now we needdwmalone2004-06-292-13/+14
* Fix a few WARNS:dwmalone2004-02-151-6/+6
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can returnsobomax2002-10-191-5/+4
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-3/+1
* 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
OpenPOWER on IntegriCloud