no92
no92
Previously, guarding the different `operator delete`s was done in the name of different mangling, which according to `c++filt` is not the case. To rectify this, both `operator delete`s will now...
Implementing mincore for linux, managarm and probably most other sysdeps should be trivial and would fix warnings with some GTK apps.
For this, the definition of `FILE` would need to change. A proposed solution is to typedef it to `void *`, while having it actually be a `unique_ptr` underneath. This would...
It would be convenient to have a tool to bump packages, e.g. when bumping the world on ABI breaks. Implementing this by rewriting the YML would be hard, so I'd...
Blocked on managarm/lil#10.