aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-tunables.c
AgeCommit message (Expand)Author
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-09elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella
2021-08-23rtld: copy terminating null in tunables_strdup (bug 28256)Andreas Schwab
2021-04-12Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar
2021-04-07tunables: Fix comparison of tunable valuesSiddhesh Poyarekar
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar
2021-01-21Use hidden visibility for early static PIE codeSzabolcs Nagy
2021-01-21elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy
2021-01-15ld.so: Add --list-tunables to print tunable valuesH.J. Lu
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-09-29Set tunable value as well as min/max valuesH.J. Lu
2020-06-04Replace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGEH.J. Lu
2020-03-13parse_tunables: Fix typo in commentJonathan Wakely
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-16tunables: report sbrk() failureDJ Delorie
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-09-27Fix range check in do_tunable_update_valAlexey Makhalov
2017-08-08i386: Add <startup.h> [BZ #21913]H.J. Lu
2017-07-24tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella
2017-06-30tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu
2017-06-07tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar
2017-05-25Make __tunables_init hidden and avoid PLTH.J. Lu
2017-05-17tunables: Add support for tunables of uint64_t typeSiddhesh Poyarekar
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-08Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar
2017-02-02tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar
2017-01-20* elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...DJ Delorie
2017-01-20Fix environment traversal when an envvar value is emptySiddhesh Poyarekar
2017-01-10tunables: Avoid getenv calls and disable glibc.malloc.check by defaultSiddhesh Poyarekar
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar
2016-12-31Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar
2016-12-31Add framework for tunablesSiddhesh Poyarekar