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