Subject: kvm_open and _PATH_UNIX
To: None <tech-kern@NetBSD.org>
From: Andy Doran <ad@psn.ie>
List: tech-kern
Date: 04/24/1999 10:40:44
Hi folks.

It's a bit of a pain that kvm_open can't automagically determine the
running kernel's name, particularly in situations where you boot a backup.
Provided the bootblocks for the various ports can provide a name, what
about adding a sysctl variable called ``kern.bootfile'', then importing
the getbootfile() function from FreeBSD, which queries this?

Comments?

Andy.