2007-04-20
Arla and NetBSD 4.0
start with arla-0-44-branch tagged sources and a netbsd-4 BETA2 system & sources
in nnpfs/bsd/nnpfs_vfsops-bsd.c
- before nnpfs_fhlookup(), make it so that it is compiled on NetBSD, I did:
-#ifdef __APPLE__ +#if defined(__APPLE__) || defined(__NetBSD__)
nuke the HAVE_GETFH and HAVE_FHOPEN #defines in include/config.h after running configure
- verify that I'm thinking coherently
- do/did file handles have a performance impact?
- PAGs are still broke
- figure out how to do them with kauth(9)
- figure out how to use kauth to do groups manipulation