]> git.ipfire.org Git - thirdparty/glibc.git/history - elf/dl-tunables.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / elf / dl-tunables.c
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-09-29  H.J. LuSet tunable value as well as min/max values
2020-06-04  H.J. LuReplace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGE
2020-03-13  Jonathan Wakelyparse_tunables: Fix typo in comment
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-16  DJ Delorietunables: report sbrk() failure
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-02-06  Joseph MyersAvoid "inline" after return type in function definitions.
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-09-26  Alexey MakhalovFix range check in do_tunable_update_val
2017-08-08  H.J. Lui386: Add <startup.h> [BZ #21913]
2017-07-24  Adhemerval Zanellatunables: Use direct syscall for access (BZ#21744)
2017-06-30  Siddhesh Poyarekartunables, aarch64: New tunable to override cpu
2017-06-08  H.J. Luld.so: Consolidate 2 strtouls into _dl_strtoul [BZ...
2017-06-07  Siddhesh Poyarekartunables: Clean up hooks to get and set tunables
2017-05-25  H.J. LuMake __tunables_init hidden and avoid PLT
2017-05-17  Siddhesh Poyarekartunables: Add support for tunables of uint64_t type
2017-03-02  Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-02-08  Siddhesh PoyarekarFix getting tunable values on big-endian (BZ #21109)
2017-02-02  Siddhesh Poyarekartunables: Fix environment variable processing for setui...
2017-01-21  DJ Delorie* elf/dl-tunables.c (tunable_set_val_if_valid_range...
2017-01-19  Siddhesh PoyarekarFix environment traversal when an envvar value is empty
2017-01-10  Siddhesh Poyarekartunables: Avoid getenv calls and disable glibc.malloc...
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31  Siddhesh PoyarekarEnhance --enable-tunables to select tunables frontend...
2016-12-31  Siddhesh PoyarekarInitialize tunable list with the GLIBC_TUNABLES environ...
2016-12-31  Siddhesh PoyarekarAdd framework for tunables