Displaying 4 results from an estimated 4 matches for "guestfs_internal_lstatlist".
Did you mean:
guestfs_internal_lstatnslist
2014 Sep 24
2
missing symbol
Hi,
when pushing libguestfs 1.27.53 (1:1.27.53-1) through my build setup
befor uploading it to Debian, I noticed that
"guestfs_internal_lstatlist@Base", a symbol that has been there since
1.20, is now missing. This causes dpkg-gensymbols(1) whose job it is to
compare the symbols from the newly-built libraries to the known state
to fail.
If the guestfs_internal_* functions are not considered to be part of the
ABI (as explained in the 86...
2014 Sep 22
0
Re: [PATCH] New APIs: Implement stat calls that return nanosecond timestamps (RHBZ#1144891).
...s for improvement: in particular virt-diff and
> virt-ls could be changed to print the nanosecond fields.
>
> FUSE now returns nanoseconds in stat calls where available, fixing
> https://bugzilla.redhat.com/show_bug.cgi?id=1144891
>
> Notes about the implementation:
>
> - guestfs_internal_lstatlist has been removed and replaced by
> guestfs_internal_lstatnslist. As the former was an internal API no
> one should have been calling it, or indeed can call it unless they
> start defining their own header files.
>
> - guestfs_stat and guestfs_lstat have been changed into libr...
2014 Sep 22
2
[PATCH] New APIs: Implement stat calls that return nanosecond timestamps (RHBZ#1144891).
...functions. This
has revealed some areas for improvement: in particular virt-diff and
virt-ls could be changed to print the nanosecond fields.
FUSE now returns nanoseconds in stat calls where available, fixing
https://bugzilla.redhat.com/show_bug.cgi?id=1144891
Notes about the implementation:
- guestfs_internal_lstatlist has been removed and replaced by
guestfs_internal_lstatnslist. As the former was an internal API no
one should have been calling it, or indeed can call it unless they
start defining their own header files.
- guestfs_stat and guestfs_lstat have been changed into library-side
functions. Th...
2015 May 26
6
[PATCH 0/6] Update the way that API versions are generated for the man page.
The existing mechanism was clunky, slow and used ~ 10 MB of
local disk.
Rich.