CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2024/07/14 05:14:29
Modified files: sys/kern : exec_elf.c Log message: Actually set up hwcap AUX_* entries when available Erroneously dropped from the last elf_aux_info(3) diff I sent on tech@. Lack of this chunk would affect arm64 and riscv64 as they're the two architectures providing hwcap*. Should have been ok kettenis@