summaryrefslogtreecommitdiffstats
path: root/usr.bin/elfdump
Commit message (Expand)AuthorAgeFilesLines
* MFC r305951: elfdump: adjust stdout/stderr capabilitiesemaste2016-12-091-5/+9
* MFC r307520: elfdump: correct DT_AUXILIARY / DT_USED / DT_FILTER definitionsemaste2016-10-241-3/+3
* elfdump: handle STT_SPARC_REGISTERemaste2016-01-251-4/+24
* Rename ELFOSABI_SYSV to ELFOSABI_NONE to match current specemaste2015-09-241-1/+1
* elfdump: report MIPS ELF section type SHT_MIPS_REGINFOemaste2015-09-231-0/+1
* elfdump: report MIPS-specific section type SHT_MIPS_ABIFLAGSemaste2015-09-221-0/+1
* Add RISC-V ELF machine type definitionemaste2015-07-241-0/+1
* Add META_MODE support.sjg2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-0/+19
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-192-102/+105
| |\
| * \ Merge head from 7/28sjg2014-08-192-48/+117
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge from headsjg2014-05-081-8/+35
| |\ \ \
| * \ \ \ Merge headsjg2014-04-281-0/+1
| |\ \ \ \
| * | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | Updated dependenciessjg2013-02-161-2/+0
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Sync from headsjg2012-11-041-53/+58
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | |/ / / / / | |/| | | | |
* | | | | | | Add ELF machine EM_IAMCU, 32-bit Intel MCUemaste2015-05-141-0/+1
* | | | | | | Limit descriptors and enter capability mode.brueffer2014-11-241-0/+18
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix a typo.markj2014-09-161-1/+1
* | | | | | elfdump: Remove extraneous _SUNW_ in reported DT_ namesemaste2014-08-211-5/+5
* | | | | | Rename DT_FEATURE_1 to DT_FEATUREemaste2014-08-211-1/+1
* | | | | | elfdump: use existing ELF constants where availableemaste2014-07-311-101/+103
* | | | | | elfdump: add EM_AARCH64 64-bit ARM machine architectureemaste2014-07-311-0/+1
| |_|_|_|/ |/| | | |
* | | | | Further improvements on elfdump, to follow up r269092:andreast2014-07-261-2/+18
* | | | | elfdump: Improve section type reportingemaste2014-07-251-35/+73
* | | | | use .Mt to mark up email addresses consistently (part3)bapt2014-06-231-2/+2
* | | | | Don't dump core when the ELF file has no section headers. The ELFmarcel2014-06-191-9/+24
| |_|_|/ |/| | |
* | | | Handle ELF files with 65280 or more sectionsemaste2014-05-071-8/+35
| |_|/ |/| |
* | | Add missing EM_PPC64 to e_machine header display.jhibbits2014-01-141-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
OpenPOWER on IntegriCloud