aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/elfdump
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the newly brought %U macro.Ruslan Ermilov2010-01-151-1/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/Marcel Moolenaar2006-01-281-1/+1
* Know the machines FreeBSD runs on. Print the machine value forMarcel Moolenaar2005-12-171-2/+10
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Elf_Phdr.p_type 7 is "PT_TLS".Jake Burkholder2004-03-021-1/+1
* Removed another spurious semicolon forgotten in the previous commit.Jens Schweikhardt2003-09-061-1/+1
* Removed two spurious semicolons after function definitions.Jens Schweikhardt2003-09-061-5/+5
* Fix sign-extension bug for 32 and 64-bit values. For 64-bit valuesMarcel Moolenaar2003-08-091-39/+27
* Synchronize usage() and SYNOPSIS, and fix them (flags are notRuslan Ermilov2003-06-282-5/+5
* mdoc(7) police: Revision.Ruslan Ermilov2003-03-031-31/+25
* Spellcheck.Jacques Vidrine2003-02-281-2/+2
* Add a man page.David E. O'Brien2003-02-032-1/+118
* Make WARNS=5 clean even on 64-bit platforms.David E. O'Brien2003-02-032-35/+36
* Make WARNS=5 on i386, (WARNS=1 on 64-bit platforms).David E. O'Brien2003-02-032-59/+59
* Try to tighten up the types a little bit to help debugging with GDB.David E. O'Brien2003-02-021-35/+36
* If we're going to build and install this on ia64, we might as wellMarcel Moolenaar2003-01-181-7/+20
* Like sh_types, dt_tags just aren't in consecutive order, so we have to moveDavid E. O'Brien2003-01-151-9/+78
* The defined sh_types's just aren't in consecutive order, so we have to moveDavid E. O'Brien2003-01-151-5/+32
* Add a BSDL'ed util that displays information about ELF files.David E. O'Brien2003-01-152-0/+1010