]> Zhao Yanbai Git Server - minix.git/commit
VFS: add dupfrom(2) call 87/987/2
authorDavid van Moolenbroek <david@minix3.org>
Wed, 18 Sep 2013 11:55:15 +0000 (13:55 +0200)
committerLionel Sambuc <lionel@minix3.org>
Sat, 1 Mar 2014 08:04:54 +0000 (09:04 +0100)
commitdba2d1f8b4ed330e9bbdbf39f1dc550ccb3ecc8b
treefc63f23f6c8cc7ee5879380230af64288005cf41
parent1f8286c377df8f7484ef8b851c5132d0186ed161
VFS: add dupfrom(2) call

This call copies a file descriptor from a remote process into the
calling process. The call is for the VND driver only, and in the
future, ACLs will prevent any other process from using this call.

Change-Id: Ib16fdd1f1a12cb38a70d7e441dad91bc86898f6d
include/lib.h
include/minix/callnr.h
include/minix/com.h
lib/libminlib/Makefile
lib/libminlib/dupfrom.c [new file with mode: 0644]
servers/pm/table.c
servers/vfs/filedes.c
servers/vfs/proto.h
servers/vfs/table.c
servers/vfs/vnode.h