search for: eb45392

Displaying 9 results from an estimated 9 matches for "eb45392".

2016 Feb 21
2
[PATCH] added ntfscat_i api
...+ if (pclose (fp) != 0) { + fprintf (stderr, "pclose: %ld: %m\n", inode); + send_file_end (1); /* Cancel. */ + return -1; + } + + if (send_file_end (0)) /* Normal end of file. */ + return -1; + + return 0; +} diff --git a/generator/actions.ml b/generator/actions.ml index eb45392..18418aa 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12891,6 +12891,21 @@ This is equivalent to C<sgdisk -e>. See also L<sgdisk(8)>." }; + { defaults with + name = "ntfscat_i"; added = (1, 33, 12); + style = RErr, [Mountable "device&quo...
2016 Feb 22
2
Re: [PATCH] added ntfscat_i api
...send_file_end (1); /* Cancel. */ >> + return -1; >> + } >> + >> + if (send_file_end (0)) /* Normal end of file. */ >> + return -1; >> + >> + return 0; >> +} >> diff --git a/generator/actions.ml b/generator/actions.ml >> index eb45392..18418aa 100644 >> --- a/generator/actions.ml >> +++ b/generator/actions.ml >> @@ -12891,6 +12891,21 @@ This is equivalent to C<sgdisk -e>. >> >> See also L<sgdisk(8)>." }; >> >> + { defaults with >> + name = "ntfscat_i&quo...
2016 Feb 22
0
Re: [PATCH] added ntfscat_i api
...;pclose: %ld: %m\n", inode); > + send_file_end (1); /* Cancel. */ > + return -1; > + } > + > + if (send_file_end (0)) /* Normal end of file. */ > + return -1; > + > + return 0; > +} > diff --git a/generator/actions.ml b/generator/actions.ml > index eb45392..18418aa 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -12891,6 +12891,21 @@ This is equivalent to C<sgdisk -e>. > > See also L<sgdisk(8)>." }; > > + { defaults with > + name = "ntfscat_i"; added = (1, 33, 12); > +...
2016 Feb 08
1
[PATCH] tests: reduce sizes of scratch disks to 2 GB
...10 GB +=item F</dev/sda> 2 GB General block device for testing. -=item F</dev/sdb> 10 GB +=item F</dev/sdb> 2 GB F</dev/sdb1> is an ext2 filesystem used for testing filesystem write operations. diff --git a/generator/actions.ml b/generator/actions.ml index 36b8680..eb45392 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -4780,7 +4780,7 @@ C<blocksize> option of C<guestfs_mkfs>." }; tests = [ InitEmpty, Always, TestResult ( [["blockdev_getsz"; "/dev/sda"]], - "ret == INT64_C(10)*10...
2016 Mar 01
0
[PATCH 2/3] api: add mountable_device and mountable_subvolume
...| 25 +++++++++++++++++++++++++ po/POTFILES | 1 + src/Makefile.am | 1 + src/mountable.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 75 insertions(+) create mode 100644 src/mountable.c diff --git a/generator/actions.ml b/generator/actions.ml index eb45392..454164f 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -1290,6 +1290,31 @@ Please read L<guestfs(3)/INSPECTION> for more details. See also C<guestfs_inspect_get_mountpoints>." }; { defaults with + name = "mountable_device"; added = (1, 33, 13);...
2016 Mar 01
6
[PATCH 0/3] btrfs subvolumes display fix
Hey there! Here are a few patches to fix unrelated things: one fixes the configure for older ncurses releases having no pkg-config files. The other two are fixing what Richard mentioned about guestfs subvolumes display Cédric Bosdonnat (3): configure: handle older version of ncurses api: add mountable_device and mountable_subvolume fish: fix btrfs subvolumes display in error case
2016 Feb 22
0
Re: [PATCH] added ntfscat_i api
...t; >>+ return -1; > >>+ } > >>+ > >>+ if (send_file_end (0)) /* Normal end of file. */ > >>+ return -1; > >>+ > >>+ return 0; > >>+} > >>diff --git a/generator/actions.ml b/generator/actions.ml > >>index eb45392..18418aa 100644 > >>--- a/generator/actions.ml > >>+++ b/generator/actions.ml > >>@@ -12891,6 +12891,21 @@ This is equivalent to C<sgdisk -e>. > >> > >> See also L<sgdisk(8)>." }; > >> > >>+ { defaults with > >&...
2016 Feb 29
2
[PATCH 1/2] added ntfscat_i api
...+ if (pclose (fp) != 0) { + fprintf (stderr, "pclose: %ld: %m\n", inode); + send_file_end (1); /* Cancel. */ + return -1; + } + + if (send_file_end (0)) /* Normal end of file. */ + return -1; + + return 0; +} diff --git a/generator/actions.ml b/generator/actions.ml index eb45392..18418aa 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12891,6 +12891,21 @@ This is equivalent to C<sgdisk -e>. See also L<sgdisk(8)>." }; + { defaults with + name = "ntfscat_i"; added = (1, 33, 2); + style = RErr, [Mountable "device&quot...
2016 Feb 22
2
Re: [PATCH] added ntfscat_i api
...gt;> + } >>>> + >>>> + if (send_file_end (0)) /* Normal end of file. */ >>>> + return -1; >>>> + >>>> + return 0; >>>> +} >>>> diff --git a/generator/actions.ml b/generator/actions.ml >>>> index eb45392..18418aa 100644 >>>> --- a/generator/actions.ml >>>> +++ b/generator/actions.ml >>>> @@ -12891,6 +12891,21 @@ This is equivalent to C<sgdisk -e>. >>>> >>>> See also L<sgdisk(8)>." }; >>>> >>>> +...