-
__builtin_readcyclecounter was a great abstraction. But then ARM made it privileged #43652, and RISCV made I privileged in Linux 6.6.
In a clang compiled project that isn't kernel or privileged level…
-
- **Description:**
- On **Linux**, it seems to me that more and more installs are taking advantage of `~/.config/` and `./local/`. I'm wondering if t would be good to migrate -- possibly with symli…
-
Can you implement a feature that allows creating a tunnel without using sudo?
In a similar way, in go-ios, the --userspace option can be added when creating a tunnel to start it without sudo.
-
Add a custom userspace reboot image(like in coolstar jailbreaks)
-
Capturing this here as a pointer to https://github.com/tock/libtock-c/pull/280, which is part of what should eventually be on a documentation page for this.
-
As brought up in a previous issue I had posted (at [p5/issues/25](https://github.com/p5py/p5/issues/25)), I was having an issue with flickering and graphical errors on my laptop. I discovered that the…
-
* motivation: compiler using libc headers
* allow e.g. only unistd.h and stdio.h, string.h, stdlib.h if that's all it takes
* verify same code builds with nolibc as include directory
* helpful to f…
-
When a tunnel defines a default route, i.e. AllowedIPs = 0.0.0.0/0
The access to the local network is not possible anymore.
This is different on Linux desktop and at least the tunnel packets themsel…
-
Now that we've made significant head way lets make an attempt to update our internal documentation.
Ruchir has offered to edit/package everything nicely for us so we should take him up on that, the…
-
FreeBSD has a concept called netmap that lets userspace applications `mmap` packet buffer rings:
https://www.usenix.org/system/files/conference/atc12/atc12-final186.pdf
It's worth investigating if t…