| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r307520: elfdump: correct DT_AUXILIARY / DT_USED / DT_FILTER definitions | Ed Maste | 2016-10-24 | 1 | -3/+3 |
| * | MFC r288083, r288138: elfdump: report MIPS-specific ELF section types | Ed Maste | 2016-01-20 | 1 | -0/+2 |
| * | MFC r282916: Add ELF machine EM_IAMCU, 32-bit Intel MCU | Ed Maste | 2015-09-24 | 1 | -0/+1 |
| * | MFC r285841: Add RISC-V ELF machine type definition | Ed Maste | 2015-09-24 | 1 | -0/+1 |
| * | MFC: r274960 (slightly modified) | Christian Brueffer | 2014-12-19 | 1 | -0/+18 |
| * | MFC r271692: | Mark Johnston | 2014-10-22 | 1 | -1/+1 |
| * | MFC elfdump improvements | Ed Maste | 2014-09-02 | 1 | -102/+159 |
| * | MFC r265613, r267649: Handle ELF files with 65280 or more sections | Ed Maste | 2014-06-27 | 1 | -13/+55 |
| * | MFC r260621 | Justin Hibbits | 2014-01-22 | 1 | -0/+1 |
| * | More -Wmissing-variable-declarations fixes. | Ed Schouten | 2012-10-19 | 1 | -53/+58 |
| * | Don't extract the n_type value from the elf header, since it is never used | Eitan Adler | 2012-02-16 | 1 | -2/+0 |
| * | o Use C99 designated initializer to properly handle ELFOSABI_STANDALONE. | Marcel Moolenaar | 2011-10-16 | 1 | -6/+7 |
| * | Teach elfdump(1) about the SUNW_dof section. | Rui Paulo | 2010-08-11 | 1 | -0/+1 |
| * | Use the newly brought %U macro. | Ruslan Ermilov | 2010-01-15 | 1 | -1/+1 |
| * | Build usr.bin/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -1/+0 |
| * | s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/ | Marcel Moolenaar | 2006-01-28 | 1 | -1/+1 |
| * | Know the machines FreeBSD runs on. Print the machine value for | Marcel Moolenaar | 2005-12-17 | 1 | -2/+10 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -2/+2 |
| * | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+1 |
| * | Elf_Phdr.p_type 7 is "PT_TLS". | Jake Burkholder | 2004-03-02 | 1 | -1/+1 |
| * | Removed another spurious semicolon forgotten in the previous commit. | Jens Schweikhardt | 2003-09-06 | 1 | -1/+1 |
| * | Removed two spurious semicolons after function definitions. | Jens Schweikhardt | 2003-09-06 | 1 | -5/+5 |
| * | Fix sign-extension bug for 32 and 64-bit values. For 64-bit values | Marcel Moolenaar | 2003-08-09 | 1 | -39/+27 |
| * | Synchronize usage() and SYNOPSIS, and fix them (flags are not | Ruslan Ermilov | 2003-06-28 | 2 | -5/+5 |
| * | mdoc(7) police: Revision. | Ruslan Ermilov | 2003-03-03 | 1 | -31/+25 |
| * | Spellcheck. | Jacques Vidrine | 2003-02-28 | 1 | -2/+2 |
| * | Add a man page. | David E. O'Brien | 2003-02-03 | 2 | -1/+118 |
| * | Make WARNS=5 clean even on 64-bit platforms. | David E. O'Brien | 2003-02-03 | 2 | -35/+36 |
| * | Make WARNS=5 on i386, (WARNS=1 on 64-bit platforms). | David E. O'Brien | 2003-02-03 | 2 | -59/+59 |
| * | Try to tighten up the types a little bit to help debugging with GDB. | David E. O'Brien | 2003-02-02 | 1 | -35/+36 |
| * | If we're going to build and install this on ia64, we might as well | Marcel Moolenaar | 2003-01-18 | 1 | -7/+20 |
| * | Like sh_types, dt_tags just aren't in consecutive order, so we have to move | David E. O'Brien | 2003-01-15 | 1 | -9/+78 |
| * | The defined sh_types's just aren't in consecutive order, so we have to move | David E. O'Brien | 2003-01-15 | 1 | -5/+32 |
| * | Add a BSDL'ed util that displays information about ELF files. | David E. O'Brien | 2003-01-15 | 2 | -0/+1010 |