-
Updated
May 11, 2020 - C++
unikernel
Here are 99 public repositories matching this topic...
Currently, we're ignoring any value that is in a configuration file with the key CloudConfig.Zone.
It should be possible to set the upcloud zone where we want to create resources without specifying the env variable UPCLOUD_ZONE.
-
Updated
Feb 15, 2021 - Rust
-
Updated
Dec 5, 2020 - C
-
Updated
Mar 12, 2021 - C
-
Updated
Sep 18, 2020 - C++
-
Updated
Jan 25, 2021 - OCaml
-
Updated
Jun 27, 2019 - OCaml
-
Updated
Dec 4, 2020 - OCaml
openvpn_server_config_parser.exe windows-riseup-client.cfg
openvpn_server_config_parser.exe: [INFO] Reading file "windows-riseup-client.cfg"
openvpn_server_config_parser.exe: [ERROR] : Error at byte offset 988: "tls-cipher TLS-DHE-RSA-WITH-AES-256-CBC-SHA\ncipher AES-256-CBC\nauth SHA256\n\ndev tun\n# if dev tun doe"
-
Updated
May 26, 2020 - Erlang
-
Updated
Nov 5, 2018 - OCaml
Improve this page
Add a description, image, and links to the unikernel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the unikernel topic, visit your repo's landing page and select "manage topics."
There are numerous areas in the kernel where a heap allocation failure is being silently ignored, merely asserted against or otherwise mishandled. Assertions may suffice for allocations on initialization (where system bringup would otherwise be impossible), but allocation failures which may reasonably happen during runtime must be addressed.
See, for example, #1199; all the various calls to the