summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/sys.h
AgeCommit message (Expand)Author
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
2023-06-09tools/nolibc: support nanoseconds in stat()Thomas Weißschuh
2023-06-09tools/nolibc: add support for prctl()Thomas Weißschuh
2023-06-09tools/nolibc: remove LINUX_REBOOT_ constantsThomas Weißschuh
2023-06-09tools/nolibc: s390: provide custom implementation for sys_forkThomas Weißschuh
2023-06-09tools/nolibc: use C89 comment syntaxThomas Weißschuh
2023-06-09tools/nolibc: add wrapper for memfd_createThomas Weißschuh
2023-03-20tools/nolibc: Add statx() and make stat() rely on statx() if necessaryFeiyang Chen
2023-03-20tools/nolibc: Include linux/fcntl.h and remove duplicate codeFeiyang Chen
2023-03-20tools/nolibc: add getuid() and geteuid()Willy Tarreau
2023-01-10nolibc/sys: Implement `getpagesize(2)` functionAmmar Faizi
2023-01-10tools/nolibc: remove local definitions of O_* flags for open/fcntlWilly Tarreau
2023-01-09nolibc: add support for s390Sven Schnelle
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau
2022-08-31tools/nolibc: make sys_mmap() automatically use the right __NR_mmap definitionWilly Tarreau
2022-08-31tools/nolibc: fix build warning in sys_mmap() when my_syscall6 is not definedWilly Tarreau
2022-04-20tools/nolibc/sys: Implement `mmap()` and `munmap()`Ammar Faizi
2022-04-20tools/nolibc/sys: add syscall definition for getppid()Willy Tarreau
2022-04-20tools/nolibc/errno: extract errno.h from sys.hWilly Tarreau
2022-04-20tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errnoWilly Tarreau
2022-04-20tools/nolibc/sys: make open() take a vararg on the 3rd argumentWilly Tarreau
2022-04-20tools/nolibc/sys: split the syscall definitions into their own fileWilly Tarreau