summaryrefslogtreecommitdiff
path: root/elf/dl-tunables.c
AgeCommit message (Expand)Author
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