summaryrefslogtreecommitdiffstats
path: root/perl/lib/Sys
Commit message (Expand)AuthorAgeFilesLines
* Fix 'unknown filesystem' warnings in old inspection code (RHBZ#678231 RHBZ#66...Richard W.M. Jones2011-08-111-14/+20
* perl: Fix another place where qw() was used as parentheses.Richard W.M. Jones2011-07-271-4/+4
* Revert "Lib.pm: unknown filesystem label SWAP-sda2 (RHBZ#666578)"Richard W.M. Jones2011-06-281-1/+1
* perl: Don't use qw() as parentheses.Richard W.M. Jones2011-06-181-1/+1
* perl: Canonicalize /dev/vd* paths in old inspection code (RHBZ#691724).Richard W.M. Jones2011-03-291-0/+3
* Detect Red Hat Desktop as 'rhel' distro (RHBZ#682979).Richard W.M. Jones2011-03-081-2/+2
* Lib.pm: unknown filesystem /dev/hd{x} (cdrom) (RHBZ#666577)Douglas Schilling Landgraf2011-01-021-1/+3
* Lib.pm: unknown filesystem label SWAP-sda2 (RHBZ#666578)Douglas Schilling Landgraf2011-01-021-1/+1
* Lib.pm: avoid message "unknown filesystem /dev/fd0" (RHBZ#666577)Douglas Schilling Landgraf2011-01-021-0/+1
* Sys::Guestfs::Lib: deprecate get_partitions (RHBZ#642933).Richard W.M. Jones2010-10-281-10/+3
* Sys::Guestfs::Lib: deprecate inspection functions (RHBZ#642930).Richard W.M. Jones2010-10-281-390/+29
* tools: Specify format of disks (RHBZ#642934,CVE-2010-3851).Richard W.M. Jones2010-10-221-24/+37
* New API: file-architectureRichard Jones2010-08-171-144/+3
* perl: Check all images are defined in first param of open_guest.Richard Jones2010-06-111-0/+7
* Rely on new augeas lens for modules.conf and conf.modulesMatthew Booth2010-05-271-7/+0
* Improved error if virt-inspector cannot find OSes in image (RHBZ#591142).Richard Jones2010-05-131-2/+8
* Add version numbers to Perl modules (RHBZ#521674).Richard Jones2010-05-121-1/+8
* inspector: Support filesystem-on-image VMs (RHBZ#590167).Richard Jones2010-05-071-4/+15
* Warn instead of dying if grub refers to non-existent kernelMatthew Booth2010-05-071-2/+8
* Don't die during inspection if rpm -qa or dpkg-query failsMatthew Booth2010-04-211-8/+20
* Don't die during inspection if initrd doesn't existMatthew Booth2010-04-211-1/+1
* Remove warning "No grub default" (RHBZ#580650).Richard Jones2010-04-081-3/+0
* Improved version of virt-win-reg, supporting exporting and merging.Richard Jones2010-03-301-2/+4
* inspector: Read information about Windows guests from the Registry.Richard Jones2010-03-081-86/+102
* inspector: Add product_name field to output.Richard Jones2010-03-081-0/+10
* inspector: Sort application names.Richard Jones2010-03-081-0/+2
* List application in Debian based vm imagesGuido Günther2010-02-241-0/+17
* Debian package formatGuido Günther2010-02-241-2/+2
* check for grub/menu.lst tooGuido Günther2010-02-241-2/+8
* Sys::Guestfs::Lib::open_guest: Add interface parameter.Richard Jones2010-02-121-2/+15
* Sys::Guestfs::Lib::open_guest: Remove freeform parameters.Richard Jones2010-02-121-6/+9
* Use mount-options instead of mount to avoid implicit -o sync.Richard Jones2010-02-101-1/+1
* inspector: Make RPM application data more specific (RHBZ#552718).Richard Jones2010-01-051-1/+1
* perl: Add Sys::Guestfs::Lib::feature_availableRichard Jones2009-11-201-3/+29
* Modify Sys::Guestfs::Lib::resolve_windows_path to use case_sensitive_path.Richard Jones2009-10-261-29/+3
* inspector: Canonicalize device names (fix RHBZ#526717).Richard Jones2009-10-011-1/+11
* Remove guestfs_wait_ready (turn it into a no-op).Richard Jones2009-09-211-1/+1
* Cleanup initialisation of hash entries in Lib.pmMatthew Booth2009-08-191-13/+4
* Export inspect_linux_kernel in Lib.pmMatthew Booth2009-08-191-13/+25
* Add boot/grub_fs to outputMatthew Booth2009-08-191-1/+7
* Don't assume grub is on a separate boot filesystemMatthew Booth2009-08-131-2/+54
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-355/+355
* Cleanup whitespace warnings in Lib.pmMatthew Booth2009-08-031-4/+4
* Use grub entries to find Linux kernelsMatthew Booth2009-08-031-89/+252
* Update incorrect comment in Lib.pmMatthew Booth2009-07-311-10/+8
* On RHEL 5, 'file' command prints 'AMD x86-64' for 'x86-64' arch.Richard W.M. Jones2009-07-291-0/+2
* Run cpio with --quiet option so it doesn't print 'xx blocks'Richard Jones2009-07-291-1/+1
* Lib.pm: Use Perl backtick instead of slurp (Aron Griffis).Richard Jones2009-07-291-3/+1
* inspector: Determine guest architecture.Richard Jones2009-07-291-3/+61
* Lib.pm: Add file_architecture command.Richard Jones2009-07-291-2/+159