]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Document VFS changes:
authoralfred <alfred@FreeBSD.org>
Sat, 11 Sep 1999 00:57:20 +0000 (00:57 +0000)
committeralfred <alfred@FreeBSD.org>
Sat, 11 Sep 1999 00:57:20 +0000 (00:57 +0000)
commitb5a29f808009bfe1f6e8a1d8efb222cdb05157b3
treeb2febb4acf6f8997a8774d23301eee49ec8ab94e
parent44374643d1829aa9b3f54541623a984a337a8872
Document VFS changes:

VFS_CHECKEXP.9, now used to check export credentials
VFS_FHTOVP.9, only used for filehandle to vnode, no access checks are done.
VFS.9, inform people of the vfs_std* functions available to avoid
       ugly casts to eopnotsup and making of dummy functions to return 0.
share/man/man9/Makefile
share/man/man9/VFS.9
share/man/man9/VFS_CHECKEXP.9 [new file with mode: 0644]
share/man/man9/VFS_FHTOVP.9