Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | df: Rewrite virt-df in C. | Richard W.M. Jones | 2010-11-25 | 1 | -0/+52 |
| | | | | | | | | | | | | I have diffed the output from the original virt-df with this new version, and they agree very closely. Some differences: - Old virt-df have a divide-by-zero error in cases where the number of used inodes was 0. New virt-df fixes this. - New virt-df uses gnulib human_readable library which displays numbers to 3 significant figures for -h output (old version used an ad hoc function). | ||||
* | Move virt tools (virt-cat, virt-edit etc) into tools/ subdirectory. | Richard Jones | 2009-10-19 | 1 | -52/+0 |
| | | | | | | | | | | | | | | | | | | This moves the tool programs into a single directory: cat/* -> tools/virt-cat df/* -> tools/virt-df edit/* -> tools/virt-edit rescue/* -> tools/virt-rescue This in itself simplifies the build process because we only need one Makefile and one copy of 'run-locally'. 'run-*-locally' has become just 'run-locally' and takes an extra parameter which is the name of the tool, eg: run-locally cat [virt-cat params...] virt-inspector stays in its own directory, because this contains more than just a single Perl script. | ||||
* | run-*-locally: The programs are now virt-[tool], not virt-[tool].pl | Richard Jones | 2009-10-01 | 1 | -1/+1 |
| | | | | This fixes commit b488436cc54288fcae8988493749f2e6c87f274c. | ||||
* | Check return value from readlink. | Richard Jones | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | Added framework for 'virt-df' command. | Richard Jones | 2009-07-10 | 1 | -0/+52 |