rilysh
rilysh
Commands such as `dmesg`, `sysctl` don't require elevated privilege to run. In GNU/Linux `dmesg`, however, requires elevated priviledges to run.
Hello, I noticed some functions in this SHA256 implementation aren't inlined (where they possibly can be inlined). These are `rotr()`, `choose()`, `majority()`, `sig0()`, and `sig1()`. Compiler by itself will not...
I'm aware that blake2 comes from an external repository, but the official implementation that pkg uses, hasn't seen an update for over 6 years (8 years for pkg repository) and...
When I run `pkg lock package`, if the package is not installed in the system, `pkg` should give a warning message that is, ``` No package called "package" was installed...
I was trying to playing around with it, but after I invoked `yarn` when it comes to build electron it failed. Log file: [log.txt](https://github.com/MoeFE/GoogleTranslate/files/9639326/log.txt) 
Hello, This PR addresses the following issues. 1. In several files, the `swap(...)` function has used `MSC_VER` instead of `_MSC_VER` which will lead them to fall back to the manual...
Thanks for your work! There are a couple of things I see that can be improved, especially error handling. Tinyvm doesn't seem to check whether given instructions are correct or...
I've downloaded aero from the actions artifact ([link](https://github.com/Andy-Python-Programmer/aero/actions/runs/4604719054)) but I couldn't be able to get the GUI or even the TTY. Running on QEMU, aero is stuck with a black...
`vmm_map_memory` can also return `NULL`, as a result, `v_address` will be pointed as `NULL`. For a workaround, handling it with 0 should fix this state. In `syscall_nanosleep`, the `req` param...
When building rirc on FreeBSD, I noticed some compiler warnings about a function called gettimeofday() is implicitly defined there. Even adding "sys/time.h" header, it seems like the function gettimeofday() is...