summaryrefslogtreecommitdiff
path: root/usr.bin/elfdump
AgeCommit message (Expand)Author
2025-09-23elfdump: Move to the toolchain packageLexi Winter
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2022-02-17elfdump: handle small files more gracefullyEric van Gyzen
2019-01-31elfdump: use designated array initialization for note typesEd Maste
2019-01-31elfdump: fix build after r343610Ed Maste
2019-01-31elfdump: include note type namesEd Maste
2019-01-31elfdump: whitespace fixup in advance of other changesEd Maste
2018-11-05elfdump: Add -E to test if a file is an ELF binary.Brooks Davis
2018-11-04capsicum: use a new capsicum helpers in toolsMariusz Zaborski
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2018-05-30elfdump: chase ABI tag note name change from r232832Ed Maste
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-11-13DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-10-17elfdump: correct DT_AUXILIARY / DT_USED / DT_FILTER definitionsEd Maste
2016-10-07Remove the duplicated code using Capsicum helpers.Mariusz Zaborski
2016-09-20elfdump: limit STDIN to no rights rather than closing itEd Maste
2016-09-18elfdump: adjust stdout/stderr capabilitiesEd Maste
2016-01-25elfdump: handle STT_SPARC_REGISTEREd Maste
2015-09-24Rename ELFOSABI_SYSV to ELFOSABI_NONE to match current specEd Maste
2015-09-23elfdump: report MIPS ELF section type SHT_MIPS_REGINFOEd Maste
2015-09-22elfdump: report MIPS-specific section type SHT_MIPS_ABIFLAGSEd Maste
2015-07-24Add RISC-V ELF machine type definitionEd Maste
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-05-14Add ELF machine EM_IAMCU, 32-bit Intel MCUEd Maste
2014-11-24Limit descriptors and enter capability mode.Christian Brueffer
2014-11-19Merge from head@274682Simon J. Gerraty
2014-09-16Fix a typo.Mark Johnston
2014-08-21elfdump: Remove extraneous _SUNW_ in reported DT_ namesEd Maste
2014-08-21Rename DT_FEATURE_1 to DT_FEATUREEd Maste
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-07-31elfdump: use existing ELF constants where availableEd Maste
2014-07-31elfdump: add EM_AARCH64 64-bit ARM machine architectureEd Maste
2014-07-26Further improvements on elfdump, to follow up r269092:Andreas Tobler
2014-07-25elfdump: Improve section type reportingEd Maste
2014-06-23use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin
2014-06-19Don't dump core when the ELF file has no section headers. The ELFMarcel Moolenaar
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-05-08Merge from headSimon J. Gerraty
2014-05-07Handle ELF files with 65280 or more sectionsEd Maste