summaryrefslogtreecommitdiff
path: root/elf/dl-tunables.c
Commit message (Expand)AuthorAgeFilesLines
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-291-11/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-221-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella2021-11-091-3/+4
* rtld: copy terminating null in tunables_strdup (bug 28256)Andreas Schwab2021-08-231-2/+0
* Fix SXID_ERASE behavior in setuid programs (BZ #27471)Siddhesh Poyarekar2021-04-121-30/+26
* tunables: Fix comparison of tunable valuesSiddhesh Poyarekar2021-04-071-11/+14
* tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar2021-02-101-88/+40
* Use hidden visibility for early static PIE codeSzabolcs Nagy2021-01-211-0/+4
* elf: Avoid RELATIVE relocs in __tunables_initSzabolcs Nagy2021-01-211-1/+1
* ld.so: Add --list-tunables to print tunable valuesH.J. Lu2021-01-151-0/+43
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Set tunable value as well as min/max valuesH.J. Lu2020-09-291-4/+41
* Replace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGEH.J. Lu2020-06-041-2/+2
* parse_tunables: Fix typo in commentJonathan Wakely2020-03-131-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* tunables: report sbrk() failureDJ Delorie2019-12-161-5/+4
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Avoid "inline" after return type in function definitions.Joseph Myers2019-02-061-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Fix range check in do_tunable_update_valAlexey Makhalov2017-09-271-11/+4
* i386: Add <startup.h> [BZ #21913]H.J. Lu2017-08-081-0/+1
* tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella2017-07-241-0/+2
* tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar2017-06-301-20/+4
* ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528]H.J. Lu2017-06-081-68/+1
* tunables: Clean up hooks to get and set tunablesSiddhesh Poyarekar2017-06-071-21/+37
* Make __tunables_init hidden and avoid PLTH.J. Lu2017-05-251-0/+2
* tunables: Add support for tunables of uint64_t typeSiddhesh Poyarekar2017-05-171-54/+40
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+0
* Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar2017-02-081-0/+2
* tunables: Fix environment variable processing for setuid binaries (bz #21073)Siddhesh Poyarekar2017-02-021-23/+96
* * elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ...DJ Delorie2017-01-201-4/+26
* Fix environment traversal when an envvar value is emptySiddhesh Poyarekar2017-01-201-2/+2
* tunables: Avoid getenv calls and disable glibc.malloc.check by defaultSiddhesh Poyarekar2017-01-101-77/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Enhance --enable-tunables to select tunables frontend at build timeSiddhesh Poyarekar2016-12-311-1/+11
* Initialize tunable list with the GLIBC_TUNABLES environment variableSiddhesh Poyarekar2016-12-311-1/+128
* Add framework for tunablesSiddhesh Poyarekar2016-12-311-0/+320