]> Zhao Yanbai Git Server - minix.git/commit
Message type for path related calls.
authorLionel Sambuc <lionel@minix3.org>
Mon, 12 May 2014 14:30:43 +0000 (16:30 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:33 +0000 (17:05 +0200)
commitcef3ce969a794b40e41aa9f18a7cff13ad64cd64
tree4e7c9d9d237c72fe25e92d3e6b7d46e34abc8a6d
parent96b3577b2c08bb79856eb06349feb3eaf5a569bc
Message type for path related calls.

 - Updated system calls VFS_ACCESS, VFS_CHDIR, VFS_CHMOD, VFS_CHROOT,
                        VFS_MKDIR, VFS_OPEN, VFS_RMDIR, VSF_UNLINK

 - Removed M3_STRING and M3_LONG_STRING, which are tied to a specific
   "generic" message, and replaced where needed with M_PATH_STRING_MAX,
   which is tied to the mess_lc_vfs_path message.

Change-Id: If287c74f5ece937b9431e5d95b5b58a3c83ebff1
12 files changed:
include/minix/callnr.h
include/minix/ipc.h
lib/libc/sys-minix/access.c
lib/libc/sys-minix/chmod.c
lib/libc/sys-minix/loadname.c
lib/libc/sys-minix/mkdir.c
lib/libc/sys-minix/open.c
lib/libusb/usb.c
servers/vfs/const.h
servers/vfs/open.c
servers/vfs/protect.c
servers/vfs/utility.c