Sunagatov Denis
Sunagatov Denis
 In the top-right corner of the page there's a button that makes PR a draft which prevents it from being merged prematurely. I think you can undraft once you're...
Any updates?
Ooh that's interesting! I didn't know about buildah/podman, so thanks for name dropping. Something that executes tests in a VM sounds like it could also be useful for my current...
Something I've realised is that there's a difference between handle inheritance between linux and windows that should get addressed. When you create a child process some handles may or may...
> @flysand7 Will do! I just changed some things in sys/linux. I wanted to ask you about your `Sig_Set` definition. I thought `sigset_t` was a `u64` as it's just a...
Make `request` parameter a `u32`. Everything else looks good to go.
For a simple implementation copying the original permissions should be enough
Some observations: 1. If `ptrace_cont` doesn't take any parameters (`pid` and `signal` specified as constants) then the bug doesn't occur 2. If `nil` is casted to `rawptr` the bug doesn't...
well from what i see odin's float parsing is not precise to begin with