aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/nolibc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21tools/nolibc: move uname() and friends to sys/utsname.hThomas Weißschuh1-0/+1
2025-05-21tools/nolibc: move makedev() and friends to sys/sysmacros.hThomas Weißschuh1-0/+1
2025-05-21tools/nolibc: move getrlimit() and friends to sys/resource.hThomas Weißschuh1-0/+1
2025-05-21tools/nolibc: move reboot() to sys/reboot.hThomas Weißschuh1-0/+1
2025-05-21tools/nolibc: move prctl() to sys/prctl.hThomas Weißschuh1-0/+1
2025-05-21tools/nolibc: move mount() to sys/mount.hThomas Weißschuh1-0/+1
2025-05-21tools/nolibc: move ioctl() to sys/ioctl.hThomas Weißschuh1-0/+1
2025-05-21tools/nolibc: add namespace functionalityThomas Weißschuh1-0/+1
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh1-0/+1
2025-05-21tools/nolibc: add abs() and friendsThomas Weißschuh1-0/+1
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh1-0/+1
2025-05-21tools/nolibc: move poll() to poll.hThomas Weißschuh1-0/+1
2025-04-22tools/nolibc: add getopt()Thomas Weißschuh1-0/+1
2025-04-19tools/nolibc: move wait() and friends to sys/wait.hThomas Weißschuh1-0/+1
2025-04-19tools/nolibc: move gettimeofday() to sys/time.hThomas Weißschuh1-0/+1
2025-04-19tools/nolibc: move syscall() to sys/syscall.hThomas Weißschuh1-0/+1
2025-04-19tools/nolibc: move stat() and friends to sys/stat.hThomas Weißschuh1-0/+1
2025-04-19tools/nolibc: move mmap() and friends to sys/mman.hThomas Weißschuh1-0/+1
2025-04-19tools/nolibc: move getauxval() to sys/auxv.hThomas Weißschuh1-0/+1
2025-04-19tools/nolibc: move open() and friends to fcntl.hThomas Weißschuh1-0/+1
2025-04-19tools/nolibc: add elf.hThomas Weißschuh1-0/+1
2025-03-06tools/nolibc: drop outdated example from overview commentLouis Taylor1-2/+1
2025-02-09tools/nolibc: add support for directory accessThomas Weißschuh1-0/+1
2024-07-29tools/nolibc: add stdbool.h headerThomas Weißschuh1-1/+2
2023-10-12tools/nolibc: add stdarg.h headerThomas Weißschuh1-2/+2
2023-08-23tools/nolibc: add missing my_syscall6() for mipsZhangjin Wu1-5/+4
2023-06-09tools/nolibc: Fix build of stdio.h due to header orderingMark Brown1-1/+1
2023-03-27tools/nolibc: add support for stack protectorThomas Weißschuh1-0/+1
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