Volker Christian
Volker Christian
Please commit this patch into the master-branch of the official dnsmasq repo. Usefull in case an organisation where the original default DNS is local and not accessible from outside and...
- Polish empty lines and disable description printing for apps and subcommands with empty name, empty group and with no options and subcommands. - Add commentDefaults() method to trigger to...
x0 hast to be 0 in case setcontext is called with a context acquired by getcontext. Thus x0 must be stored in getcontext as 0.
Finally i dived deeper into the code for ARM and refreshed my assembly knowledge and found a fix for #55 ("Aieie, swapcontext() failed ..."). The arm ABI defines that the...
Hello, I am currently working in integrating libucontext (v1.2 and not HEAD) into openwrt (v23.05) and compile the libmariadb c-connector against it. As openwrt uses musl libucontext is necessary to...
Add error checking test_libucontext and test_libucontext_posix to test return values of get/set/swapcontext. Modifications are inspired by the example program source in the linux man page of swapcontext
Sometimes the opening is at the end of line e.g. ``` foo1 ``` This shall became ``` foo1 ``` This commit fixes this issue.
The build system is currently broken for loongarch64 and x86. They need to use `startcontext.S` instead of `trampoline.c`. Fixed in pull request #63.
Do not use `trampoline.c` but `startcontext.S` for those two architectures also.
I am just working on upgrading libucontext in openwrt to the latest version 1.3.1. For that i have just downloaded the libucontext-1.3.1.tar.gz from the releases page [https://github.com/kaniini/libucontext/archive/refs/tags/libucontext-1.3.1.tar.gz](https://github.com/kaniini/libucontext/archive/refs/tags/libucontext-1.3.1.tar.gz) and extracted it....