-
Building with [Musl](https://github.com/unikraft/lib-musl) fails on [this line](https://github.com/llvm-mirror/libcxx/blob/master/include/cstddef#L44), since there is no `stddef.h` header file located…
-
Building with [Musl](https://github.com/unikraft/lib-musl) fails on [this line](https://github.com/unikraft/lib-libcxx/blob/staging/include/features.h#L37), since there is no `sys/features.h` within M…
-
Since [the 0.10 release](https://github.com/unikraft/unikraft/releases/tag/RELEASE-0.10.0) there is an `select()`-related error, due to missing inclusion if `posix-event` and `posix-socket`:
```
/…
-
Building with `musl` fails at linking, since there are multiple definitions for `catgets`, `catclose` and `catopen`.
They are defined both in `musl` origin code and in the [`libcxx` glue code](https:…
-
Evaluate if IncludeOS would be a valid alternative to Unikraft.
Reference: https://github.com/includeos/IncludeOS
-
Evaluate if MirageOS would be a valid alternative to Unikraft.
- All we need is a working TCP Implementation, so a small TCP-Echo would be sufficent
-
Building with [Musl](https://github.com/unikraft/lib-musl) fails on [this line](https://github.com/unikraft/lib-libcxx/blob/staging/include/stdlib.h#L1), since there is no `xlocale.h` within Musl sour…
-
Trying to run helloworld from the [dynamic-apps repo](https://github.com/unikraft/dynamic-apps) inside a ubuntu 22.04 docker container is giving me errors. Running with `app-elfloader_kvm-x86_64` and …
-
### Describe the bug
When using [`lib-newlib`](https://github.com/unikraft/lib-newlib) there is a build warning around `write` system calls.
**Hackathon points**: 20
### Steps to reproduce
…
-
### Feature request summary
Add Unikraft library to test libc variants ([Musl](https://github.com/unikraft/lib-musl), [newlib](https://github.com/unikraft/lib-newlib), [nolibc](https://github.com/u…