summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc
Commit message (Expand)AuthorAgeFilesLines
...
* tools/nolibc/stdlib: make raise() use the lower level syscalls onlyWilly Tarreau2022-04-201-1/+1
* tools/nolibc/stdlib: avoid a 64-bit shift in u64toh_r()Willy Tarreau2022-04-201-6/+10
* tools/nolibc/sys: make open() take a vararg on the 3rd argumentWilly Tarreau2022-04-201-3/+15
* tools/nolibc/stdio: add perror() to report the errno valueWilly Tarreau2022-04-201-0/+6
* tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILUREWilly Tarreau2022-04-201-0/+3
* tools/nolibc/stdio: add a minimal [vf]printf() implementationWilly Tarreau2022-04-201-0/+128
* tools/nolibc/stdio: add fwrite() to stdioWilly Tarreau2022-04-201-7/+28
* tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functionsWilly Tarreau2022-04-201-6/+89
* tools/nolibc/stdio: add a minimal set of stdio functionsWilly Tarreau2022-04-202-0/+58
* tools/nolibc/stdlib: add utoh() and u64toh()Willy Tarreau2022-04-201-0/+80
* tools/nolibc/stdlib: add i64toa() and u64toa()Willy Tarreau2022-04-201-0/+72
* tools/nolibc/stdlib: replace the ltoa() function with more efficient onesWilly Tarreau2022-04-201-21/+88
* tools/nolibc/stdlib: move ltoa() to stdlib.hWilly Tarreau2022-04-202-22/+32
* tools/nolibc/types: move makedev to types.h and make it a macroWilly Tarreau2022-04-202-9/+5
* tools/nolibc/types: make FD_SETSIZE configurableWilly Tarreau2022-04-201-2/+4
* tools/nolibc/types: move the FD_* functions to macros in types.hWilly Tarreau2022-04-202-14/+30
* tools/nolibc/ctype: add the missing is* functionsWilly Tarreau2022-04-201-1/+78
* tools/nolibc/ctype: split the is* functions to ctype.hWilly Tarreau2022-04-202-6/+23
* tools/nolibc/string: split the string functions into string.hWilly Tarreau2022-04-202-95/+108
* tools/nolibc/stdlib: extract the stdlib-specific functions to their own fileWilly Tarreau2022-04-202-66/+86
* tools/nolibc/sys: split the syscall definitions into their own fileWilly Tarreau2022-04-202-962/+1192
* tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau2022-04-208-1186/+1266
* tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau2022-04-202-108/+135
* tools/nolibc/std: move the standard type definitions to std.hWilly Tarreau2022-04-202-37/+54
* 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 defini...Willy 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