summaryrefslogtreecommitdiffstats
path: root/daemon/df.c
Commit message (Collapse)AuthorAgeFilesLines
* avoid warning about old-style no-param function definitionJim Meyering2009-08-171-2/+2
| | | | | * daemon/df.c (do_df, do_df_h): Add "void". * sync.c (do_sync): Likewise.
* update all NEED_ROOT usesJim Meyering2009-08-131-2/+2
| | | | | | run this command: git grep -l -w NEED_ROOT|xargs perl -pi -e \ 's/(NEED_ROOT) \((.*?)\)/$1 (return $2)/'
* remove trailing blanksJim Meyering2009-07-031-1/+1
|
* Add 'df' and 'df-h' commands.Richard W.M. Jones2009-06-291-0/+70
df and df-h commands can be used interactively to show disk space usage. Use existing statvfs command from programs.