Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-18 | Fix wrong `struct ucontext_t` typedef for all arches. | Dmitry Chestnykh | |
The correct one is `struct ucontext` -> `ucontext_t`. Signed-off-by: Dmitry Chestnykh <dm.chestnykh@gmail.com> | |||
2019-11-08 | riscv64: implement NPTL/TLS | Waldemar Brodkorb | |
basically from or1k port of uClibc-ng, with fixes for structures in pthreadtypes.h from 64 bit architectures. 18 testsuite failures counted. | |||
2018-06-10 | risc-v: initial 64 bit port, static only (no TLS/NPTL) | Waldemar Brodkorb | |
Only a simple hello world is tested in qemu system emulation. |