no92
no92
Updated the `.clang-format` to align more with current managarm style. As of note, the include grouping has been defined properly.
Posted a v2 addressing the comments raised here and on Discord, while also adding support for QEMU's `e1000e` device.
mlibc gained support for generating an hdoc configuration with managarm/mlibc#887. With our build coordinator, the package is built out-of-tree; the generated configuration ends up being in the build directory, not...
This PR is ready now, but the Github UI looks funny due to the fact that the required jobs were changed (by adding the compiler to the matrix).
> I don't see the original issue (the `operator delete` stuff) addressed anywhere in this PR? That got dropped as I didn't run into that issue any longer.
Addressed the issues raised.
Yeah I didn't notice the linux sysdep. I guess it would be nice to implement it for managarm, as we don't have many cases where a page wouldn't be resident...
Managarm's sysdeps are implemented in this repo, under `sysdeps/managarm`.
Rebased the PR on master. As discussed on Discord, the typical use-case is updating some or all installed packages to avoid partial upgrades, as it happens with individual package updates...
Marking as ready for review, as this PR provides the managarm changes needed to make `dhcpcd` work. In order to merge `dhcpcd`, some mlibc changes will be required; these are...