summaryrefslogtreecommitdiffstats
path: root/fish/alloc.c
Commit message (Collapse)AuthorAgeFilesLines
* Mac OS X: provide alternate implementation of posix_fallocate.Richard Jones2010-03-221-0/+19
|
* Fixes for compiling on 32 bit.Richard W.M. Jones2009-11-061-7/+7
|
* fish: Allow <nn>P and <nn>E for petabyte and exabyte allocations.Richard Jones2009-11-041-0/+2
|
* fish: Allow <nn>T for terabyte allocations.Richard Jones2009-11-041-3/+4
|
* fish: New command 'sparse', like 'alloc' but to generate sparse files.Richard Jones2009-11-041-0/+54
| | | | | | | | | | | | | | | | | With sparse you can make sparse files, which is fun because you can experiment with really large devices: ><fs> sparse /tmp/test.img 100G ><fs> run ><fs> sfdiskM /dev/vda , ><fs> mkfs ext2 /dev/vda1 # very long pause here ... ><fs> mount /dev/vda1 / To see the real (ie. allocated) size of the sparse file, use the du command, eg: ><fs> !du -h /tmp/test.img 1.6G -rw-rw-r-- 1 rjones rjones 100G 2009-11-04 17:40 /tmp/test.img
* remove trailing blanksJim Meyering2009-07-031-1/+1
|
* Gettextize the source, make library strings translatable.Richard Jones2009-05-211-4/+4
|
* Implement -command (to ignore errors) in guestfish, and allow recovery from ↵Richard Jones2009-05-081-1/+1
| | | | qemu process failure.
* 'guestfish edit' commands and several bugfixes.Richard Jones2009-04-151-2/+2
|
* Move guestfish 'alloc' command to a separate file.Richard Jones2009-04-151-0/+111