Age | Commit message (Expand) | Author | Files | Lines |
2023-03-29 | Remove --enable-tunables configure option | Adhemerval Zanella Netto | 1 | -11/+1 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 1 | -1/+1 |
2022-09-22 | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto | 1 | -1/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2021-11-09 | elf: Use the minimal malloc on tunables_strdup | Adhemerval Zanella | 1 | -3/+4 |
2021-08-23 | rtld: copy terminating null in tunables_strdup (bug 28256) | Andreas Schwab | 1 | -2/+0 |
2021-04-12 | Fix SXID_ERASE behavior in setuid programs (BZ #27471) | Siddhesh Poyarekar | 1 | -30/+26 |
2021-04-07 | tunables: Fix comparison of tunable values | Siddhesh Poyarekar | 1 | -11/+14 |
2021-02-10 | tunables: Simplify TUNABLE_SET interface | Siddhesh Poyarekar | 1 | -88/+40 |
2021-01-21 | Use hidden visibility for early static PIE code | Szabolcs Nagy | 1 | -0/+4 |
2021-01-21 | elf: Avoid RELATIVE relocs in __tunables_init | Szabolcs Nagy | 1 | -1/+1 |
2021-01-15 | ld.so: Add --list-tunables to print tunable values | H.J. Lu | 1 | -0/+43 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1 | -1/+1 |
2020-09-29 | Set tunable value as well as min/max values | H.J. Lu | 1 | -4/+41 |
2020-06-04 | Replace val with __val in TUNABLE_SET_VAL_IF_VALID_RANGE | H.J. Lu | 1 | -2/+2 |
2020-03-13 | parse_tunables: Fix typo in comment | Jonathan Wakely | 1 | -1/+1 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-12-16 | tunables: report sbrk() failure | DJ Delorie | 1 | -5/+4 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 1 | -1/+1 |
2019-02-06 | Avoid "inline" after return type in function definitions. | Joseph Myers | 1 | -2/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
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 |