-
Azure previously piloted a way for users to bring their own firmware binaries to VMs. The blog post has since been taken down. I wonder if this IGVM project hints at the intention to make that process…
-
[P3175R0](https://wg21.link/p3175r0) Reconsidering the `std::execution::on` algorithm (Eric Niebler)
-
Provide some guarantees, guidelines and a process keeping out of tree users operational while the zephyr project code advances with new technologies, code cleanups and other major code and API changes…
-
In order to do this, we need to:
* reach consensus on what "freestanding" means
* describe a policy document (assignee: @cjdb)
* make changes to libc++, libc++abi, and possibly Clang to support
cjdb updated
10 months ago
-
**Environment**
Which version of REBOUND are you using and on what operating system?
- REBOUND Version: 4.3.2
- API interface: C
- Operating System (including version): WSL2 - Ubuntu 20.04.6 LT…
-
LLVM Libc today doesn't support stack canaries (aka stack protectors, stack cookies, -fstack-protector).
I'm not sure of the full implementation details required, but the tl;dr is:
- On thread cre…
mxms0 updated
9 months ago
-
[P2407R0](https://wg21.link/p2407r0) Freestanding Library: Partial Classes (Emil Meissner, Ben Craig)
-
I was surprised when I noticed that optee-os needs to link against libgcc, as other pieces of firmware (such as TF-A) don't.
libgcc is typically used by only userspace software as it is tied to the…
-
**What would you like to be added**:
Some sort of generic git service in prow that normalizes incoming webhooks into a generic format that hook and other plugins can understand, as well as prov…
-
**Describe the bug**
My zephyr workspace consists of symlinks to read-only copies of modules which exist in a programmatically managed filesystem.
The filesystem looks something like this.
```
-/s…