summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/sys
AgeCommit message (Expand)Author
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