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