Alexander van der Grinten

Results 119 comments of Alexander van der Grinten

A partial implementation is available at https://github.com/Qwinci/managarm/tree/tcp-server

We also need to consider that this may require remote icache flushes.

Idea: it might make sense to add a `getRemote()` function to `un_socket::OpenFile` that (1) returns the connected remote socket for `SOCK_STREAM` sockets and (2) looks up the remote dynamically based...

This is similar to #14 although a dummy `/dev/tty0` for the current screen may be substantially eaiser to implement than VTs.

We now have a clone() implementation in `posix-subsystem` but it is not wired up in mlibc.

Why is this needed? On which architecture / target do you need `.text` relocations?

https://github.com/managarm/mlibc/commit/fc7465b648d7a6d3fcca37a02600360712778149 works around the bug so we can keep this issue to track progress on the actual feature.

While we do not have any Annex K functionality yet, we would open to contributions in that area. If you want to provide an implementation, feel free to submit a...

This PR is too big. It should be split into multiple smaller ones.

In particular, all the ABI changes should be factored out of this PR. Also, please split the Linux ABI fixes from other ABI changes.