about summary refs log tree commit diff
path: root/scripts/gen-tunables.awk
Commit message (Expand)AuthorAgeFilesLines
* elf: Make glibc.rtld.enable_secure ignore alias environment variablesAdhemerval Zanella10 days1-1/+15
* elf: Add a way to check if tunable is set (BZ 27069)Adhemerval Zanella2023-11-291-2/+2
* elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella2023-11-211-16/+2
* scripts: Use bool in tunables initializerSzabolcs Nagy2022-10-281-1/+1
* elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy2021-01-211-1/+11
* elf: Make the tunable struct definition internal onlySzabolcs Nagy2021-01-211-1/+3
* Fix range check in do_tunable_update_valAlexey Makhalov2017-09-271-2/+10
* Fix gen-tunables.awk to work with older awkAdhemerval Zanella2017-06-191-34/+34
* tunables: Add LD_HWCAP_MASK to tunablesSiddhesh Poyarekar2017-06-071-0/+1
* tunables: Specify a default value for tunablesSiddhesh Poyarekar2017-05-171-2/+10
* tunables: Make tunable_list relroSiddhesh Poyarekar2017-05-111-1/+1
* Update old tunables framework document/script.Sunyeop Lee2017-03-241-6/+6
* tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar2017-02-021-4/+4
* Add framework for tunablesSiddhesh Poyarekar2016-12-311-0/+157