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