| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | Mark usage function as __dead2 in programs where it does not return | Alfonso Gregory | 2023-07-07 | 1 | -1/+1 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | elfdump: handle small files more gracefully | Eric van Gyzen | 2022-02-17 | 1 | -1/+6 |
| * | elfdump: use designated array initialization for note types | Ed Maste | 2019-01-31 | 1 | -3/+7 |
| * | elfdump: fix build after r343610 | Ed Maste | 2019-01-31 | 1 | -0/+2 |
| * | elfdump: include note type names | Ed Maste | 2019-01-31 | 1 | -1/+11 |
| * | elfdump: whitespace fixup in advance of other changes | Ed Maste | 2019-01-31 | 1 | -4/+4 |
| * | elfdump: Add -E to test if a file is an ELF binary. | Brooks Davis | 2018-11-05 | 1 | -4/+14 |
| * | capsicum: use a new capsicum helpers in tools | Mariusz Zaborski | 2018-11-04 | 1 | -3/+3 |
| * | Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`. | Mariusz Zaborski | 2018-06-19 | 1 | -1/+1 |
| * | elfdump: chase ABI tag note name change from r232832 | Ed Maste | 2018-05-30 | 1 | -1/+1 |
| * | various: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | elfdump: correct DT_AUXILIARY / DT_USED / DT_FILTER definitions | Ed Maste | 2016-10-17 | 1 | -3/+3 |
| * | Remove the duplicated code using Capsicum helpers. | Mariusz Zaborski | 2016-10-07 | 1 | -10/+6 |
| * | elfdump: limit STDIN to no rights rather than closing it | Ed Maste | 2016-09-20 | 1 | -1/+1 |
| * | elfdump: adjust stdout/stderr capabilities | Ed Maste | 2016-09-18 | 1 | -5/+9 |
| * | elfdump: handle STT_SPARC_REGISTER | Ed Maste | 2016-01-25 | 1 | -4/+24 |
| * | Rename ELFOSABI_SYSV to ELFOSABI_NONE to match current spec | Ed Maste | 2015-09-24 | 1 | -1/+1 |
| * | elfdump: report MIPS ELF section type SHT_MIPS_REGINFO | Ed Maste | 2015-09-23 | 1 | -0/+1 |
| * | elfdump: report MIPS-specific section type SHT_MIPS_ABIFLAGS | Ed Maste | 2015-09-22 | 1 | -0/+1 |
| * | Add RISC-V ELF machine type definition | Ed Maste | 2015-07-24 | 1 | -0/+1 |
| * | Add ELF machine EM_IAMCU, 32-bit Intel MCU | Ed Maste | 2015-05-14 | 1 | -0/+1 |
| * | Limit descriptors and enter capability mode. | Christian Brueffer | 2014-11-24 | 1 | -0/+18 |
| * | elfdump: Remove extraneous _SUNW_ in reported DT_ names | Ed Maste | 2014-08-21 | 1 | -5/+5 |
| * | Rename DT_FEATURE_1 to DT_FEATURE | Ed Maste | 2014-08-21 | 1 | -1/+1 |
| * | elfdump: use existing ELF constants where available | Ed Maste | 2014-07-31 | 1 | -101/+103 |
| * | elfdump: add EM_AARCH64 64-bit ARM machine architecture | Ed Maste | 2014-07-31 | 1 | -0/+1 |
| * | Further improvements on elfdump, to follow up r269092: | Andreas Tobler | 2014-07-26 | 1 | -2/+18 |
| * | elfdump: Improve section type reporting | Ed Maste | 2014-07-25 | 1 | -35/+73 |
| * | Don't dump core when the ELF file has no section headers. The ELF | Marcel Moolenaar | 2014-06-19 | 1 | -9/+24 |
| * | Handle ELF files with 65280 or more sections | Ed Maste | 2014-05-07 | 1 | -8/+35 |
| * | Add missing EM_PPC64 to e_machine header display. | Justin Hibbits | 2014-01-14 | 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 |
| * | 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 |
| * | 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 | 1 | -2/+2 |
| * | Make WARNS=5 clean even on 64-bit platforms. | David E. O'Brien | 2003-02-03 | 1 | -34/+35 |
| * | Make WARNS=5 on i386, (WARNS=1 on 64-bit platforms). | David E. O'Brien | 2003-02-03 | 1 | -59/+58 |
| * | 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 |