aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ldd
Commit message (Expand)AuthorAgeFilesLines
* Fix ldd for PIE binaries after rtld stopped accepting binaries for dlopen.Konstantin Belousov2020-06-131-10/+69
* ldd: add aout deprecation noticeEd Maste2020-03-171-0/+1
* Add an IMPLEMENTATION NOTES section to ldd.1.Mark Johnston2018-10-231-1/+10
* ldd: reference readelf instead of objdump in warning messageEd Maste2018-06-151-1/+1
* ldd: avoid statically linked executables in exampleEitan Adler2017-12-231-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-3/+9
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-1/+1
* Increase size of argv[] array to avoid running off the end.Don Lewis2016-05-161-1/+1
* We don't support a.out executables on RISC-V.Ruslan Bukin2016-01-241-2/+2
* Add support for ARM EABI.Jung-uk Kim2015-10-161-1/+12
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-1/+10
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-281-1/+0
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-051-13/+17
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | Allowus to exclude a.out support from ldd and use it with arm64 as it won'tAndrew Turner2015-03-181-1/+10
| |_|_|/ |/| | |
* | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
| |_|/ |/| |
* | | Avoid double close() of a file descriptor.Christian Brueffer2014-04-131-1/+0
| |/ |/|
* | Pass variables prefixed with both LD_ and LD_32_ to the run-time linker.Mark Johnston2013-08-071-13/+17
|/
* Fix clang warnings.Ben Laurie2011-06-181-12/+34
* hdr.elf.e_ident[EI_OSABI] is not a bitmask so '==' should been used.Rebecca Cran2010-11-221-2/+2
* MFtbemd:Warner Losh2010-08-231-1/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* - correctly render the provided exampleDaniel Gerzo2009-11-281-1/+1
* A few style and whitespace fixes.John Baldwin2008-08-021-11/+9
* Tweak the support for using ldd on 32-bit objects a bit further.John Baldwin2008-08-013-39/+68
* Fix text in the comment why we check for ELF32_R_TYPEEdwin Groothuis2008-07-281-8/+5
* After the commit of SVN rev 180236, wilko@ noticed that the approachEdwin Groothuis2008-07-211-4/+18
* On 64 bit architectures, you can run 32 bit executables and the rtld can trac...Edwin Groothuis2008-07-032-2/+82
* Extract the determination of the kind of (dynamic) executable fromEdwin Groothuis2008-07-031-81/+120
* stylify ldd.c, no functional changes.Edwin Groothuis2008-07-031-37/+34
* TypoBruce M Simpson2008-05-151-1/+1
* Add an example of how to use ldd -f.Bruce M Simpson2008-05-151-1/+8
* 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