391 Commits

Author SHA1 Message Date
Richard Jones
c889d12759 Version 1.0.22 1.0.22 2009-05-09 13:52:24 +01:00
Richard Jones
f9356f33b0 Valgrind now implemented - remove from TODO list 2009-05-09 13:43:15 +01:00
Richard Jones
c419731e3a Add 'make valgrind' target to run tests under valgrind. 2009-05-09 13:40:31 +01:00
Richard Jones
09492abb65 Fix four memory leaks in guestfs.c revealed by valgrind. 2009-05-09 13:31:08 +01:00
Richard Jones
cdc726dcfc Fix memory leak in error return path. 2009-05-09 13:30:40 +01:00
Richard Jones
12baf36e87 Experimental febootstrap install script. 2009-05-08 20:16:03 +01:00
Richard Jones
cead6fe22d To-do: Use valgrind. 2009-05-08 15:49:42 +01:00
Richard Jones
08361c8987 Bug: Segfault in Perl bindings. 2009-05-08 15:49:34 +01:00
Richard Jones
2fa68269fa List installed applications (NOT WORKING). 2009-05-08 15:48:02 +01:00
Richard Jones
15e0fd573a Generated code to support last 3 commits. 2009-05-08 15:20:36 +01:00
Richard Jones
77c3f9d0ed Add test script to test recovery from qemu failure. 2009-05-08 15:20:20 +01:00
Richard Jones
c10fa84ada Implement -command (to ignore errors) in guestfish, and allow recovery from qemu process failure. 2009-05-08 15:19:51 +01:00
Richard Jones
33377fc61d Allow recovery from guest failure. 2009-05-08 15:19:03 +01:00
Richard Jones
0faa5dde7b Generated code to support previous 2 commits. 2009-05-08 14:28:03 +01:00
Richard Jones
fa7c8bb79b Implement 'strings' and 'hexdump' commands. 2009-05-08 14:27:47 +01:00
Richard Jones
bd7c8ee043 Bug: write_file doesn't work with strings containing ASCII NUL. 2009-05-08 14:27:02 +01:00
Richard Jones
28e18580c2 Note another bug found when testing on Koji. 2009-05-08 11:37:42 +01:00
Richard Jones
7310279baf Missing BRs in spec file. 2009-05-08 09:29:20 +01:00
Richard Jones
4be389ce26 Version 1.0.21 1.0.21 2009-05-08 08:50:27 +01:00
Richard Jones
93ad7365e4 Change memory calculation to choose a generous amount of memory. 2009-05-08 08:44:34 +01:00
Richard Jones
d50dbf2d7c Merge branch 'master' of git+ssh://192.168.122.141/home/rjones/d/libguestfs 2009-05-08 08:40:49 +01:00
Richard Jones
b99a342f37 Added RHEL/CentOS example spec file. 2009-05-08 08:39:05 +01:00
Richard Jones
f78de84796 Force qemu quit when kernel panics (Charles Duffy). 2009-05-08 08:32:26 +01:00
Richard Jones
12c714e71d Update date in changelog line. 1.0.20 2009-05-07 21:39:37 +01:00
Richard Jones
a6155ea18b Update %changelog in the specfile. 2009-05-07 21:34:08 +01:00
Richard Jones
4dffb3bbb5 Prepare for version 1.0.20. 2009-05-07 21:29:08 +01:00
Richard Jones
427b5f079f Fix leak in realloc failure (Jim Meyering). 2009-05-07 21:21:32 +01:00
Richard Jones
dd8b152da0 Use unsigned type for lengths. 2009-05-07 21:10:01 +01:00
Richard Jones
bb349b0533 Handle EINTR and EAGAIN in reads. 2009-05-07 21:01:02 +01:00
Richard Jones
672c4ba257 Specify prototyping behaviour for Perl XSUBs. 2009-05-07 20:52:33 +01:00
Richard Jones
e88c37bc71 Create daemon/m4 subdirectory if it doesn't exist already. 1.0.19 2009-05-07 19:28:21 +01:00
Richard Jones
bfa4d217f0 Set mandir (as in RHEL 5). 2009-05-07 19:19:49 +01:00
Richard Jones
ab48e523b3 Version 1.0.19 2009-05-07 18:51:34 +01:00
Richard Jones
6f0b962724 Misc changes to make tests pass in RHEL 5. 2009-05-07 18:43:27 +01:00
Richard Jones
fd2eccd2ef Include /usr/sbin on the $PATH (for RHEL 5). 2009-05-07 16:58:49 +01:00
Richard Jones
c0beb26a0b Need to keep and modprobe dm_mod module for device-mapper support on RHEL 5. 2009-05-07 16:58:31 +01:00
Richard Jones
db1aacb8e0 /dev/hd* is also a block device on RHEL 5. 2009-05-07 16:57:55 +01:00
Richard Jones
74a31e619b Add BR on ncurses-devel (needed for RHEL 5). 2009-05-07 16:05:50 +01:00
Richard Jones
01b20efdf4 Augeas is now completely optional. 2009-05-07 15:51:02 +01:00
Richard Jones
818cb88fce Added TODO item. 2009-05-06 20:46:17 +01:00
Richard Jones
65dab4f7f7 Merge branch 'master' of git+ssh://rich@hakodate/home/rich/d/libguestfs 2009-05-06 17:55:46 +01:00
Richard Jones
8f199409ab Note bug about chroot not found. 2009-05-06 17:55:18 +01:00
Richard Jones
2c273b92c1 Note Augeas support should be optional (TODO). 2009-05-06 16:33:26 +01:00
Richard Jones
bb98bbb91c Fix missing futimens bug. 2009-05-06 15:29:01 +01:00
Richard Jones
459da0831c AC_CHECK_FUNCS for multiple functions. 2009-05-06 15:21:46 +01:00
Richard Jones
9a571d41f5 RARRAY_LEN macro for Ruby < 1.9. Small strictness fix for OCaml < 3.10. 2009-05-06 15:20:15 +01:00
Richard Jones
76758f42b1 Backport CAMLreturnT for OCaml <= 3.10 2009-05-06 15:11:40 +01:00
Richard Jones
64847eed16 Missing include <ctype.h> 2009-05-06 15:08:13 +01:00
Richard Jones
4b382eb811 virt-inspector configure bug. 2009-05-06 14:52:15 +01:00
Richard Jones
60258700e8 Added bugs noted by Charles Duffy. 2009-05-06 13:07:58 +01:00