summaryrefslogtreecommitdiffstats
path: root/usr.bin/elfdump
Commit message (Expand)AuthorAgeFilesLines
* MFC r282916: Add ELF machine EM_IAMCU, 32-bit Intel MCUemaste2015-09-241-0/+1
* MFC r285841: Add RISC-V ELF machine type definitionemaste2015-09-241-0/+1
* MFC: r274960 (slightly modified)brueffer2014-12-191-0/+18
* MFC r271692:markj2014-10-221-1/+1
* MFC elfdump improvementsemaste2014-09-021-102/+159
* MFC r265613, r267649: Handle ELF files with 65280 or more sectionsemaste2014-06-271-13/+55
* MFC r260621jhibbits2014-01-221-0/+1
* More -Wmissing-variable-declarations fixes.ed2012-10-191-53/+58
* Don't extract the n_type value from the elf header, since it is never usedeadler2012-02-161-2/+0
* o Use C99 designated initializer to properly handle ELFOSABI_STANDALONE.marcel2011-10-161-6/+7
* Teach elfdump(1) about the SUNW_dof section.rpaulo2010-08-111-0/+1
* Use the newly brought %U macro.ru2010-01-151-1/+1
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-1/+0
* s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/marcel2006-01-281-1/+1
* Know the machines FreeBSD runs on. Print the machine value formarcel2005-12-171-2/+10
* Sort sections.ru2005-01-181-2/+2
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
* Elf_Phdr.p_type 7 is "PT_TLS".jake2004-03-021-1/+1
* Removed another spurious semicolon forgotten in the previous commit.schweikh2003-09-061-1/+1
* Removed two spurious semicolons after function definitions.schweikh2003-09-061-5/+5
* Fix sign-extension bug for 32 and 64-bit values. For 64-bit valuesmarcel2003-08-091-39/+27
* Synchronize usage() and SYNOPSIS, and fix them (flags are notru2003-06-282-5/+5
* mdoc(7) police: Revision.ru2003-03-031-31/+25
* Spellcheck.nectar2003-02-281-2/+2
* Add a man page.obrien2003-02-032-1/+118
* Make WARNS=5 clean even on 64-bit platforms.obrien2003-02-032-35/+36
* Make WARNS=5 on i386, (WARNS=1 on 64-bit platforms).obrien2003-02-032-59/+59
* Try to tighten up the types a little bit to help debugging with GDB.obrien2003-02-021-35/+36
* If we're going to build and install this on ia64, we might as wellmarcel2003-01-181-7/+20
* Like sh_types, dt_tags just aren't in consecutive order, so we have to moveobrien2003-01-151-9/+78
* The defined sh_types's just aren't in consecutive order, so we have to moveobrien2003-01-151-5/+32
* Add a BSDL'ed util that displays information about ELF files.obrien2003-01-152-0/+1010
OpenPOWER on IntegriCloud