search for: cc97dd5

Displaying 2 results from an estimated 2 matches for "cc97dd5".

2009 Aug 18
1
[PATCH] guestfs_modprobe: explicitly load a kernel module in the appliance
...vm.c daemon/mkfs.c daemon/mknod.c +daemon/modprobe.c daemon/mount.c daemon/names.c daemon/ntfs.c diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR index 2455a46..205a12b 100644 --- a/src/MAX_PROC_NR +++ b/src/MAX_PROC_NR @@ -1 +1 @@ -193 +194 diff --git a/src/generator.ml b/src/generator.ml index cc97dd5..41a78fe 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -3560,6 +3560,13 @@ an external journal on the journal with UUID C<uuid>. See also C<guestfs_mke2journal_U>."); + ("modprobe", (RErr, [String "module"]), 194, [], + [InitNone, Always, TestR...
2009 Aug 18
8
src/ is now warning-free, too
These patches first make src/ warning free, and then turn on the strict warning options. 75 0001-build-suppress-an-ignored-write-return-value-warning.patch 38 0002-build-suppress-an-ignored-dup-return-value-warning.patch 27 0003-generator.ml-suppress-signed-unsigned-compare-warnin.patch 48 0004-build-don-t-perform-arithmetic-on-void-pointers.patch 30