summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.5.16.1.5.16Richard Jones2010-09-1516-564/+629
|
* configure: Make "fedora-13" the default repository.Richard Jones2010-09-151-2/+2
|
* fish: If -m option fails, suggest a mountpoint.Richard Jones2010-09-152-5/+15
|
* todo: Remove section since we now have list-filesystems API.Richard Jones2010-09-151-4/+0
|
* Version 1.5.15.1.5.15Richard Jones2010-09-1517-9405/+9845
|
* New API: list-filesystems: list filesystemsRichard Jones2010-09-152-4/+180
| | | | | | | | | | | | | | | | | | This API is a simpler replacement for the guestfish commands list-devices / list-partitions / lvs, in the case where you are just examining a guest by hand to see what it contains. Typical usage and output in guestfish is like this: $ guestfish --ro -a /dev/vg_trick/F13x64 ><fs> run ><fs> list-filesystems /dev/vda1: ext4 /dev/vg_f13x64/lv_root: ext4 /dev/vg_f13x64/lv_swap: swap It can also be used to replace programs that try to mount devices to determine if they are mountable filesystems.
* New API: part-to-dev: Convert partition name to device name.Richard Jones2010-09-153-1/+42
| | | | | This adds a formal API for going from a partition to the containing device, eg. /dev/sda1 -> /dev/sda
* generator: Add TestOutputDevice.Richard Jones2010-09-153-0/+20
| | | | | | This is for testing functions that return a device or partition name, so that we can compare the return value with the canonical device name (eg. "/dev/vda1" == "/dev/sda1").
* todo: More use of libblkid.Richard Jones2010-09-151-0/+12
|
* fish: In usage message use new-style -i option syntax.Richard Jones2010-09-141-2/+2
|
* fish: Update copyright dates in usage message.Richard Jones2010-09-141-1/+1
|
* fish: Remove extraneous space from usage message.Richard Jones2010-09-141-1/+1
|
* todo: More ideas.Richard Jones2010-09-141-0/+9
|
* Version 1.5.14.1.5.14Richard Jones2010-09-1416-1627/+831
|
* configure: Check for virtio-serial support in qemu.Richard Jones2010-09-141-35/+9
| | | | | | All other vmchannel methods are obsolete, but we were still trying to check for them. This replaces all of them with a simple check for virtio-serial.
* pardus: Check for cpio in configure.Richard Jones2010-09-141-0/+5
|
* Update Spanish translation (RHBZ#633357).Richard Jones2010-09-131-853/+1664
|
* build: Add run-test-tool-locally to EXTRA_DIST.Richard Jones2010-09-131-1/+1
|
* Version 1.5.13.1.5.13Richard Jones2010-09-1316-18/+27
|
* appliance: Disable setting scheduler to noop.Richard Jones2010-09-131-1/+3
| | | | | | This is a workaround until https://bugzilla.redhat.com/show_bug.cgi?id=630583 is fixed (bug in Linux 2.6.36).
* ubuntu: Remove bogus debirf file.Richard Jones2010-09-131-0/+1
|
* ubuntu: Add linux-image to the packagelist.Richard Jones2010-09-131-0/+1
| | | | | It seems that linux-image (ie. the kernel) is omitted in some versions of the base packages.
* ubuntu: /proc can be a symlinkRichard Jones2010-09-131-0/+1
| | | | | If it's a symlink then the succeeding mount commnd will fail. Remove it and make a /proc directory.
* build: 'make quickcheck' rule now uses new run-test-tool-locally script.Richard Jones2010-09-131-3/+1
|
* build: hivex is required.Richard Jones2010-09-112-7/+3
| | | | | hivex library has been required since we moved the inspection code to C. Check for this in configure.ac.
* Version 1.5.12.1.5.12Richard Jones2010-09-1116-967/+967
|
* build: require Augeas for library.Richard Jones2010-09-113-4/+9
| | | | | | Augeas has been required since we moved the inspection code to C, however we were not correctly enforcing this in configure.ac, nor correctly linking to the library until now.
* generator: Provide no-op generator if no OCaml compiler.Richard Jones2010-09-111-0/+16
|
* build: Don't distribute src/generator.ml, no longer exists.Richard Jones2010-09-111-1/+0
|
* generator: Calculate MD5 of test.iso at runtime.Richard Jones2010-09-115-8/+47
| | | | | | | | | Because this used to be compiled into the C test, it changed every time the ISO was rebuilt (which because of Makefile deps was every run). Now it is calculated at runtime so the C test file doesn't keep changing.
* generator: Don't use real uuidgen for UUIDs.Richard Jones2010-09-111-11/+16
| | | | | This was one reason why capitests/tests.c changed every time the generator was run.
* Split generator into separate source files.Richard Jones2010-09-1142-13215/+14323
| | | | | | | | | | 'src/generator.ml' is no more. Instead the generator is logically split up over many different source files. Read generator/README for help and tips. We compile the generator down to bytecode, not native code. This means it will run more slowly, but is done for maximum portability.
* syntax: Replace -a and -o with && and || for portability.Richard Jones2010-09-113-20/+21
|
* syntax: Use exit (EXIT_SUCCESS) instead of hard-coded number.Richard Jones2010-09-101-1/+1
|
* syntax: Remove unused assert.h header.Richard Jones2010-09-102-2/+0
|
* syntax: Remove unused ignore-value.h header.Richard Jones2010-09-102-2/+0
|
* syntax: Remove unused signal.h header.Richard Jones2010-09-101-1/+0
|
* syntax: Remove unused c-ctype.h header.Richard Jones2010-09-103-3/+0
|
* syntax: Fully bracket m4 macro arguments.Richard Jones2010-09-101-3/+3
|
* syntax: Remove trailing spaces.Richard Jones2010-09-103-4/+4
|
* syntax: Use spaces instead of tabs for indentation.Richard Jones2010-09-102-4/+4
|
* syntax: Replace _prohibit_regexp with _sc_search_regexp.Richard Jones2010-09-101-6/+6
|
* fish: glob should only print commands when trace mode is enabled.Richard Jones2010-09-101-5/+7
|
* fish: Add regression test for copy-in and copy-out.Richard Jones2010-09-102-0/+70
|
* README: Document virtio-serial is now the only vmchannel.Richard Jones2010-09-101-4/+2
|
* fish: const-correctness fixes in copy.cRichard Jones2010-09-101-6/+6
|
* Version 1.5.11.1.5.11Richard Jones2010-09-1016-57/+57
|
* Update OCaml dependencies.Richard Jones2010-09-101-3/+0
|
* Update PO files.Richard Jones2010-09-102-4/+4
|
* fish: Fix 'copy-out' command when local directory is "/foo".Richard Jones2010-09-101-1/+4
|