aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen-tunables.awk
AgeCommit message (Expand)AuthorFilesLines
2024-05-07elf: Make glibc.rtld.enable_secure ignore alias environment variablesAdhemerval Zanella1-1/+15
2023-11-29elf: Add a way to check if tunable is set (BZ 27069)Adhemerval Zanella1-2/+2
2023-11-21elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella1-16/+2
2022-10-28scripts: Use bool in tunables initializerSzabolcs Nagy1-1/+1
2021-01-21elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy1-1/+11
2021-01-21elf: Make the tunable struct definition internal onlySzabolcs Nagy1-1/+3
2017-09-27Fix range check in do_tunable_update_valAlexey Makhalov1-2/+10
2017-06-19Fix gen-tunables.awk to work with older awkAdhemerval Zanella1-34/+34
2017-06-07tunables: Add LD_HWCAP_MASK to tunablesSiddhesh Poyarekar1-0/+1
2017-05-17tunables: Specify a default value for tunablesSiddhesh Poyarekar1-2/+10
2017-05-11tunables: Make tunable_list relroSiddhesh Poyarekar1-1/+1
2017-03-24Update old tunables framework document/script.Sunyeop Lee1-6/+6
2017-02-02tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar1-4/+4
2016-12-31Add framework for tunablesSiddhesh Poyarekar1-0/+157