Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tunables: Disallow negative values for some tunables | Siddhesh Poyarekar | 2021-02-10 | 1 | -1/+1 |
| | | | | | | | | The glibc.malloc.mmap_max tunable as well as al of the INT_32 tunables don't have use for negative values, so pin the hardcoded limits in the non-negative range of INT. There's no real benefit in any of those use cases for the extended range of unsigned, so I have avoided added a new type to keep things simple. | ||||
* | ld.so: Add --list-tunables to print tunable values | H.J. Lu | 2021-01-15 | 1 | -0/+14 |
Pass --list-tunables to ld.so to print tunables with min and max values. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> |