summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/sys.h
AgeCommit message (Expand)Author
2025-07-04tools/nolibc: Provide vfork()Mark Brown
2025-07-04tools/nolibc: Replace ifdef with if defined() in sys.hMark Brown
2025-05-21tools/nolibc: move uname() and friends to sys/utsname.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: move poll() to poll.hThomas Weißschuh
2025-05-21tools/nolibc: include nolibc.h early from all header filesThomas Weißschuh
2025-04-22tools/nolibc: add setpgrp()Thomas Weißschuh
2025-04-22tools/nolibc: add _exit()Thomas Weißschuh
2025-04-22tools/nolibc: use ppoll_time64 if availableThomas Weißschuh
2025-04-22tools/nolibc: use pselect6_time64 if availableThomas Weißschuh
2025-04-19tools/nolibc: move wait() and friends to sys/wait.hThomas Weißschuh
2025-04-19tools/nolibc: move gettimeofday() to sys/time.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 open() and friends to fcntl.hThomas Weißschuh
2025-03-08tools/nolibc: don't use asm/ UAPI headersThomas Weißschuh
2025-03-06tools/nolibc: process open() vararg as mode_tLouis Taylor
2025-03-06tools/nolibc: always use openat(2) instead of open(2)Louis Taylor
2025-03-06tools/nolibc: add support for openat(2)Louis Taylor
2025-02-09tools/nolibc: add support for sys_llseek()Thomas Weißschuh
2025-02-03tools/nolibc: make signature of ioctl() more flexibleThomas Weißschuh
2025-01-13tools/nolibc: add support for waitid()Thomas Weißschuh
2024-04-14tools/nolibc: add support for uname(2)Thomas Weißschuh
2023-12-11tools/nolibc: add support for getrlimit/setrlimitThomas Weißschuh
2023-10-12tools/nolibc: automatically detect necessity to use pselect6Thomas Weißschuh
2023-10-12tools/nolibc: don't define new syscall numberThomas Weißschuh
2023-10-12tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacksThomas Weißschuh
2023-10-12tools/nolibc: add stdarg.h headerThomas Weißschuh
2023-08-23tools/nolibc: avoid undesired casts in the __sysret() macroWilly Tarreau
2023-08-23tools/nolibc: keep brk(), sbrk(), mmap() away from __sysret()Willy Tarreau
2023-08-23tools/nolibc: sys: avoid implicit sign castThomas Weißschuh
2023-08-23tools/nolibc: fix return type of getpagesize()Thomas Weißschuh
2023-08-23tools/nolibc: drop unused variablesThomas Weißschuh
2023-08-23tools/nolibc: add pipe() and pipe2() supportYuan Tan
2023-08-23tools/nolibc: remove the old sys_stat supportZhangjin Wu
2023-08-23tools/nolibc: add rmdir() supportZhangjin Wu
2023-08-23tools/nolibc: types.h: add RB_ flags for reboot()Zhangjin Wu
2023-08-23tools/nolibc: clean up sbrk() routineZhangjin Wu
2023-08-23tools/nolibc: clean up mmap() routineZhangjin Wu
2023-08-23tools/nolibc: __sysret: support syscalls who return a pointerZhangjin Wu
2023-08-06tools/nolibc: sys.h: apply __sysret() helperZhangjin Wu
2023-08-06tools/nolibc: sys.h: add a syscall return helperZhangjin Wu
2023-08-06tools/nolibc: fix up undeclared syscall macros with #ifdef and -ENOSYSZhangjin Wu
2023-08-06tools/nolibc: fix up #error compile failures with -ENOSYSZhangjin Wu
2023-06-09tools/nolibc: open: fix up compile warning for armZhangjin Wu
2023-06-09tools/nolibc: ppoll/ppoll_time64: add a missing argumentZhangjin Wu