Michał Kowalczyk

Results 169 comments of Michał Kowalczyk

Huh, really? All mappings in PAL API are shared, unless marked as CoW? That doesn't make sense...

File permissions are not supported in Graphene.

I'd assume it's just a bug in LTP, but we can investigate it if you want.

Thanks! Could you create a PR with the mentioned fixes?

I think it's still relevant, because as @woju mentioned, file paths doesn't need to be in UTF-8 on some platforms. We should at least add a test to verify that...

Ad. the wiki quote: all of this is just a workaround for us not using Link Time Optimization and having all code in C files. We should be doing this,...

> `TZDIR` an `TZDFAULT` are set to `$GRAPHENE_ROOT/Runtime/share/zoneinfo` and `$GRAPHENE_ROOT/Runtime/etc/localtime`, respectively. Hmm, wait, how is it possible that something *underneath* LibOS knows about "Runtime" folder? Shouldn't it be seen as...

Ok, I checked and it gets hardcoded in the glibc binary as you said. IMO we should fix the build then, so I vote for option 2.

Some ideas/comments: * I definitely don't like all those keyed arrays in our current syntax, they can be just plain arrays (current syntax forces users to invent key names for...