aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ldd
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ldd: Use __PATH_RTLD("32") over _COMPAT32_PATH_RTLDJessica Clarke2023-07-091-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+1
* ldd: clarify format optionsEd Maste2023-03-212-3/+4
* Restricting xargs to '-n1' is much slower and isn't needed for file(1)David E. O'Brien2022-12-281-2/+2
* ldd: ignore unverified filesSimon J. Gerraty2022-10-071-1/+1
* ldd: use direct exec mode unconditionallyKonstantin Belousov2022-10-061-6/+7
* ldd: also use exec mode for -aKonstantin Belousov2021-11-151-1/+1
* ldd: do not use dlopen(RTLD_TRACE) for dso when format is specifiedKonstantin Belousov2021-10-212-1/+12
* ldd: styleKonstantin Belousov2021-10-211-4/+2
* ldd: Remove non-functional -v optionKonstantin Belousov2021-08-282-31/+7
* Fix ldd to work with more ELF files.John Baldwin2021-01-292-150/+187
* ldd: renumber executable type constantsEd Maste2021-01-091-2/+2
* ldd: Retire aout supportEd Maste2021-01-084-646/+0
* 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