Edit

IABSD.fr/src/usr.sbin/acpidump

Branch :

  • Show log

    Commit

  • Author : kettenis
    Date : 2022-09-11 10:40:35
    Hash : c3c82401
    Message : 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@