summaryrefslogtreecommitdiff
path: root/usr.bin/elfctl
AgeCommit message (Expand)Author
2025-04-28elfctl: add knowledge about the la57 bitKonstantin Belousov
2024-10-03manuals: Fix typos in -offset for .Bd and .BlGraham Percival
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-10-05Connect mitigations(7) to the buildEd Maste
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-02-15elfctl: whitespace cleanupEd Maste
2022-02-15elfctl: fix operations with multiple features on multiple filesEd Maste
2022-02-14elfctl: fix -e invalid operation error handlingEd Maste
2022-02-14elfctl: error if -e is specified multiple timesEd Maste
2022-02-04elfctl: update man page example for 'no' prefixEd Maste
2022-01-17exec: Remove the stack gap implementationMark Johnston
2021-05-26elfctl: avoid touching file if no change madeEd Maste
2021-05-21usr.bin/elfctl: Allow for cross-endian operations.Marcin Wojtas
2021-01-23elfctl: Fix type errors.Konstantin Belousov
2021-01-22elfctl: fix typo from last-minute refactoringEd Maste
2021-01-22elfctl: allow features to be specified by valueEd Maste
2021-01-14elfctl: prefix disable flags with "no"Ed Maste
2021-01-14elfctl: add backwards compatibility for "no" prefixesEd Maste
2021-01-13elftcl: add -i flag to ignore unknown flagsEd Maste
2020-12-18Add ELF flag to disable ASLR stack gap.Konstantin Belousov
2020-08-23Reserve FreeBSD ELF feature control bit LA48 to control VA layout on amd64.Konstantin Belousov
2020-05-05elfctl: update earliest FreeBSD revision to 12.2Ed Maste
2020-03-11elfctl: remove memory leakEd Maste
2020-03-04Reserve WXNEEDED ELF feature control flagEd Maste
2020-03-04elfctl: check read return valueEd Maste
2020-03-04elfctl: style(9): use C99 uintX_t typesEd Maste
2020-03-02elfctl: tiny style(9) cleanup, use bool where appropriateEd Maste
2020-03-02elfctl: initialize featuresKyle Evans
2020-03-02Move ELF feature note tool to usr.bin/elfctlEd Maste