Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add guestfs_rescue=1 appliance option to start a rescue shell. | Richard Jones | 2009-06-11 | 2 | -7/+3 | |
| | ||||||
* | Catching hanging qemu in tests (RHBZ#505329). | Richard Jones | 2009-06-11 | 2 | -0/+14 | |
| | ||||||
* | More TODO-list suggestions and a summary of PPC situation. | Richard Jones | 2009-06-11 | 1 | -0/+22 | |
| | ||||||
* | Prepare for 1.0.44.1.0.44 | Richard Jones | 2009-06-10 | 1 | -1/+1 | |
| | ||||||
* | Remove obsolete comment from generator. | Richard Jones | 2009-06-10 | 2 | -8/+3 | |
| | ||||||
* | Specify type of squashfs filesystem. | Richard Jones | 2009-06-10 | 1 | -1/+4 | |
| | ||||||
* | Allow HFS+, UFS and XFS filesystems (add to kmod whitelist). | Richard Jones | 2009-06-10 | 1 | -0/+4 | |
| | ||||||
* | CentOS fix: skip ntfs-3g.probe tests if no binary. | Richard Jones | 2009-06-10 | 1 | -0/+1 | |
| | ||||||
* | Done: Device independent naming feature. | Richard Jones | 2009-06-10 | 1 | -36/+0 | |
| | ||||||
* | Implement device name translation. Remove device name hacks in tests. | Richard Jones | 2009-06-10 | 4 | -706/+134 | |
| | ||||||
* | In the daemon, change all const char * parameters to char *. | Richard Jones | 2009-06-10 | 29 | -307/+317 | |
| | ||||||
* | Add IS_DEVICE checks for all calls which take a device parameter. | Richard Jones | 2009-06-10 | 3 | -3/+26 | |
| | ||||||
* | Describe the standard naming scheme and translation algorithm. | Richard Jones | 2009-06-09 | 1 | -0/+103 | |
| | ||||||
* | Added more to-do items to the list. | Richard Jones | 2009-06-09 | 1 | -0/+44 | |
| | ||||||
* | New website, change et.redhat.com references to libguestfs.org1.0.43 | Richard Jones | 2009-06-09 | 10 | -34/+71 | |
| | ||||||
* | Prepare for 1.0.43. | Richard Jones | 2009-06-09 | 1 | -1/+1 | |
| | ||||||
* | Add support for decoding the Windows registry. | Richard Jones | 2009-06-09 | 2 | -4/+186 | |
| | ||||||
* | Generated code for ntfs_3g_probe command. | Richard Jones | 2009-06-08 | 22 | -2/+590 | |
| | ||||||
* | Add 'ntfs_3g_probe' command so we can probe the "mountability" of an NTFS ↵ | Richard Jones | 2009-06-08 | 3 | -0/+72 | |
| | | | | partition. | |||||
* | Todo: qemu options. | Richard Jones | 2009-06-08 | 1 | -0/+15 | |
| | ||||||
* | Add missing documentation for guestfish 'lcd' command. | Richard Jones | 2009-06-08 | 1 | -0/+9 | |
| | ||||||
* | More TODO items. | Richard Jones | 2009-06-08 | 1 | -0/+44 | |
| | ||||||
* | Added 'lcd' command to guestfish. | Richard Jones | 2009-06-08 | 4 | -2/+63 | |
| | ||||||
* | Prepare for 1.0.421.0.42 | Richard Jones | 2009-06-06 | 1 | -1/+1 | |
| | ||||||
* | Parse /etc/modprobe.conf and initrd to give us a closer understanding | Richard Jones | 2009-06-06 | 2 | -10/+140 | |
| | | | | of what the guest will actually boot on. | |||||
* | Added query mode to virt-inspector. | Richard Jones | 2009-06-06 | 2 | -24/+253 | |
| | ||||||
* | Modules are *.o in Linux 2.4 kernels. | Richard Jones | 2009-06-05 | 1 | -1/+1 | |
| | ||||||
* | Version 1.0.41.1.0.41 | Richard Jones | 2009-06-04 | 1 | -1/+1 | |
| | ||||||
* | Fix RHBZ#503169 comment 13 (regression) and add a regression test. | Richard Jones | 2009-06-04 | 3 | -4/+52 | |
| | ||||||
* | Added regression test for RHBZ503169#c10 | Richard Jones | 2009-06-04 | 2 | -3/+52 | |
| | ||||||
* | Move pure regression tests to their own subdirectory. | Richard Jones | 2009-06-04 | 7 | -5/+36 | |
| | ||||||
* | Generated code for the 'sleep' command. | Richard Jones | 2009-06-04 | 22 | -2/+363 | |
| | ||||||
* | Added 'sleep' command. | Richard Jones | 2009-06-04 | 3 | -0/+43 | |
| | ||||||
* | Prepare for version 1.0.40.1.0.40 | Richard Jones | 2009-06-04 | 1 | -1/+1 | |
| | ||||||
* | Add missing /dev devices (bug 503169 comment 10). | Richard Jones | 2009-06-04 | 1 | -0/+7 | |
| | ||||||
* | Generated PO files for 1.0.39.1.0.39 | Richard Jones | 2009-06-04 | 2 | -44/+44 | |
| | ||||||
* | Prepare for version 1.0.39. | Richard Jones | 2009-06-04 | 1 | -1/+1 | |
| | ||||||
* | Use --rbind rather than --bind for bind mounting /dev (to get /dev/pts). | Charles Duffy | 2009-06-04 | 1 | -3/+3 | |
| | ||||||
* | mount /dev via tmpfs before MAKEDEV invocation. | Charles Duffy | 2009-06-04 | 1 | -0/+1 | |
| | | | | | This ensures that /dev can be bind-mounted when running commands, as initramfs cannot be bind-mounted. | |||||
* | use add_drive_ro for --mount parameters from guestfish when called with --ro | Charles Duffy | 2009-06-02 | 1 | -2/+35 | |
| | | | | | | | | | | | | To prevent writes (such as ext3 journal replay) from occuring even when --ro is passed, guestfish should use add_drive_ro() for any drives specified on the command line with --add if --ro is also passed. As we need to look through the entire command line for --ro before adding any drives, we move the add process out of the argument-parsing loop and into its own function, patterned off mount_mps(). Signed-off-by: Charles Duffy <charles_duffy@dell.com> | |||||
* | No parallel make in ocaml/ directory (RHBZ#502309). | Richard Jones | 2009-06-02 | 1 | -0/+4 | |
| | ||||||
* | Version 1.0.381.0.38 | Richard Jones | 2009-06-02 | 3 | -99/+99 | |
| | ||||||
* | Generated code for 'add_drive_ro' call. | Richard Jones | 2009-06-02 | 17 | -5/+320 | |
| | ||||||
* | Add 'add_drive_ro' call. Fix up documentation. Plus a couple of minor code ↵ | Richard Jones | 2009-06-02 | 3 | -6/+57 | |
| | | | | improvements in the tests. | |||||
* | Squashfs recipe. | Richard W.M. Jones | 2009-05-29 | 6 | -2/+72 | |
| | ||||||
* | Correctly handle malloc/realloc(0) | Richard W.M. Jones | 2009-05-29 | 1 | -2/+2 | |
| | | | | | - malloc and realloc(0) are valid requests. Some implementations may return NULL for these, which would not indicate an error. | |||||
* | Prepare for version 1.0.371.0.37 | Richard W.M. Jones | 2009-05-29 | 1 | -1/+1 | |
| | ||||||
* | Use a squashfs attached as /dev/sdd during the C API tests. | Richard W.M. Jones | 2009-05-29 | 10 | -6/+195 | |
| | ||||||
* | Add cramfs and squashfs kernel modules (RHBZ#503135). | Richard W.M. Jones | 2009-05-29 | 1 | -0/+2 | |
| | ||||||
* | Fix the rule which rebuilds make-initramfs.sh. | Richard W.M. Jones | 2009-05-29 | 1 | -1/+1 | |
| |