fish: Change 'int argc' to 'size_t argc' throughout.
[libguestfs.git] / fish / alloc.c
2010-10-21 Richard W.M. Jonesfish: Change 'int argc' to 'size_t argc' throughout.
2010-09-18 Richard W.M. Jonesgenerator: Generate guestfish-only commands.
2010-09-08 Richard Jonesfish: Add guestfish -N bootroot and -N bootrootlv for...
2010-05-21 Richard Jonesfish: Allow suffixes on number parameters (eg. 1M)
2010-04-22 Richard Jonesfish: Add -N option for making prepared disk images.
2010-04-07 Richard JonesCheck error returns from posix_fallocate (RHBZ#579664).
2010-03-22 Richard JonesMac OS X: provide alternate implementation of posix_fal...
2009-11-06 Richard W.M. JonesFixes for compiling on 32 bit.
2009-11-04 Richard Jonesfish: Allow <nn>P and <nn>E for petabyte and exabyte...
2009-11-04 Richard Jonesfish: Allow <nn>T for terabyte allocations.
2009-11-04 Richard Jonesfish: New command 'sparse', like 'alloc' but to generat...
2009-07-03 Jim Meyeringremove trailing blanks
2009-05-21 Richard JonesGettextize the source, make library strings translatable.
2009-05-08 Richard JonesImplement -command (to ignore errors) in guestfish...
2009-04-15 Richard Jones'guestfish edit' commands and several bugfixes.
2009-04-15 Richard JonesMove guestfish 'alloc' command to a separate file.