summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/sys
AgeCommit message (Expand)AuthorFilesLines
2025-07-07tools/nolibc: avoid false-positive -Wmaybe-uninitialized through waitpid()Thomas Weißschuh1-1/+1
2025-05-21tools/nolibc: move uname() and friends to sys/utsname.hThomas Weißschuh1-0/+42
2025-05-21tools/nolibc: move makedev() and friends to sys/sysmacros.hThomas Weißschuh1-0/+20
2025-05-21tools/nolibc: move getrlimit() and friends to sys/resource.hThomas Weißschuh1-0/+53
2025-05-21tools/nolibc: move reboot() to sys/reboot.hThomas Weißschuh1-0/+34
2025-05-21tools/nolibc: move prctl() to sys/prctl.hThomas Weißschuh1-0/+36
2025-05-21tools/nolibc: move mount() to sys/mount.hThomas Weißschuh1-0/+37
2025-05-21tools/nolibc: move ioctl() to sys/ioctl.hThomas Weißschuh1-0/+29
2025-05-21tools/nolibc: implement wait() in terms of waitpid()Thomas Weißschuh1-6/+6
2025-05-21tools/nolibc: fall back to sys_clock_gettime() in gettimeofday()Thomas Weißschuh1-1/+14
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh1-0/+87
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh1-0/+34
2025-05-21tools/nolibc: add mremap()Thomas Weißschuh1-0/+19
2025-05-21tools/nolibc: add more stat() variantsThomas Weißschuh1-2/+23
2025-05-21tools/nolibc: include nolibc.h early from all header filesThomas Weißschuh6-20/+18
2025-04-22tools/nolibc: implement waitpid() in terms of waitid()Thomas Weißschuh1-12/+58
2025-04-19tools/nolibc: move wait() and friends to sys/wait.hThomas Weißschuh1-0/+71
2025-04-19tools/nolibc: add sys/types.h shimThomas Weißschuh1-0/+7
2025-04-19tools/nolibc: move gettimeofday() to sys/time.hThomas Weißschuh1-0/+36
2025-04-19tools/nolibc: move syscall() to sys/syscall.hThomas Weißschuh1-0/+19
2025-04-19tools/nolibc: move stat() and friends to sys/stat.hThomas Weißschuh1-0/+74
2025-04-19tools/nolibc: move mmap() and friends to sys/mman.hThomas Weißschuh1-0/+63
2025-04-19tools/nolibc: move getauxval() to sys/auxv.hThomas Weißschuh1-0/+41