summaryrefslogtreecommitdiff
path: root/libc/misc/auxvt
AgeCommit message (Collapse)Author
2025-03-04Support non-cached entries in getauxvalGeorg Kotheimer
Previously the getauxval implementation was limited to the auxiliary vector entries cached in _dl_auxvt. To also support entries outside of that cached subset, store the start address of the auxiliary vector, and if an uncached entry type is encountered search the entire auxiliary vector. Signed-off-by: Marcus Haehnel <marcus.haehnel@kernkonzept.com>
2023-08-14fix getauxval() on aarch64 gcc 11lordrasmus
2022-12-19add getauxval() implementationramin