1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00
openbsd-src/usr.sbin/acpidump
kettenis c3c82401f1 When looking up a symble using kvm_nlist(3), we need to prepend an
underscore.  This fixes acpidump on arm64.  How this ever worked before
is unclear, but part of the puzzle is that we didn't properly check the
return value of the kvm_nlist(3) calls.  So fix that too.

ok deraadt@, mglocker@
2022-09-11 10:40:35 +00:00
..
acpidump.8 add a comma; 2020-11-22 17:10:06 +00:00
acpidump.c When looking up a symble using kvm_nlist(3), we need to prepend an 2022-09-11 10:40:35 +00:00
Makefile Add support for parsing XSDT tables. Add support for arm64. 2018-06-24 10:39:59 +00:00