• Michael McConville's avatar
    Improve error reporting on FreeBSD libkvm call · b886ecc4
    Michael McConville authored
    This involves switching from kvm_open(3) to kvm_openfiles(3). The only
    difference is that the latter has saner error reporting (see the man
    page for details). We can now fatally report the error rather than just
    calling assert(3).
    b886ecc4
FreeBSDProcessList.c 17.4 KB