Qwinci
Qwinci
Building llvm-mi on linux with clang 13 sources fails with error "ld.lld: error: undefined symbol: llvm::Twine::str() const" referenced by MICmdCmdData.cpp referenced by MICmdCmdSymbol.cpp referenced by MICmdCmdSymbol.cpp
Change the signature help ordering so that the user supplied constructor signatures are shown first before the default copy/move constructors.
Support for getting global/per-instance/per-device function pointers in Rust Vulkan generator, eg. instead of a single `glad_vulkan::vk::load` have specific ones for the per-instance and per-device function loading like C has `gladLoaderLoadVulkan`...
Currently libzip uses many cmake options which are not prefixed with `LIBZIP_` but some which do eg. `LIBZIP_DO_INSTALL`, wouldn't it be a good idea to prefix all of the options...
Implement a GIC abstraction and add support for GICv3 (doesn't yet support extended interrupts though).
Implement some net ioctls.
``` Assertion failed: limitInMapping In function writePartialSpace at ../../../src/managarm/kernel/thor/generic/address-space.cpp:1186 ``` this happens when running Minecraft server. Here is a part of the log, because there is a huge list of...
Previously the align was calculated after the object tls offset was already set so the object could have had misaligned offset and it didn't take sizeof(Tcb) into account while calculating...