Commit Graph

282 Commits

Author SHA1 Message Date
Richard Jones
edd99a3f79 Added the --ro option (readonly) to guestfish. 2009-04-26 12:09:06 +01:00
Richard Jones
9501ab7792 Update BUGS with latest status. 1.0.13 2009-04-26 11:15:57 +01:00
Richard Jones
79633552a4 Get ready for version 1.0.13. 2009-04-26 11:11:48 +01:00
Richard Jones
64a6a828bd Multiple callbacks during file transfers could cause data corruption - FIXED. 2009-04-26 11:06:47 +01:00
Richard Jones
b176abd7bb Check for multiple callback in RPC code. 2009-04-26 10:43:07 +01:00
Richard Jones
ab76c39d69 More checks. 2009-04-26 09:52:42 +01:00
Richard Jones
2df2819aa5 Include UTF-8 NLS. 2009-04-26 09:52:13 +01:00
Richard Jones
a30f66436e Use ferror to check for error conditions in pipe. 2009-04-26 09:51:48 +01:00
Richard Jones
38f9222d21 Carefully check return values from xwrite. 2009-04-26 09:51:30 +01:00
Richard Jones
e65e1d5d00 Don't echo output in scripts. 2009-04-26 07:05:12 +01:00
Richard Jones
0583c8c2c3 Added rpmqa example. 2009-04-26 06:48:31 +01:00
Richard Jones
027897d4dd Document qemu wrappers. 2009-04-26 06:34:54 +01:00
Richard Jones
9e4a31f66c Documentation fix. 2009-04-25 22:59:19 +01:00
Richard Jones
68b7076d4b Note about bugs. 2009-04-25 22:56:57 +01:00
Richard Jones
252bf70225 Clean up *~ files in recipes/ 2009-04-25 22:56:42 +01:00
Richard Jones
b787efa8c6 New recipe: iso2tar. 2009-04-25 22:56:34 +01:00
Richard Jones
96124562bb Include UDF driver (for CD/DVDs). 2009-04-25 22:43:24 +01:00
Richard Jones
39944fb112 Include the right RPMs and kernel modules for NTFS & VFAT mkfs and mounts. 2009-04-25 22:06:04 +01:00
Richard Jones
aed0fa2c01 Generated code for lvremove, vgremove, pvremove. 2009-04-25 21:41:09 +01:00
Richard Jones
58caa9e5f1 Implement lvremove, vgremove, pvremove. 2009-04-25 21:40:50 +01:00
Richard Jones
b6d5c9e646 Better generation of recipes page. 2009-04-25 18:28:24 +01:00
Richard Jones
a057a058e7 export2tar recipe 2009-04-25 12:36:45 +01:00
Richard Jones
396bc943ed Improve CSS on recipes page. 2009-04-25 12:20:15 +01:00
Richard Jones
b86d7b9756 Added guestfish recipes. 2009-04-25 11:34:18 +01:00
Richard Jones
ae17137f64 If LIBGUESTFS_PATH is set, guestfish shouldn't modify the path. 2009-04-25 10:38:39 +01:00
Richard Jones
2b21eec8d4 Added configure test for qemu vmchannel support. 2009-04-25 08:36:52 +01:00
Richard Jones
ae5be84dec Experimental recovery process should help with not cleaning up qemu. 2009-04-24 23:17:07 +01:00
Richard Jones
18bf945023 Remove the debug mode from make-initramfs.sh. 2009-04-24 22:26:50 +01:00
Richard Jones
0725678827 Add support for ext4 to examples/to-xml.c 2009-04-24 19:03:18 +01:00
Richard Jones
251858d521 chmod /sysroot (also makes it known to fakeroot) 2009-04-24 18:33:06 +01:00
Richard Jones
18d15a9e5b Resync specfile with proposed specfile in Fedora RR. 2009-04-24 14:52:49 +01:00
Richard Jones
56826a0dc9 Ruby bindings didn't NULL-terminate an array, resulting in segfault. 1.0.12 2009-04-24 14:31:38 +01:00
Richard Jones
ab6f429a5a Added bug about qemu not being cleaned up after segfault. 2009-04-24 14:29:58 +01:00
Richard Jones
b3021495a9 Get ready for version 1.0.12. 2009-04-24 13:19:21 +01:00
Richard W.M. Jones
851b9a18d2 Don't allocate file chunks on the stack. 2009-04-24 13:15:49 +01:00
Richard W.M. Jones
4507dd497f Don't use large message buffer on the stack (fixes Java/i386 segfault). 2009-04-24 13:00:49 +01:00
Richard Jones
5b0fcfffc1 Fix 64 bit memsize overhead. 1.0.11 2009-04-23 20:08:29 +01:00
Richard W.M. Jones
8be6c7056d catsprintf leaks, use open_memstream instead. 2009-04-23 19:33:00 +01:00
Richard W.M. Jones
012a2ec1ac Remove the 'debug mem' command, it's never going to work. 2009-04-23 19:23:52 +01:00
Richard W.M. Jones
5f8c46db05 Reduce the amount of memory allocated to guests based on some testing. 2009-04-23 19:23:33 +01:00
Richard W.M. Jones
21dbad6b95 Implement 'debug sh' and 'debug fds' commands. 2009-04-23 18:52:34 +01:00
Richard W.M. Jones
e2870fb94c Implement extensible strings with catprintf. 2009-04-23 18:52:06 +01:00
Richard W.M. Jones
6eaa49fadd Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more. 2009-04-23 18:51:12 +01:00
Richard W.M. Jones
b189610555 Fix buffer overrun in guestfish command-line parsing. 2009-04-23 14:47:06 +01:00
Richard W.M. Jones
8f9f02d483 Generated code for debug command. 2009-04-23 14:39:31 +01:00
Richard W.M. Jones
713283f4a6 Add outline of 'debug' command. 2009-04-23 14:39:18 +01:00
Richard W.M. Jones
81d4a01ac0 Automatically generate ChangeLog file from the git log (thanks: Jim Meyering). 2009-04-23 11:47:06 +01:00
Richard W.M. Jones
6fd5bc8489 Substitute '-' in command names in guestfish documentation. 2009-04-23 11:32:53 +01:00
Richard W.M. Jones
5d13ccaf55 Fix Java tests by passing correct library path to JVM. 2009-04-23 11:11:35 +01:00
Richard W.M. Jones
d660085d7a Configure script tests for Perl modules. 2009-04-23 10:54:27 +01:00