summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/sys
AgeCommit message (Expand)Author
2025-11-09tools/nolibc: avoid using plain integer as NULL pointerThomas Weißschuh
2025-11-02tools/nolibc: provide the portable sys/select.hWilly Tarreau
2025-10-29tools/nolibc: add uio.h with readv and writevBenjamin Berg
2025-10-29tools/nolibc: add option to disable runtimeBenjamin Berg
2025-10-29tools/nolibc: remove outdated comment about __sysret() in mmap()Thomas Weißschuh
2025-10-12tools/nolibc: handle NULL wstatus argument to waitpid()Thomas Weißschuh
2025-09-01tools/nolibc: drop wait4() supportThomas Weißschuh
2025-09-01tools/nolibc: remove __nolibc_enosys() fallback from time64-related functionsThomas Weißschuh
2025-09-01tools/nolibc: use tabs instead of spaces for indentationThomas Weißschuh
2025-07-07tools/nolibc: avoid false-positive -Wmaybe-uninitialized through waitpid()Thomas Weißschuh
2025-05-21tools/nolibc: move uname() and friends to sys/utsname.hThomas Weißschuh
2025-05-21tools/nolibc: move makedev() and friends to sys/sysmacros.hThomas Weißschuh
2025-05-21tools/nolibc: move getrlimit() and friends to sys/resource.hThomas Weißschuh
2025-05-21tools/nolibc: move reboot() to sys/reboot.hThomas Weißschuh
2025-05-21tools/nolibc: move prctl() to sys/prctl.hThomas Weißschuh
2025-05-21tools/nolibc: move mount() to sys/mount.hThomas Weißschuh
2025-05-21tools/nolibc: move ioctl() to sys/ioctl.hThomas Weißschuh
2025-05-21tools/nolibc: implement wait() in terms of waitpid()Thomas Weißschuh
2025-05-21tools/nolibc: fall back to sys_clock_gettime() in gettimeofday()Thomas Weißschuh
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh
2025-05-21tools/nolibc: add mremap()Thomas Weißschuh
2025-05-21tools/nolibc: add more stat() variantsThomas Weißschuh
2025-05-21tools/nolibc: include nolibc.h early from all header filesThomas Weißschuh
2025-04-22tools/nolibc: implement waitpid() in terms of waitid()Thomas Weißschuh
2025-04-19tools/nolibc: move wait() and friends to sys/wait.hThomas Weißschuh
2025-04-19tools/nolibc: add sys/types.h shimThomas Weißschuh
2025-04-19tools/nolibc: move gettimeofday() to sys/time.hThomas Weißschuh
2025-04-19tools/nolibc: move syscall() to sys/syscall.hThomas Weißschuh
2025-04-19tools/nolibc: move stat() and friends to sys/stat.hThomas Weißschuh
2025-04-19tools/nolibc: move mmap() and friends to sys/mman.hThomas Weißschuh
2025-04-19tools/nolibc: move getauxval() to sys/auxv.hThomas Weißschuh