]> Zhao Yanbai Git Server - minix.git/commit
Prepare VFS to support back calls from PFS. For security reasons and to support
authorThomas Veerman <thomas@minix3.org>
Mon, 30 Aug 2010 13:44:07 +0000 (13:44 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 30 Aug 2010 13:44:07 +0000 (13:44 +0000)
commit13ef7f1f38166f1f61b89adac585fe6300cc532a
tree958f2c2ff6e5574b0597cff81163753ca037aeeb
parent2297e266601237abaa1d9d064280de74eee3dea6
Prepare VFS to support back calls from PFS. For security reasons and to support
file descriptor passing, PFS does some back calls to VFS. For example, to
verify the validity of a path provided by a process and to tell VFS it must
copy file descriptors from one process to another.
17 files changed:
servers/vfs/device.c
servers/vfs/exec.c
servers/vfs/filedes.c
servers/vfs/fscall.c
servers/vfs/glo.h
servers/vfs/link.c
servers/vfs/mount.c
servers/vfs/open.c
servers/vfs/path.c
servers/vfs/protect.c
servers/vfs/proto.h
servers/vfs/read.c
servers/vfs/request.c
servers/vfs/stadir.c
servers/vfs/table.c
servers/vfs/time.c
servers/vfs/utility.c