/dev/hd* is also a block device on RHEL 5.
[libguestfs.git] / fish /
2009-05-06 Richard JonesMissing include <ctype.h>
2009-05-01 Richard W.M. JonesTypo in documentation.
2009-05-01 Richard W.M. JonesImplement !local in guestfish.
2009-05-01 Richard W.M. JonesGenerated code for 'equal' command.
2009-05-01 Richard W.M. JonesGenerated code for ping-daemon command.
2009-05-01 Richard W.M. JonesGenerated code for dmesg command.
2009-05-01 Richard W.M. JonesGenerated code for drop-caches command.
2009-05-01 Richard W.M. JonesGenerated code for cp, cp-a and mv commands.
2009-04-30 Richard JonesGenerated code for grub-install command.
2009-04-30 Richard JonesAdded guestfish 'echo' command. 1.0.16
2009-04-30 Richard JonesAdded a comment syntax to guestfish (# ...).
2009-04-30 Richard JonesAdded notes to the 'fsck' command documentation.
2009-04-30 Richard JonesAdded 'zero' command to wipe partition tables and super...
2009-04-30 Richard JonesAdd generated code for 'fsck' command.
2009-04-30 Richard JonesAutosync now runs umount-all; sync
2009-04-30 Jim Meyeringbuild: don't tell "make clean" to remove my '~' backup...
2009-04-30 Jim Meyering* fish/completion.c (commands): Declare with a 2nd...
2009-04-27 Richard JonesGenerated code for ext2 UUID and label functions.
2009-04-26 Richard JonesAdd --version option (show version) to guestfish.
2009-04-26 Richard JonesAdded the --ro option (readonly) to guestfish.
2009-04-26 Richard JonesDon't echo output in scripts.
2009-04-25 Richard JonesGenerated code for lvremove, vgremove, pvremove.
2009-04-25 Richard JonesIf LIBGUESTFS_PATH is set, guestfish shouldn't modify...
2009-04-23 Richard W.M. JonesFix buffer overrun in guestfish command-line parsing.
2009-04-23 Richard W.M. JonesGenerated code for debug command.
2009-04-22 Richard JonesGenerated code for new mount_* commands.
2009-04-22 Richard JonesAllow qemu binary to be overridden at runtime.
2009-04-20 Richard JonesAdded tar-in, tar-out, tgz-in, tgz-out commands.
2009-04-20 Richard JonesGenerated code for 'checksum' command.
2009-04-18 Richard JonesBegin to add the upload and download commands.
2009-04-18 Richard JonesSeparate out the high-level API actions.
2009-04-18 Richard JonesRewrite of main loop impl, start of FileIn/FileOut...
2009-04-15 Richard Jones'guestfish edit' commands and several bugfixes.
2009-04-15 Richard JonesMove guestfish 'alloc' command to a separate file.
2009-04-15 Richard JonesGenerated code for blockdev_* calls, RInt64, enhanced...
2009-04-15 Richard JonesGenerated code for tune2fs-l command and RHashtable...
2009-04-15 Richard JonesGenerated code for stat/lstat/statvfs changes.
2009-04-14 Richard JonesQuoting in guestfish.
2009-04-14 Richard JonesAdded bindings for GNU readline.
2009-04-14 Richard JonesTypos and documentation updates.
2009-04-14 Richard JonesAdd 'command' and 'command-lines'. Fix args freeing...
2009-04-13 Richard JonesGenerated files for file(1) command.
2009-04-13 Richard JonesStricter checks on short descriptions.
2009-04-12 Richard JonesFix looping bug in parse_string_list, and remove debug...
2009-04-11 Richard JonesAdded test suite.
2009-04-10 Richard JonesGenerated files for previous commands.
2009-04-10 Richard JonesCorrection in the aug-ls documentation.
2009-04-09 Richard JonesRemove *~ files when doing 'make clean'.
2009-04-09 Richard JonesAdded aug-ls (generated code).
2009-04-09 Richard JonesGenerate webpages.
2009-04-09 Richard JonesAdded Augeas support.
2009-04-08 Richard JonesGenerated code for new guestfs_read_lines API call.
2009-04-08 Richard JonesMany non-daemon functions are now auto-generated.
2009-04-08 Richard JonesUpdated generated files.
2009-04-07 Richard JonesImplement simple lvs/vgs/pvs commands.
2009-04-07 Richard JonesRename pvs -> pvs-full (etc), so we can add simple...
2009-04-07 Richard Jonespvs/vgs/lvs commands working now.
2009-04-06 Richard JonesImplement list-devices and list-partitions.
2009-04-06 Richard JonesImplementations of 'cat', 'ls', and some cleanups.
2009-04-04 Richard JonesFix incorrect short description of 'cat' command
2009-04-04 Richard JonesImplement RString and RStringList return types.
2009-04-04 Richard JonesImplement the alloc shell command.
2009-04-04 Richard JonesLIBGUESTFS_PATH implementation.
2009-04-04 Richard JonesDocument --add and --mount options.
2009-04-04 Richard JonesImplemented autosync, make it the default for guestfish.
2009-04-04 Richard JonesImplemented running actions in guestfish.
2009-04-04 Richard JonesMore tidy up of messages.
2009-04-04 Richard JonesCommand line, help.
2009-04-03 Richard JonesCommand line and interactive shell parsing, prompts...
2009-04-03 Richard JonesAdded outline of shell command, added generator support.