summaryrefslogtreecommitdiff
path: root/usr.bin/elfdump/elfdump.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner 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
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
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-05-14Add ELF machine EM_IAMCU, 32-bit Intel MCUEd Maste
2014-11-24Limit descriptors and enter capability mode.Christian Brueffer
2014-08-21elfdump: Remove extraneous _SUNW_ in reported DT_ namesEd Maste
2014-08-21Rename DT_FEATURE_1 to DT_FEATUREEd Maste
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-19Don't dump core when the ELF file has no section headers. The ELFMarcel Moolenaar
2014-05-07Handle ELF files with 65280 or more sectionsEd Maste
2014-01-14Add missing EM_PPC64 to e_machine header display.Justin Hibbits
2012-10-19More -Wmissing-variable-declarations fixes.Ed Schouten
2012-02-16Don't extract the n_type value from the elf header, since it is never usedEitan Adler
2011-10-16o Use C99 designated initializer to properly handle ELFOSABI_STANDALONE.Marcel Moolenaar
2010-08-11Teach elfdump(1) about the SUNW_dof section.Rui Paulo
2006-01-28s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/Marcel Moolenaar
2005-12-17Know the machines FreeBSD runs on. Print the machine value forMarcel Moolenaar
2004-03-02Elf_Phdr.p_type 7 is "PT_TLS".Jake Burkholder
2003-09-06Removed another spurious semicolon forgotten in the previous commit.Jens Schweikhardt
2003-09-06Removed two spurious semicolons after function definitions.Jens Schweikhardt
2003-08-09Fix sign-extension bug for 32 and 64-bit values. For 64-bit valuesMarcel Moolenaar
2003-06-28Synchronize usage() and SYNOPSIS, and fix them (flags are notRuslan Ermilov
2003-02-03Make WARNS=5 clean even on 64-bit platforms.David E. O'Brien
2003-02-03Make WARNS=5 on i386, (WARNS=1 on 64-bit platforms).David E. O'Brien
2003-02-02Try to tighten up the types a little bit to help debugging with GDB.David E. O'Brien
2003-01-18If we're going to build and install this on ia64, we might as wellMarcel Moolenaar
2003-01-15Like sh_types, dt_tags just aren't in consecutive order, so we have to moveDavid E. O'Brien