]> Zhao Yanbai Git Server - minix.git/commit
df(1): use statvfs instead of raw disk access
authorDavid van Moolenbroek <david@minix3.org>
Wed, 17 Oct 2012 20:51:17 +0000 (22:51 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Wed, 17 Oct 2012 20:51:17 +0000 (22:51 +0200)
commit870f6d08af117a382b441318e5a28b61cd826111
tree4c204378b5b243a3fcd718113ce55ebda7671df1
parent3399c2c966a57b6e50225330417f7577fd5d04ba
df(1): use statvfs instead of raw disk access

As of this patch, df(1) no longer performs raw disk access; it
operates exclusively on mounted file systems. This also means
that df no longer needs to be setuid.
commands/checkhier/checkhier.sh
commands/df/Makefile
commands/df/df.c