Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix mkdir-p if directory exists (RHBZ#503133). | Richard W.M. Jones | 2009-05-29 | 3 | -2/+224 |
| | |||||
* | Rerun generator to update tests. | Richard W.M. Jones | 2009-05-28 | 1 | -2/+2 |
| | |||||
* | Version 1.0.361.0.36 | Richard W.M. Jones | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | Fix path to COPYING.LIB | Richard W.M. Jones | 2009-05-28 | 1 | -2/+2 |
| | |||||
* | To-do: Note that we need to finish the bindings tests. | Richard W.M. Jones | 2009-05-28 | 2 | -0/+7 |
| | |||||
* | Distribute bindtests.rb in the tarball.1.0.35 | Richard W.M. Jones | 2009-05-28 | 1 | -0/+1 |
| | |||||
* | Distribute bindtests.pl with the tarball. | Richard W.M. Jones | 2009-05-28 | 1 | -0/+1 |
| | |||||
* | Distribute bindtests file. | Richard W.M. Jones | 2009-05-28 | 1 | -1/+2 |
| | |||||
* | Fix path to guestfish in test-bootbootboot script. | Richard W.M. Jones | 2009-05-28 | 1 | -1/+2 |
| | |||||
* | Fix permissions on ocaml/run-bindtests | Richard W.M. Jones | 2009-05-28 | 1 | -0/+0 |
| | |||||
* | Add tests for bindings parameters, fix several broken bindings. | Richard W.M. Jones | 2009-05-28 | 31 | -89/+817 |
| | |||||
* | Add the test0* functions, used to test language bindings. | Richard W.M. Jones | 2009-05-28 | 15 | -116/+4905 |
| | |||||
* | Move C API tests out of root build dir into 'capitests' subdir. | Richard W.M. Jones | 2009-05-28 | 10 | -46/+62 |
| | |||||
* | Move the appliance and build scripts into new appliance/ subdirectory. | Richard W.M. Jones | 2009-05-28 | 20 | -90/+123 |
| |