aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/nolibc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools/nolibc: add stdarg.h headerThomas Weißschuh2023-10-121-2/+2
* tools/nolibc: add missing my_syscall6() for mipsZhangjin Wu2023-08-231-5/+4
* tools/nolibc: Fix build of stdio.h due to header orderingMark Brown2023-06-091-1/+1
* tools/nolibc: add support for stack protectorThomas Weißschuh2023-03-271-0/+1
* tools/nolibc: also mention how to build by just setting the include pathWilly Tarreau2022-04-201-10/+20
* tools/nolibc/time: create time.h with time()Willy Tarreau2022-04-201-0/+1
* tools/nolibc/signal: move raise() to signal.hWilly Tarreau2022-04-201-0/+1
* tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.hWilly Tarreau2022-04-201-0/+1
* tools/nolibc/stdio: add a minimal set of stdio functionsWilly Tarreau2022-04-201-0/+1
* tools/nolibc/stdlib: move ltoa() to stdlib.hWilly Tarreau2022-04-201-22/+0
* tools/nolibc/types: move makedev to types.h and make it a macroWilly Tarreau2022-04-201-9/+0
* tools/nolibc/types: move the FD_* functions to macros in types.hWilly Tarreau2022-04-201-14/+0
* tools/nolibc/ctype: split the is* functions to ctype.hWilly Tarreau2022-04-201-6/+1
* tools/nolibc/string: split the string functions into string.hWilly Tarreau2022-04-201-95/+1
* tools/nolibc/stdlib: extract the stdlib-specific functions to their own fileWilly Tarreau2022-04-201-66/+1
* tools/nolibc/sys: split the syscall definitions into their own fileWilly Tarreau2022-04-201-962/+3
* tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau2022-04-201-1186/+1
* tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau2022-04-201-108/+2
* tools/nolibc/std: move the standard type definitions to std.hWilly Tarreau2022-04-201-37/+5
* tools/nolibc: guard the main file against multiple inclusionWilly Tarreau2022-04-111-0/+4
* tools/nolibc: use pselect6 on RISCVWilly Tarreau2022-04-111-0/+3
* tools/nolibc: Implement gettid()Mark Brown2021-11-301-0/+18
* tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`Ammar Faizi2021-11-301-1/+1
* tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber listAmmar Faizi2021-11-301-14/+19
* tools/nolibc: fix incorrect truncation of exit codeWilly Tarreau2021-11-301-8/+5
* tools/nolibc: i386: fix initial stack alignmentWilly Tarreau2021-11-301-1/+9
* tools/nolibc: x86-64: Fix startup code bugAmmar Faizi2021-11-301-2/+8
* tools/nolibc: Implement msleep()Mark Brown2021-07-201-0/+13
* tools: include: nolibc: Fix a typo occured to occurred in the file nolibc.hBhaskar Chowdhury2021-07-201-1/+1
* tools/nolibc: Fix position of -lgcc in the documented exampleWilly Tarreau2021-01-211-1/+1
* tools/nolibc: Emit detailed error for missing alternate syscall number definitionsWilly Tarreau2021-01-211-13/+39
* tools/nolibc: Remove incorrect definitions of __ARCH_WANT_*Willy Tarreau2021-01-211-8/+0
* tools/nolibc: Get timeval, timespec and timezone from linux/time.hWilly Tarreau2021-01-211-18/+1
* tools/nolibc: Implement poll() based on ppoll()Willy Tarreau2021-01-211-0/+10
* tools/nolibc: Implement fork() based on clone()Willy Tarreau2021-01-211-0/+10
* tools/nolibc: Make getpgrp() fall back to getpgid(0)Willy Tarreau2021-01-211-1/+19
* tools/nolibc: Make dup2() rely on dup3() when availableWilly Tarreau2021-01-211-0/+26
* tools/nolibc: Add the definition for dup()Willy Tarreau2021-01-211-0/+12
* tools/nolibc: Fix a spelling error in a commentBhaskar Chowdhury2020-11-061-1/+1
* rcutorture/nolibc: Fix a typo in header fileSamuel Hernandez2020-11-061-1/+1
* tool headers nolibc: add RISCV supportPranith Kumar2019-05-081-0/+194
* tools headers: Move the nolibc header from rcutorture to tools/include/nolibc/Willy Tarreau2019-01-251-0/+2263