Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid warning about old-style no-param function definition | Jim Meyering | 2009-08-17 | 1 | -2/+2 |
| | | | | | * daemon/df.c (do_df, do_df_h): Add "void". * sync.c (do_sync): Likewise. | ||||
* | update all NEED_ROOT uses | Jim Meyering | 2009-08-13 | 1 | -2/+2 |
| | | | | | | run this command: git grep -l -w NEED_ROOT|xargs perl -pi -e \ 's/(NEED_ROOT) \((.*?)\)/$1 (return $2)/' | ||||
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Add 'df' and 'df-h' commands. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+70 |
df and df-h commands can be used interactively to show disk space usage. Use existing statvfs command from programs. |