Age | Commit message (Expand) | Author | Files | Lines |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2017-09-27 | Fix range check in do_tunable_update_val | Alexey Makhalov | 1 | -11/+4 |
2017-08-08 | i386: Add <startup.h> [BZ #21913] | H.J. Lu | 1 | -0/+1 |
2017-07-24 | tunables: Use direct syscall for access (BZ#21744) | Adhemerval Zanella | 1 | -0/+2 |
2017-06-30 | tunables, aarch64: New tunable to override cpu | Siddhesh Poyarekar | 1 | -20/+4 |
2017-06-08 | ld.so: Consolidate 2 strtouls into _dl_strtoul [BZ #21528] | H.J. Lu | 1 | -68/+1 |
2017-06-07 | tunables: Clean up hooks to get and set tunables | Siddhesh Poyarekar | 1 | -21/+37 |
2017-05-25 | Make __tunables_init hidden and avoid PLT | H.J. Lu | 1 | -0/+2 |
2017-05-17 | tunables: Add support for tunables of uint64_t type | Siddhesh Poyarekar | 1 | -54/+40 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 1 | -1/+0 |
2017-02-08 | Fix getting tunable values on big-endian (BZ #21109) | Siddhesh Poyarekar | 1 | -0/+2 |
2017-02-02 | tunables: Fix environment variable processing for setuid binaries (bz #21073) | Siddhesh Poyarekar | 1 | -23/+96 |
2017-01-20 | * elf/dl-tunables.c (tunable_set_val_if_valid_range): Split into ... | DJ Delorie | 1 | -4/+26 |
2017-01-20 | Fix environment traversal when an envvar value is empty | Siddhesh Poyarekar | 1 | -2/+2 |
2017-01-10 | tunables: Avoid getenv calls and disable glibc.malloc.check by default | Siddhesh Poyarekar | 1 | -77/+10 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-12-31 | Enhance --enable-tunables to select tunables frontend at build time | Siddhesh Poyarekar | 1 | -1/+11 |
2016-12-31 | Initialize tunable list with the GLIBC_TUNABLES environment variable | Siddhesh Poyarekar | 1 | -1/+128 |
2016-12-31 | Add framework for tunables | Siddhesh Poyarekar | 1 | -0/+320 |