summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/sys.h
AgeCommit message (Expand)AuthorLines
2022-04-20tools/nolibc/sys: Implement `mmap()` and `munmap()`Ammar Faizi-0/+62
2022-04-20tools/nolibc/sys: add syscall definition for getppid()Willy Tarreau-0/+17
2022-04-20tools/nolibc/errno: extract errno.h from sys.hWilly Tarreau-16/+1
2022-04-20tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errnoWilly Tarreau-21/+3
2022-04-20tools/nolibc/sys: make open() take a vararg on the 3rd argumentWilly Tarreau-3/+15
2022-04-20tools/nolibc/sys: split the syscall definitions into their own fileWilly Tarreau-0/+1189