-
Ubuntu 12.04 LTS comes with "mode 2 seccomp" and the mainline kernel is
currenly in the process of accepting seccomp patches.
In short, "mode 2 seccomp" adds an ability to apply s…
-
# Description:
This issue is to document all the changes and discoveries made while porting the test suite from RustPOSIX to RawPOSIX. Below are the current modifications and fixes identified:
#…
-
## Description
RawPOSIX should have identical behaviors with native linux in syscall level, which make things like delete non-empty dir inside rmdir() shouldn’t be handled in RawPOSIX because nat…
-
I'm getting these messages, when trying to build gokey:
```
vendor/golang.org/x/sys/unix/mremap.go:41:10: unsafe.Slice requires go1.17 or later (-lang was set to go1.16; check go.mod)
vendor/gola…
-
### Go version
go version 1.22.8 linux/amd64
### Output of `go env` in your module/workspace:
```shell
n/a
```
### What did you do?
My VirtualBox VM has two Ethernet interfaces - en…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Version
equal or higher than v1.16.4 and lower than v1.17.0
### What happened?
Using a working cilium instal…
-
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on September 07, 2012 20:38:01_
xref issue #92 we're talking about these:
# define __NR_preadv 333
# define __NR_pwritev…
-
Since musl 1.2.5 it supports the `statx()` syscall:
defined here:
target triple: `*-unknown-linux-musl`
famfo updated
4 weeks ago
-
### Proposal Details
This is a continuation of https://github.com/golang/go/issues/47049, which was retracted with the following comment:
>Treating this as retracted, but it seems like we reached …
-
Hello
I just noticed that the args->filename parameter contains an empty string when using the open syscall. To be clear, I am specifically referring to the open syscall and not openat.
I wrote …