summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Memoize the output of pod2text function in the generator.Richard W.M. Jones2009-07-022-24/+46
| * Updated PO files.Richard W.M. Jones2009-07-022-108/+108
| * Remove generated code from git.Richard W.M. Jones2009-07-0238-82609/+38
| * Generator now runs automatically when it has changed.Richard W.M. Jones2009-07-024-7/+24
| * Add 'readdir' call.Richard W.M. Jones2009-07-0236-37/+1287
| * fish: handle some out-of-memory conditionsJim Meyering2009-07-011-29/+62
| * Call 'udevadm settle' after operations which add/remove device nodes.Richard W.M. Jones2009-07-014-0/+42
| * All instances of 'pclose' now check for return value != 0.Richard W.M. Jones2009-07-013-6/+6
| * Fix error handling of external sfdisk command.Richard W.M. Jones2009-07-011-4/+3
| * Generated code for the virtio_blk change.Richard W.M. Jones2009-07-017-288/+233
| * Change to use virtio_blk (virtio block device) by default.Richard W.M. Jones2009-07-014-17/+25
| * Don't dereference or free undefined "msg" upon OOM.Jim Meyering2009-07-011-1/+3
| * Add libguestfs(3) as an alias manpage for guestfs(3).Richard W.M. Jones2009-07-012-2/+4
| * Updated PO files.Richard W.M. Jones2009-07-012-112/+112
| * Reorder the environment variables alphabetically in the documentation.Richard W.M. Jones2009-07-012-29/+29
| * Document the $PAGER environment variable.Richard W.M. Jones2009-07-011-0/+5
| * Document the LIBGUESTFS_MEMSIZE environment variable.Richard W.M. Jones2009-07-012-0/+14
| * Change statvfs test so it doesn't depend on device size.Richard W.M. Jones2009-06-301-2/+1
| * Clean up the output of the C API test code.Richard W.M. Jones2009-06-301-4/+6
| * Todo: getfattr, setfattr.Richard W.M. Jones2009-06-301-0/+2
| * Whitelist kernel modules for hardware emulated by QEMUGuido Günther2009-06-301-4/+13
| * Generated code for mknod, mkfifo, mknod_b, mknod_c, umask.Richard W.M. Jones2009-06-3025-4/+2572
| * New commands: mknod, mkfifo, mknod_b, mknod_c and umask.Richard W.M. Jones2009-06-305-2/+187
| * Use octal numbers for modes in the test suite.Richard W.M. Jones2009-06-301-23/+23
| * Generated code for 'set_memsize'/'get_memsize' calls.Richard W.M. Jones2009-06-3017-0/+438
| * Add 'set_memsize'/'get_memsize' calls.Richard W.M. Jones2009-06-303-16/+62
| * Use udev if available (Guido Gunter).Guido Günther2009-06-302-19/+30
| * define REDHAT and DEBIANGuido Günther2009-06-303-8/+21
| * Todo: Suggest an environment variable for memsize configuration.Richard W.M. Jones2009-06-291-0/+1
| * Generated code for the 'mkswap*' commands.Richard W.M. Jones2009-06-2924-4/+1235
| * Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.Richard W.M. Jones2009-06-293-0/+95
| * Todo: Allow memsize to be configured.Richard W.M. Jones2009-06-291-0/+4
| * Todo: Investigations into 'binarch' command.Richard W.M. Jones2009-06-291-0/+9
| * Rearrange guestfish commands in the manpage.Richard W.M. Jones2009-06-291-21/+26
| * Add missing documentation for new 'more' and 'less' commands in guestfish.Richard W.M. Jones2009-06-291-0/+14
| * Version 1.0.541.0.54Richard W.M. Jones2009-06-293-111/+161
| * Check for XML::Writer dependency for virt-inspector.Richard W.M. Jones2009-06-291-1/+1
| * Remove generated files in make clean.Richard W.M. Jones2009-06-291-2/+5
| * Merge commit 'et/master'Matthew Booth2009-06-2933-41/+1143
| |\
| | * Fix for 'broken pipe' error when qemu dies (RHBZ#508713).Richard W.M. Jones2009-06-291-2/+5
| | * Generated code for mount-loop command.Richard W.M. Jones2009-06-2924-3/+356
| | * Add mount-loop command (RHBZ#508668).Richard W.M. Jones2009-06-292-0/+52
| | * Fix memory leak in daemon/mount.c:do_mount_vfs.Richard W.M. Jones2009-06-291-0/+1
| | * Todo list: More suggestions.Richard W.M. Jones2009-06-291-0/+13
| | * Generated code for 'initrd-list'.Richard W.M. Jones2009-06-2923-3/+594
| | * Add 'initrd-list' command to list contents of initrd images.Richard W.M. Jones2009-06-296-35/+124
| * | Output the config filename containing a modprobe alias in XMLMatthew Booth2009-06-291-4/+23
| * | Add a comment to device naming heuristicMatthew Booth2009-06-291-0/+6
| |/
| * Generated code for 'du' command.Richard W.M. Jones2009-06-2924-4/+502
| * Added 'du' command.Richard W.M. Jones2009-06-294-1/+89