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