]> Zhao Yanbai Git Server - minix.git/commit
Implement support for getvfsstat(2) 32/932/2
authorDavid van Moolenbroek <david@minix3.org>
Mon, 19 Aug 2013 23:39:47 +0000 (01:39 +0200)
committerLionel Sambuc <lionel@minix3.org>
Tue, 18 Feb 2014 10:25:02 +0000 (11:25 +0100)
commit266239fe645b433a8f6b15814a806664f34cc06b
tree7b9d3a65c3ed2afd8fff88182b9b0a26dbe6f017
parent7113bcb8968f93eda47e96a803f1e87508b57f2c
Implement support for getvfsstat(2)

Change-Id: I99b697919d411c57105de561105beefc7d1d309a
26 files changed:
distrib/sets/lists/minix/mi
include/minix/callnr.h
include/minix/com.h
include/minix/sysinfo.h
lib/libc/include/namespace.h
lib/libc/sys-minix/MISSING_SYSCALLS
lib/libc/sys-minix/Makefile.inc
lib/libc/sys-minix/getvfsstat.c [new file with mode: 0644]
lib/libc/sys/Makefile.inc
lib/libminc/Makefile
servers/pm/table.c
servers/procfs/Makefile
servers/procfs/mounts.c [deleted file]
servers/procfs/mounts.h [deleted file]
servers/procfs/root.c
servers/vfs/README
servers/vfs/comm.h [deleted file]
servers/vfs/fs.h
servers/vfs/misc.c
servers/vfs/mount.c
servers/vfs/proto.h
servers/vfs/stadir.c
servers/vfs/table.c
servers/vfs/type.h [new file with mode: 0644]
servers/vfs/vmnt.h
sys/sys/statvfs.h