summaryrefslogtreecommitdiff
path: root/tools/include/nolibc
AgeCommit message (Expand)Author
2025-10-19tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host he...Zhouyi Zhou
2025-08-28tools/nolibc: define time_t in terms of __kernel_old_time_tThomas Weißschuh
2023-01-18tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau
2023-01-18tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau
2023-01-18tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi
2023-01-18tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau
2023-01-18tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau
2023-01-18tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau
2023-01-18tools/nolibc/std: move the standard type definitions to std.hWilly Tarreau
2023-01-18tools/nolibc: use pselect6 on RISCVWilly Tarreau
2023-01-18tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`Ammar Faizi
2023-01-18tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber listAmmar Faizi
2022-11-10tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes
2022-01-27tools/nolibc: fix incorrect truncation of exit codeWilly Tarreau
2022-01-27tools/nolibc: i386: fix initial stack alignmentWilly Tarreau
2022-01-27tools/nolibc: x86-64: Fix startup code bugAmmar Faizi
2021-07-20tools/nolibc: Implement msleep()Mark Brown
2021-07-20tools: include: nolibc: Fix a typo occured to occurred in the file nolibc.hBhaskar Chowdhury
2021-01-21tools/nolibc: Fix position of -lgcc in the documented exampleWilly Tarreau
2021-01-21tools/nolibc: Emit detailed error for missing alternate syscall number defini...Willy Tarreau
2021-01-21tools/nolibc: Remove incorrect definitions of __ARCH_WANT_*Willy Tarreau
2021-01-21tools/nolibc: Get timeval, timespec and timezone from linux/time.hWilly Tarreau
2021-01-21tools/nolibc: Implement poll() based on ppoll()Willy Tarreau
2021-01-21tools/nolibc: Implement fork() based on clone()Willy Tarreau
2021-01-21tools/nolibc: Make getpgrp() fall back to getpgid(0)Willy Tarreau
2021-01-21tools/nolibc: Make dup2() rely on dup3() when availableWilly Tarreau
2021-01-21tools/nolibc: Add the definition for dup()Willy Tarreau
2020-11-06tools/nolibc: Fix a spelling error in a commentBhaskar Chowdhury
2020-11-06rcutorture/nolibc: Fix a typo in header fileSamuel Hernandez
2019-05-08tool headers nolibc: add RISCV supportPranith Kumar
2019-01-25tools headers: Move the nolibc header from rcutorture to tools/include/nolibc/Willy Tarreau