|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] stdext compilation on macos x
The following (dirty) patch lets stdext compile on MacOS X; its not
intended for inclusion. The two failing bits are the bindings for:
- statfs(3) is quite different on Darwin and has different interfaces
depending on whether 64-bit inodes are defined or not. It would
easier to skip it entirely. I noticed that there are no consumers of
the Unixext.statfs binding in xen-api.hg; do other repos use it or can
it be GCed?
- What's the story with the signal state dumping to a /tmp file in
sigutil_stub.c ; was that from "historical" XAPI crashes in XenRT?
That's also importable due to different siginfo_t and it would be
easier if removed if the debugging is no longer needed.
- I notice a comment in uuid/ which uses /dev/urandom instead of /dev/
random since its too slow. Is there anything wrong with replacing
this with the Random module (with a Random.self_init it should be
random and fast enough).
-ani
stdext-macos.diff
Description: Binary data
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-API] stdext compilation on macos x,
Anil Madhavapeddy <=
|
|
|
|
|