summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/sys.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-20tools/nolibc: Add statx() and make stat() rely on statx() if necessaryFeiyang Chen1-0/+56
2023-03-20tools/nolibc: Include linux/fcntl.h and remove duplicate codeFeiyang Chen1-1/+1
2023-03-20tools/nolibc: add getuid() and geteuid()Willy Tarreau1-0/+42
2023-01-11nolibc/sys: Implement `getpagesize(2)` functionAmmar Faizi1-0/+21
2023-01-11tools/nolibc: remove local definitions of O_* flags for open/fcntlWilly Tarreau1-0/+1
2023-01-09nolibc: add support for s390Sven Schnelle1-0/+2
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau1-0/+2
2022-08-31tools/nolibc: make sys_mmap() automatically use the right __NR_mmap definitionWilly Tarreau1-1/+1
2022-08-31tools/nolibc: fix build warning in sys_mmap() when my_syscall6 is not definedWilly Tarreau1-1/+1
2022-04-21tools/nolibc/sys: Implement `mmap()` and `munmap()`Ammar Faizi1-0/+62
2022-04-21tools/nolibc/sys: add syscall definition for getppid()Willy Tarreau1-0/+17
2022-04-21tools/nolibc/errno: extract errno.h from sys.hWilly Tarreau1-16/+1
2022-04-21tools/nolibc/sys: make getpgrp(), getpid(), gettid() not set errnoWilly Tarreau1-21/+3
2022-04-21tools/nolibc/sys: make open() take a vararg on the 3rd argumentWilly Tarreau1-3/+15
2022-04-21tools/nolibc/sys: split the syscall definitions into their own fileWilly Tarreau1-0/+1189