aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/elfctl
Commit message (Expand)AuthorAgeFilesLines
* elfctl: whitespace cleanupEd Maste2022-02-151-3/+3
* elfctl: fix operations with multiple features on multiple filesEd Maste2022-02-151-5/+11
* elfctl: fix -e invalid operation error handlingEd Maste2022-02-151-4/+4
* elfctl: error if -e is specified multiple timesEd Maste2022-02-151-0/+2
* elfctl: update man page example for 'no' prefixEd Maste2022-02-051-2/+2
* exec: Remove the stack gap implementationMark Johnston2022-01-171-2/+0
* elfctl: avoid touching file if no change madeEd Maste2021-05-261-1/+5
* usr.bin/elfctl: Allow for cross-endian operations.Marcin Wojtas2021-05-211-19/+36
* elfctl: Fix type errors.Konstantin Belousov2021-01-231-3/+4
* elfctl: fix typo from last-minute refactoringEd Maste2021-01-221-1/+1
* elfctl: allow features to be specified by valueEd Maste2021-01-222-5/+35
* elfctl: prefix disable flags with "no"Ed Maste2021-01-141-4/+5
* elfctl: add backwards compatibility for "no" prefixesEd Maste2021-01-141-0/+10
* elftcl: add -i flag to ignore unknown flagsEd Maste2021-01-132-4/+15
* Add ELF flag to disable ASLR stack gap.Konstantin Belousov2020-12-181-0/+1
* Reserve FreeBSD ELF feature control bit LA48 to control VA layout on amd64.Konstantin Belousov2020-08-231-0/+1
* elfctl: update earliest FreeBSD revision to 12.2Ed Maste2020-05-051-1/+1
* elfctl: remove memory leakEd Maste2020-03-111-0/+2
* Reserve WXNEEDED ELF feature control flagEd Maste2020-03-041-0/+1
* elfctl: check read return valueEd Maste2020-03-041-6/+12
* elfctl: style(9): use C99 uintX_t typesEd Maste2020-03-041-12/+12
* elfctl: tiny style(9) cleanup, use bool where appropriateEd Maste2020-03-021-4/+4
* elfctl: initialize featuresKyle Evans2020-03-021-0/+1
* Move ELF feature note tool to usr.bin/elfctlEd Maste2020-03-023-0/+497