Subject: Re: CVS commit: src
To: None <elad@netbsd.org>
From: Chuck Silvers <chuq@chuq.com>
List: source-changes
Date: 10/05/2005 19:29:57
On Thu, Oct 06, 2005 at 12:40:58AM +0900, YAMAMOTO Takashi wrote:
> > Module Name: src
> > Committed By: elad
> > Date: Wed Oct 5 13:48:48 UTC 2005
> >
> > Modified Files:
> > src/sbin/veriexecctl: veriexecctl.8 veriexecctl.c veriexecctl_parse.y
> > src/share/man/man4: veriexec.4
> > src/sys/dev: verified_exec.c
> > src/sys/kern: kern_verifiedexec.c
> > src/sys/miscfs/genfs: genfs_vnops.c
> > src/sys/sys: verified_exec.h
> >
> > Log Message:
> > Introduce per-page fingerprints in Veriexec.
...
> - what are you trying to do in genfs_getpages?
> isn't it needed for async case?
I also question this. we really don't want ifdefs for misc other features
in this code. please find another way to do whatever it is that you're doing.
-Chuck