unveil prototypes

2019-08-01 Thread Alexander Bluhm
Hi, I have found more unveil functions that are used in separate C files. They should have common prototypes in the namei.h header. It is #ifdef _KERNEL and survived a make build. ok? bluhm Index: kern/kern_unveil.c === RCS file:

Re: unveil prototypes

2019-07-27 Thread Alexander Bluhm
On Sat, Jul 27, 2019 at 12:41:24AM +0200, Mark Kettenis wrote: > > Date: Sat, 27 Jul 2019 00:09:11 +0200 > > From: Alexander Bluhm > > > > Hi, > > > > Can we move the unveil function prototypes into the namei.h header > > file? This guarantees consistency. Protected by _KERNEL, survived > > make

Re: unveil prototypes

2019-07-26 Thread Mark Kettenis
> Date: Sat, 27 Jul 2019 00:09:11 +0200 > From: Alexander Bluhm > > Hi, > > Can we move the unveil function prototypes into the namei.h header > file? This guarantees consistency. Protected by _KERNEL, survived > make build. > > ok? Why? If these are internal interfaces for the unveil subsy

unveil prototypes

2019-07-26 Thread Alexander Bluhm
Hi, Can we move the unveil function prototypes into the namei.h header file? This guarantees consistency. Protected by _KERNEL, survived make build. ok? bluhm Index: kern/vfs_lookup.c === RCS file: /data/mirror/openbsd/cvs/src/sy