aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/nolibc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-20tools/nolibc: also mention how to build by just setting the include pathWilly Tarreau1-10/+20
2022-04-20tools/nolibc/time: create time.h with time()Willy Tarreau1-0/+1
2022-04-20tools/nolibc/signal: move raise() to signal.hWilly Tarreau1-0/+1
2022-04-20tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.hWilly Tarreau1-0/+1
2022-04-20tools/nolibc/stdio: add a minimal set of stdio functionsWilly Tarreau1-0/+1
2022-04-20tools/nolibc/stdlib: move ltoa() to stdlib.hWilly Tarreau1-22/+0
2022-04-20tools/nolibc/types: move makedev to types.h and make it a macroWilly Tarreau1-9/+0
2022-04-20tools/nolibc/types: move the FD_* functions to macros in types.hWilly Tarreau1-14/+0
2022-04-20tools/nolibc/ctype: split the is* functions to ctype.hWilly Tarreau1-6/+1
2022-04-20tools/nolibc/string: split the string functions into string.hWilly Tarreau1-95/+1
2022-04-20tools/nolibc/stdlib: extract the stdlib-specific functions to their own fileWilly Tarreau1-66/+1
2022-04-20tools/nolibc/sys: split the syscall definitions into their own fileWilly Tarreau1-962/+3
2022-04-20tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau1-1186/+1
2022-04-20tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau1-108/+2
2022-04-20tools/nolibc/std: move the standard type definitions to std.hWilly Tarreau1-37/+5
2022-04-11tools/nolibc: guard the main file against multiple inclusionWilly Tarreau1-0/+4
2022-04-11tools/nolibc: use pselect6 on RISCVWilly Tarreau1-0/+3
2021-11-30tools/nolibc: Implement gettid()Mark Brown1-0/+18
2021-11-30tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`Ammar Faizi1-1/+1
2021-11-30tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber listAmmar Faizi1-14/+19
2021-11-30tools/nolibc: fix incorrect truncation of exit codeWilly Tarreau1-8/+5
2021-11-30tools/nolibc: i386: fix initial stack alignmentWilly Tarreau1-1/+9
2021-11-30tools/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 definitionsWilly 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-06tools/nolibc: Fix a spelling error in a commentBhaskar Chowdhury1-1/+1
2020-11-06rcutorture/nolibc: Fix a typo in header fileSamuel Hernandez1-1/+1
2019-05-08tool headers nolibc: add RISCV supportPranith Kumar1-0/+194
2019-01-25tools headers: Move the nolibc header from rcutorture to tools/include/nolibc/Willy Tarreau1-0/+2263