-
I don't see any warnings about thread safety in `mirage-crypto-rng`, but looking at the implementation:
```
rng/fortuna.ml
27:(* XXX Locking!! *)
```
And there various changes to mutable fields…
-
Background here: https://github.com/mirage/mirage-platform/issues/193
The source code in question: https://github.com/mirage/mirage-xen/blob/master/lib/main.ml#L58-L60
(notice the `err` function a…
-
Dear Madam or Sir,
I encountered the "mirage-random" opam package, and its usage. I am curious what you think about it?
My feeling is that the interface can just be removed from the dependency c…
-
### Description
When I suspend my notebook to ram while running mirage it is fetching some messages after wake-up, but not all.
After waking up from suspend-to-ram the message history is incompl…
chri2 updated
4 years ago
-
- [ ] `set-opam-version.sh 2.1` added to images. It's just `sudo ln -f /usr/bin/opam-$1 /usr/bin/opam && rm -rf ~/.opam && opam init -k local -a /home/opam/opam-repository --bare` (with error handling…
dra27 updated
9 hours ago
-
In GitLab by @wild on Nov 4, 2021, 16:06
Release stable 1.8 to store
Release notes:
https://platform.xr4all.eu/wekit-ecs/mirage-xr/-/issues/707
Privacy policy:
https://platform.xr4all.eu/wekit-ecs/…
-
### Description
A lot of warnings includes security warning because of outdated dependencies.
### Steps to reproduce
Install mirage via flatpak
### Expected behavior
No (security) warni…
-
From https://github.com/mirage/mirage-crypto/pull/129#issuecomment-879372506 instead of the expensive STCK, the less expensive STCKF could be used (if it meets our needs, namely being not easy to pred…
-
So far Mirage only supports single core system. However, most of the interesting use cases we have in mind target multi-core platforms (such as the boards we have in the lab). Multi-core support is on…
-
Is Solo5 the right platform for this?
Perhaps this could be a meta-issue describing the work required. My goal is to get Mirage running on T4g instances at AWS.