summaryrefslogtreecommitdiff
path: root/tools/include/nolibc
AgeCommit message (Expand)Author
2022-04-20tools/nolibc/stdlib: implement abort()Willy Tarreau
2022-04-20tools/nolibc: also mention how to build by just setting the include pathWilly Tarreau
2022-04-20tools/nolibc/time: create time.h with time()Willy Tarreau
2022-04-20tools/nolibc/signal: move raise() to signal.hWilly Tarreau
2022-04-20tools/nolibc/unistd: add usleep()Willy Tarreau
2022-04-20tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.hWilly Tarreau
2022-04-20tools/nolibc/errno: extract errno.h from sys.hWilly Tarreau
2022-04-20tools/nolibc/string: export memset() and memmove()Willy Tarreau
2022-04-20tools/nolibc/types: define PATH_MAX and MAXPATHLENWilly Tarreau
2022-04-20tools/nolibc/arch: mark the _start symbol as weakWilly Tarreau
2022-04-20tools/nolibc: move exported functions to their own sectionWilly Tarreau
2022-04-20tools/nolibc/string: add tiny versions of strncat() and strlcat()Willy Tarreau
2022-04-20tools/nolibc/string: add strncpy() and strlcpy()Willy Tarreau
2022-04-20tools/nolibc/string: slightly simplify memmove()Willy Tarreau
2022-04-20tools/nolibc/string: use unidirectional variants for memcpy()Willy Tarreau
2022-04-20tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errnoWilly Tarreau
2022-04-20tools/nolibc/stdlib: make raise() use the lower level syscalls onlyWilly Tarreau
2022-04-20tools/nolibc/stdlib: avoid a 64-bit shift in u64toh_r()Willy Tarreau
2022-04-20tools/nolibc/sys: make open() take a vararg on the 3rd argumentWilly Tarreau
2022-04-20tools/nolibc/stdio: add perror() to report the errno valueWilly Tarreau
2022-04-20tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILUREWilly Tarreau
2022-04-20tools/nolibc/stdio: add a minimal [vf]printf() implementationWilly Tarreau
2022-04-20tools/nolibc/stdio: add fwrite() to stdioWilly Tarreau
2022-04-20tools/nolibc/stdio: add stdin/stdout/stderr and fget*/fput* functionsWilly Tarreau
2022-04-20tools/nolibc/stdio: add a minimal set of stdio functionsWilly Tarreau
2022-04-20tools/nolibc/stdlib: add utoh() and u64toh()Willy Tarreau
2022-04-20tools/nolibc/stdlib: add i64toa() and u64toa()Willy Tarreau
2022-04-20tools/nolibc/stdlib: replace the ltoa() function with more efficient onesWilly Tarreau
2022-04-20tools/nolibc/stdlib: move ltoa() to stdlib.hWilly Tarreau
2022-04-20tools/nolibc/types: move makedev to types.h and make it a macroWilly Tarreau
2022-04-20tools/nolibc/types: make FD_SETSIZE configurableWilly Tarreau
2022-04-20tools/nolibc/types: move the FD_* functions to macros in types.hWilly Tarreau
2022-04-20tools/nolibc/ctype: add the missing is* functionsWilly Tarreau
2022-04-20tools/nolibc/ctype: split the is* functions to ctype.hWilly Tarreau
2022-04-20tools/nolibc/string: split the string functions into string.hWilly Tarreau
2022-04-20tools/nolibc/stdlib: extract the stdlib-specific functions to their own fileWilly Tarreau
2022-04-20tools/nolibc/sys: split the syscall definitions into their own fileWilly Tarreau
2022-04-20tools/nolibc/arch: split arch-specific code into individual filesWilly Tarreau
2022-04-20tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau
2022-04-20tools/nolibc/std: move the standard type definitions to std.hWilly Tarreau
2022-04-11tools/nolibc: guard the main file against multiple inclusionWilly Tarreau
2022-04-11tools/nolibc: use pselect6 on RISCVWilly Tarreau
2021-11-30tools/nolibc: Implement gettid()Mark Brown
2021-11-30tools/nolibc: x86-64: Use `mov $60,%eax` instead of `mov $60,%rax`Ammar Faizi
2021-11-30tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber listAmmar Faizi
2021-11-30tools/nolibc: fix incorrect truncation of exit codeWilly Tarreau
2021-11-30tools/nolibc: i386: fix initial stack alignmentWilly Tarreau
2021-11-30tools/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