Calascibetta Romain
Calascibetta Romain
Otherwise, this project does not compile.
I try currently to use `crowbar` and `afl` to test an implementation of RFC 1951 available here: https://github.com/dinosaure/z Fuzzer is available here: https://github.com/dinosaure/z/blob/master/fuzz/fuzz.ml#L156 [`hxd`](https://github.com/dinosaure/hxd) is necessary (to pin) for debugging....
This issue is much more easier I think that #456 but on my stress test, it's about: https://github.com/mirage/mirage-tcpip/blob/9676ef341da30169782a45d0b31e35cf8aae544b/src/tcp/flow.ml#L633-L653 At one stage, the server just block any concurrent processes. I will...
This PR wants to fix the support with the [Esperanto](https://github.com/dinosaure/esperanto) & [Cosmopolitan](https://github.com/jart/cosmopolitan). Esperanto is an OCaml toolchain which allows us to compile an OCaml application. The resulted application (an executable)...
I try to _cross_-compile `lwt.unix` with another toolchain than the basic one and it seems that `discover.exe` puts, by default, some `-I` (like `/usr/include`) which can mislead the C compiler...
`opam-ci` got an error on tests with the ppc64 architecture, this is the trace: ``` # __V=1 /home/opam/.opam/4.13/.opam-switch/build/solo5.0.7.1/toolchain/bin/ppc64le-solo5-none-static-cc -std=c11 -Wall -Wextra -Werror -O2 -g -c test_tls.c -o test_tls.o # +...
The last release shows to us that Solo5 can not be compiled on CentOS 7. Currently, we added a small _metadata_ on OPAM packages which disallow an installation of Solo5...
This draft is the integration of [Gilbraltar][], a bare-metal operating system for MirageOS & [Raspberry Pi 4][rpi4]. It requires [`mirage-dev#rpi4`][] which contains several packages to be able to craft a...
Currently, the CI fails with this error: ``` opam-monorepo: [ERROR] Missing x-opam-monorepo-duniverse-dirs field in opam-monorepo lockfile ./mirage.opam.locked ``` But I'm not sure how to fix it.
It will be nice to definitely solve some user's experience issues about some unikernels: - [x] release `git` (see https://github.com/ocaml/opam-repository/pull/20621#issuecomment-1027857508) - [x] release `docteur` - [x] fix on the good...