-
- Downloads
vfs: Add the utimes system call
v2: Check limit of microseconds, among other minor changes (Nadav Har'El, Avi Kivity). v3: Get rid of goto & label by adding an else clause (Nadav Har'El). - This patch adds utimes support. - This patch addresses the issue #93 Signed-off-by:Raphael S. Carvalho <raphaelsc@cloudius-systems.com> Tested-by:
Tomasz Grabiec <tgrabiec@gmail.com> Signed-off-by:
Pekka Enberg <penberg@cloudius-systems.com>
Showing
- fs/vfs/main.cc 29 additions, 0 deletionsfs/vfs/main.cc
- fs/vfs/vfs.h 1 addition, 0 deletionsfs/vfs/vfs.h
- fs/vfs/vfs_syscalls.c 48 additions, 0 deletionsfs/vfs/vfs_syscalls.c
- fs/vfs/vfs_vnode.c 25 additions, 1 deletionfs/vfs/vfs_vnode.c
- include/osv/vnode.h 1 addition, 0 deletionsinclude/osv/vnode.h
- runtime.cc 0 additions, 6 deletionsruntime.cc
Loading
Please register or sign in to comment