search for: 409f399

Displaying 3 results from an estimated 3 matches for "409f399".

2017 Feb 14
2
Re: [PATCH 09/10] New API: mksquashfs
...eaming output. However I'm fine with this, although perhaps there should be a warning in the longdesc saying that there may be problems with large files. I think this API will break in the region of 3GB. Rich. > diff --git a/generator/actions.ml b/generator/actions.ml > index fd6cc9f..409f399 100644 > --- a/generator/actions.ml > +++ b/generator/actions.ml > @@ -13292,6 +13292,32 @@ is removed." }; > shortdesc = "search the entries associated to the given inode"; > longdesc = "Internal function for find_inode." }; > > + { defaul...
2017 Feb 14
0
[PATCH 09/10] New API: mksquashfs
...lose (fp) != 0) { + fprintf (stderr, "fclose: %s: %m\n", tmpfile); + 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 fd6cc9f..409f399 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -13292,6 +13292,32 @@ is removed." }; shortdesc = "search the entries associated to the given inode"; longdesc = "Internal function for find_inode." }; + { defaults with + name = "mksquashf...
2017 Feb 14
14
[PATCH 00/10] dib/API: improvements and fixes
Hi, this patch series does changes mostly in virt-dib, few bug fixes and a couple of new features (mostly implemented upstream already). In addition, one new API is added, and a new optional argument for an existing API is added (the latter is not needed, but could be useful anyway). Thanks, Pino Toscano (10): dib: fix listing envvars in fake-sudo dib: source dib "die" script in