Subject: Re: when to sysctl and when not to?
To: matthew green <mrg@eterna.com.au>
From: Simon Burge <simonb@netbsd.org>
List: tech-kern
Date: 06/16/2000 14:44:31
matthew green wrote:

>    There's scope to go even further and use
>    
>    	if (memf == NULL || strcmp(memf, _PATH_MEM) == 0)
> 
> 
> i think this may be going too far.
> 
> 
> perhaps we could document in the kvm commands that if you do
> pass a memory file, you want to use kvm-style accesses...

At the moment, there's no documentation in the kvm commands to say that
they might not use kvm (and most don't mention kvm anyway).  There's
usually words to the effect of "extract default info from /dev/kmem."

Hmm, even that's not right - you need to specify "/dev/mem" and not
"/dev/kmem" - a quick check shows that most of the grovellers reference
/dev/kmem and not /dev/mem.  Did something change this in the past and
the man pages not get updated?  And what would use /dev/kmem now then
anyway?

Simon.