aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/elfdump
Commit message (Expand)AuthorAgeFilesLines
* elfdump: use designated array initialization for note typesEd Maste2019-01-311-3/+7
* elfdump: fix build after r343610Ed Maste2019-01-311-0/+2
* elfdump: include note type namesEd Maste2019-01-311-1/+11
* elfdump: whitespace fixup in advance of other changesEd Maste2019-01-311-4/+4
* elfdump: Add -E to test if a file is an ELF binary.Brooks Davis2018-11-052-6/+21
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-3/+3
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* elfdump: chase ABI tag note name change from r232832Ed Maste2018-05-301-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-11-131-0/+1
* elfdump: correct DT_AUXILIARY / DT_USED / DT_FILTER definitionsEd Maste2016-10-171-3/+3
* Remove the duplicated code using Capsicum helpers.Mariusz Zaborski2016-10-071-10/+6
* elfdump: limit STDIN to no rights rather than closing itEd Maste2016-09-201-1/+1
* elfdump: adjust stdout/stderr capabilitiesEd Maste2016-09-181-5/+9
* elfdump: handle STT_SPARC_REGISTEREd Maste2016-01-251-4/+24
* Rename ELFOSABI_SYSV to ELFOSABI_NONE to match current specEd Maste2015-09-241-1/+1
* elfdump: report MIPS ELF section type SHT_MIPS_REGINFOEd Maste2015-09-231-0/+1
* elfdump: report MIPS-specific section type SHT_MIPS_ABIFLAGSEd Maste2015-09-221-0/+1
* Add RISC-V ELF machine type definitionEd Maste2015-07-241-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-0/+19
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-192-102/+105
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-192-48/+117
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2014-05-081-8/+35
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-281-0/+1
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | Sync from headSimon J. Gerraty2012-11-041-53/+58
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | | Add ELF machine EM_IAMCU, 32-bit Intel MCUEd Maste2015-05-141-0/+1
* | | | | | | Limit descriptors and enter capability mode.Christian Brueffer2014-11-241-0/+18
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix a typo.Mark Johnston2014-09-161-1/+1
* | | | | | elfdump: Remove extraneous _SUNW_ in reported DT_ namesEd Maste2014-08-211-5/+5
* | | | | | Rename DT_FEATURE_1 to DT_FEATUREEd Maste2014-08-211-1/+1
* | | | | | elfdump: use existing ELF constants where availableEd Maste2014-07-311-101/+103
* | | | | | elfdump: add EM_AARCH64 64-bit ARM machine architectureEd Maste2014-07-311-0/+1
| |_|_|_|/ |/| | | |
* | | | | Further improvements on elfdump, to follow up r269092:Andreas Tobler2014-07-261-2/+18
* | | | | elfdump: Improve section type reportingEd Maste2014-07-251-35/+73
* | | | | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-2/+2
* | | | | Don't dump core when the ELF file has no section headers. The ELFMarcel Moolenaar2014-06-191-9/+24
| |_|_|/ |/| | |
* | | | Handle ELF files with 65280 or more sectionsEd Maste2014-05-071-8/+35
| |_|/ |/| |
* | | Add missing EM_PPC64 to e_machine header display.Justin Hibbits2014-01-141-0/+1
| |/ |/|
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-53/+58
|/
* Don't extract the n_type value from the elf header, since it is never usedEitan Adler2012-02-161-2/+0
* o Use C99 designated initializer to properly handle ELFOSABI_STANDALONE.Marcel Moolenaar2011-10-161-6/+7
* Teach elfdump(1) about the SUNW_dof section.Rui Paulo2010-08-111-0/+1