Olaf Buddenhagen

Results 44 comments of Olaf Buddenhagen

I wouldn't call it "enshrining". I believe documenting the process would help with the portability effort, by lowering entry barriers: it's hard to get more people on board with improving...

This needs some clarification. So the idea is to migrate all users/groups from /usr/share/baselayout/ to sysusers.d? (And consequently also drop the first-run script manually creating /etc/passwd & co.?) If so,...

To clarify: the `send()` method currently doesn't provide any async semantics -- but the call definitely *can* block in certain situations. For one, there is a limit on how many...

@illegalprime yeah, the `Receiver` implementation looks good from what I remember :-) I'd be glad to help -- what form of help where you thinking of specifically?

Looks good to me. I'm not sure though what Servo's policy is for introducing new external dependencies? @myfreeweb out of curiosity: how and for what purpose does WR need to...

@myfreeweb whoops, I guess I misread "Wayland" as "Webrender"... So I'm a bit confused now: are there other users for `shmemfdrs` outside of `ipc-channel`?

@myfreeweb going by the discussion there, it seems like they actually need a way to select the specific mechanism depending on client requests, rather than an automatic abstraction? So it...

@myfreeweb I was pretty sure it was actually about temporary file based descriptors vs. anonymous descriptors? But then again, I'm not really familiar with the Wayland protocol -- so I...

@vvuk I think the idea was that the "medium_data" test is supposed to be somewhat large, but small enough not to cause fragmentation and thus blocking. (Note that the `linux`...

@vvuk since your current implementation seems to pass the tests just fine, I assume this is no longer an issue?...