aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-tunables.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar1-88/+40
2021-01-21Use hidden visibility for early static PIE codeSzabolcs Nagy1-0/+4
2021-01-21elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy1-1/+1
2021-01-15ld.so: Add --list-tunables to print tunable valuesH.J. Lu1-0/+43
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-09-29Set tunable value as well as min/max valuesH.J. Lu1-4/+41
2020-06-04Replace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGEH.J. Lu1-2/+2
2020-03-13parse_tunables: Fix typo in commentJonathan Wakely1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-12-16tunables: report sbrk() failureDJ Delorie1-5/+4
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-02-06Avoid "inline" after return type in function definitions.Joseph Myers1-2/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-09-27Fix range check in do_tunable_update_valAlexey Makhalov1-11/+4
2017-08-08i386: Add <startup.h> [BZ #21913]H.J. Lu1-0/+1
2017-07-24tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella1-0/+2
2017-06-30tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar1-20/+4
2017-06-08ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu1-68/+1
2017-06-07tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar1-21/+37
2017-05-25Make __tunables_init hidden and avoid PLTH.J. Lu1-0/+2
2017-05-17tunables: Add support for tunables of uint64_t typeSiddhesh Poyarekar1-54/+40
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+0
2017-02-08Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar1-0/+2
2017-02-02tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar1-23/+96
2017-01-20* elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...DJ Delorie1-4/+26
2017-01-20Fix environment traversal when an envvar value is emptySiddhesh Poyarekar1-2/+2
2017-01-10tunables: Avoid getenv calls and disable glibc.malloc.check by defaultSiddhesh Poyarekar1-77/+10
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-31Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar1-1/+11
2016-12-31Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar1-1/+128
2016-12-31Add framework for tunablesSiddhesh Poyarekar1-0/+320