summaryrefslogtreecommitdiff
path: root/tools/include/nolibc
AgeCommit message (Expand)AuthorFilesLines
2025-10-19tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host he...Zhouyi Zhou1-1/+1
2025-08-28tools/nolibc: define time_t in terms of __kernel_old_time_tThomas Weißschuh1-1/+3
2023-01-18tools/nolibc: fix the O_* fcntl/open macro definitions for riscvWilly Tarreau1-7/+7
2023-01-18tools/nolibc: restore mips branch ordering in the _start blockWilly Tarreau1-0/+2
2023-01-18tools/nolibc: Remove .global _start from the entry point codeAmmar Faizi6-6/+0
2023-01-18tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau6-0/+6
2023-01-18tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau8-1186/+1266
2023-01-18tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau2-108/+135
2023-01-18tools/nolibc/std: move the standard type definitions to std.hWilly Tarreau2-37/+54
2023-01-18tools/nolibc: use pselect6 on RISCVWilly Tarreau1-0/+3
2023-01-18tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`Ammar Faizi1-1/+1
2023-01-18tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber listAmmar Faizi1-14/+19
2022-11-10tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes1-2/+2
2022-01-27tools/nolibc: fix incorrect truncation of exit codeWilly Tarreau1-8/+5
2022-01-27tools/nolibc: i386: fix initial stack alignmentWilly Tarreau1-1/+9
2022-01-27tools/nolibc: x86-64: Fix startup code bugAmmar Faizi1-2/+8
2021-07-20tools/nolibc: Implement msleep()Mark Brown1-0/+13
2021-07-20tools: include: nolibc: Fix a typo occured to occurred in the file nolibc.hBhaskar Chowdhury1-1/+1
2021-01-21tools/nolibc: Fix position of -lgcc in the documented exampleWilly Tarreau1-1/+1
2021-01-21tools/nolibc: Emit detailed error for missing alternate syscall number defini...Willy Tarreau1-13/+39
2021-01-21tools/nolibc: Remove incorrect definitions of __ARCH_WANT_*Willy Tarreau1-8/+0
2021-01-21tools/nolibc: Get timeval, timespec and timezone from linux/time.hWilly Tarreau1-18/+1
2021-01-21tools/nolibc: Implement poll() based on ppoll()Willy Tarreau1-0/+10
2021-01-21tools/nolibc: Implement fork() based on clone()Willy Tarreau1-0/+10
2021-01-21tools/nolibc: Make getpgrp() fall back to getpgid(0)Willy Tarreau1-1/+19
2021-01-21tools/nolibc: Make dup2() rely on dup3() when availableWilly Tarreau1-0/+26
2021-01-21tools/nolibc: Add the definition for dup()Willy Tarreau1-0/+12
2020-11-07tools/nolibc: Fix a spelling error in a commentBhaskar Chowdhury1-1/+1
2020-11-07rcutorture/nolibc: Fix a typo in header fileSamuel Hernandez1-1/+1
2019-05-08tool headers nolibc: add RISCV supportPranith Kumar1-0/+194
2019-01-26tools headers: Move the nolibc header from rcutorture to tools/include/nolibc/Willy Tarreau1-0/+2263