Remove guestfs_wait_ready (turn it into a no-op).
[libguestfs.git] / perl / lib / Sys / Guestfs / Lib.pm
2009-09-21 Richard JonesRemove guestfs_wait_ready (turn it into a no-op).
2009-08-19 Matthew BoothCleanup initialisation of hash entries in Lib.pm
2009-08-19 Matthew BoothExport inspect_linux_kernel in Lib.pm
2009-08-19 Matthew BoothAdd boot/grub_fs to output
2009-08-13 Matthew BoothDon't assume grub is on a separate boot filesystem
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-08-03 Matthew BoothCleanup whitespace warnings in Lib.pm
2009-08-03 Matthew BoothUse grub entries to find Linux kernels
2009-07-31 Matthew BoothUpdate incorrect comment in Lib.pm
2009-07-29 Richard W.M. JonesOn RHEL 5, 'file' command prints 'AMD x86-64' for ...
2009-07-29 Richard JonesRun cpio with --quiet option so it doesn't print 'xx...
2009-07-29 Richard JonesLib.pm: Use Perl backtick instead of slurp (Aron Griffis).
2009-07-29 Richard Jonesinspector: Determine guest architecture.
2009-07-29 Richard JonesLib.pm: Add file_architecture command.
2009-07-29 Richard JonesLib: Document the $ro parameter for mount_operating_sys...
2009-07-28 Richard JonesLib.pm: Use 'file' as replacement for 'zfile'.
2009-07-24 Matthew BoothMake read-only optional in mount_operating_system()
2009-07-21 Matthew BoothSplit $os->{version} into $os->{major_version} and...
2009-07-20 Richard Jonesvirt-inspector --fish: Fix incorrect '-a' parameter...
2009-07-20 Matthew BoothReplace 'distrofamily' with feature tags
2009-07-17 Matthew BoothDifferentiate 'distro' and 'distrofamily' in Sys::Guest...
2009-07-15 Richard JonesMake Perl strings translatable using perl-libintl.
2009-07-13 Richard JonesIgnore old-style initrd which is a compressed ext2...
2009-07-10 Richard W.M. JonesSys::Guestfs::Lib: Exit with error if a libvirt domain...
2009-07-10 Richard W.M. Jonesvirt-df: Recognise libvirt domains with file-backed...
2009-07-10 Richard JonesMove 'use File::Temp' from virt-inspector program to...
2009-07-10 Richard JonesRename internal subroutines with leading underscore...
2009-07-10 Richard Jones'$_' should be marked as a local variable in Sys::Guest...
2009-07-09 Richard JonesSys::Guestfs::Lib minor documentation clean-up.
2009-07-09 Richard JonesMove the inspection analysis code into Sys::Guestfs...
2009-07-09 Richard JonesMove 'resolve_windows_path' to Sys::Guestfs::Lib.
2009-07-09 Richard JonesMove 'get_partitions' call into Sys::Guestfs::Lib.
2009-07-09 Richard JonesAdd Sys::Guestfs::Lib - useful functions for using...