Alexander van der Grinten
Alexander van der Grinten
Before we add any more `__UAPI` compatibility we should set up a policy to decide (i) what we take from UAPI and what we don't, (ii) what we do on...
This can be fixed by adding `managarm` as a wrap; however, we will need to adjust Managarm's `meson.build` in such a way that it can be used as a subproject.
This refers to Managarm, right? If yes, it should be reported in the Managarm repo.
Why do we check for `__i686__`, not `__i386__`?
I agree that it's probably quite hard to fix. Another option is disallowing TLS in sysdeps, but then we need some workaround to make Managarm work. For example, we could...
Adding the `bug` label since this breaks Firefox (or at least some fork of it), as reported by @ElectrodeYT.
The issue with this is that this breaks if a program does `#define haystack my_global_state->current_haystack` or similar.
We would need to prefix these with double underscores, which would be quite ugly.
Use of the mlibc ABI is discouraged for new ports. Consider using the Linux ABI instead (but note that this may require changes in your kernel since the definitions of...
It would indeed be nice to have some Rust bindings. Most of our data types either have unique or shared ownership (with appropriate finalization functions that decrement the refcount) already,...