summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* inspection: Return root devices sorted.Richard W.M. Jones2011-10-191-0/+11
* inspect: Handle cciss devices in /etc/fstabMatthew Booth2011-10-191-0/+32
* inspect: Don't assume number of captures in match functionsMatthew Booth2011-10-191-30/+13
* inspect: Add drive naming hintsMatthew Booth2011-10-194-19/+46
* NFC: Remove unnecessary gotoMatthew Booth2011-10-191-7/+5
* launch: Store drive information in guestfs_hMatthew Booth2011-10-194-35/+127
* inspect: Fix fstab device mapping for >26 disksMatthew Booth2011-10-191-20/+31
* launch: Ensure g->cmdline is allocated before assigning g->cmdline[0].Richard W.M. Jones2011-10-191-7/+14
* Add basic support for netbsd detection.Michael Scherer2011-10-146-1/+70
* Add support for pkgsrc, default NetBSD package manager.Michael Scherer2011-10-143-1/+4
* Add support for mounting ufs from NetBSD, and fix FreeBSD detection on Fedora 16Michael Scherer2011-10-141-2/+9
* Add the Opensuse logo ( thanks to Vincent Untz )Michael Scherer2011-10-141-0/+14
* Add Opensuse and zypper detection supportMichael Scherer2011-10-144-0/+19
* Add support for Ubuntu logoMichael Scherer2011-10-141-2/+13
* Detect Mageia distributionMichael Scherer2011-10-145-0/+21
* Add systemtap/DTrace probes.Richard W.M. Jones2011-10-103-0/+102
* New tool: virt-sysprep: system preparation for guests.Richard W.M. Jones2011-10-081-0/+6
* New tool: virt-alignment-scan to check alignment of partitions.Richard W.M. Jones2011-10-051-0/+5
* docs: Add directory sections for resize/ and sparsify/Richard W.M. Jones2011-10-051-0/+8
* New tool: virt-sparsify to make disk images sparse.Richard W.M. Jones2011-10-041-0/+1
* docs: Add virt-resize to list of links in guestfs(3).Richard W.M. Jones2011-10-041-0/+1
* docs: virt-win-reg is written in Perl, not virt-resize.Richard W.M. Jones2011-10-041-1/+1
* Update API support documentation.Richard W.M. Jones2011-10-0435-0/+14948
* mount: No longer implicitly add -o sync,noatime options.Richard W.M. Jones2011-10-011-0/+3
* New API: set-smp, get-smpRichard W.M. Jones2011-09-283-0/+29
* New APIs: compress-out, compress-device-out.Richard W.M. Jones2011-09-281-1/+1
* Add no_timer_check to disable faulty test during boot (RHBZ#502058).Richard W.M. Jones2011-09-261-0/+1
* docs: Show how to use a qemu wrapper to edit the qemu command line.Richard W.M. Jones2011-09-261-0/+23
* Enable APIC.Richard W.M. Jones2011-09-211-1/+0
* Add Erlang bindings.Richard W.M. Jones2011-09-211-2/+9
* inspection: Handle /dev/root in /etc/fstab.Richard W.M. Jones2011-09-161-0/+3
* inspection: Add support for ttylinux (a minimal Linux).Richard W.M. Jones2011-09-165-0/+15
* docs: Add a section explaining the appliance boot process.Richard W.M. Jones2011-09-071-0/+93
* Add GUESTFS_EVENT_ENTER event.Richard W.M. Jones2011-08-262-5/+22
* Coverity: fix memory leak along error path.Richard W.M. Jones2011-08-231-0/+12
* pclose: Fix other places where we only tested pclose == -1.Richard W.M. Jones2011-08-232-2/+2
* test_qemu: Improve the error message.Richard W.M. Jones2011-08-231-1/+2
* test_qemu: pclose may return any != 0 on error.Richard W.M. Jones2011-08-231-1/+1
* qemu detection: Free up previous qemu help/version strings if they exist.Richard W.M. Jones2011-08-231-0/+5
* Coverity: test_qemu: Ensure FILE * is not leaked along error paths.Richard W.M. Jones2011-08-231-15/+21
* Escape special/non-printing characters in debug output (RHBZ#731744).Richard W.M. Jones2011-08-181-12/+42
* Remove guestfs___print_timestamped_argv.Richard W.M. Jones2011-08-183-48/+90
* out-of-tree build: fix building libraryHilko Bengen2011-08-151-3/+3
* out-of-tree build: fix documentation generationHilko Bengen2011-08-151-4/+4
* inspection: Better checking for Windows root disks (RHBZ#729075).Richard W.M. Jones2011-08-083-30/+75
* docs: guestfs_set_out_of_memory_handler returns void, not int.Richard W.M. Jones2011-08-061-2/+2
* docs: Clarify error handler example.Richard W.M. Jones2011-08-061-4/+5
* gnulib: Add all other libs when linking libguestfs.so.Richard W.M. Jones2011-08-051-2/+9
* gnulib: Add $(LIB_CLOCK_GETTIME) when linking libguestfs.so.Richard W.M. Jones2011-08-051-1/+2
* daemon: Remove separate configure of daemon subdirectory.Richard W.M. Jones2011-08-051-6/+0