Start to implement df command line tool.
commit663664703394632860eadef65798f751d575e737
authorManuele Conti <conti.ma@alice.it>
Thu, 4 Jul 2013 18:55:31 +0000 (4 20:55 +0200)
committerManuele Conti <conti.ma@alice.it>
Thu, 4 Jul 2013 18:55:31 +0000 (4 20:55 +0200)
treeccdf3507f2d5976b05c990f99d539f35986f244a
parentd8b47eca6f42cb0337bbfbbd1fcd114ae523a897
Start to implement df command line tool.
12 files changed:
boot/Makefile.common
uspace/Makefile
uspace/app/df/Makefile [new file with mode: 0644]
uspace/app/df/df.c [copied from uspace/lib/c/include/vfs/vfs.h with 60% similarity]
uspace/lib/c/generic/vfs/vfs.c
uspace/lib/c/include/ipc/vfs.h
uspace/lib/c/include/vfs/vfs.h
uspace/lib/fs/libfs.h
uspace/srv/fs/mfs/mfs_ops.c
uspace/srv/vfs/vfs.c
uspace/srv/vfs/vfs.h
uspace/srv/vfs/vfs_ops.c