aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/elfctl
Commit message (Expand)AuthorAgeFilesLines
* 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