summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/types.h
AgeCommit message (Expand)AuthorLines
2023-12-11tools/nolibc: drop custom definition of struct rusageThomas Weißschuh-20/+1
2023-12-11tools/nolibc: Use linux/wait.h rather than duplicating itMark Brown-3/+1
2023-08-23tools/nolibc: remove the old sys_stat supportZhangjin Wu-2/+2
2023-08-23tools/nolibc: types.h: add RB_ flags for reboot()Zhangjin Wu-1/+11
2023-08-23tools/nolibc: clean up mmap() routineZhangjin Wu-0/+6
2023-06-09tools/nolibc: support nanoseconds in stat()Thomas Weißschuh-3/+3
2023-06-09tools/nolibc: remove LINUX_REBOOT_ constantsThomas Weißschuh-8/+0
2023-03-27tools/nolibc: add helpers for wait() signal exitsThomas Weißschuh-0/+2
2023-03-20tools/nolibc: Include linux/fcntl.h and remove duplicate codeFeiyang Chen-5/+0
2023-03-20tools/nolibc: check for S_I* macros before defining themWilly Tarreau-1/+22
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau-0/+3
2023-01-09tools/nolibc: Fix S_ISxxx macrosWarner Losh-7/+7
2023-01-09nolibc: fix fd_set typeSven Schnelle-23/+30
2022-04-20tools/nolibc/types: Implement `offsetof()` and `container_of()` macroAmmar Faizi-0/+11
2022-04-20tools/nolibc/types: add poll() and waitpid() flag definitionsWilly Tarreau-0/+10
2022-04-20tools/nolibc/types: define PATH_MAX and MAXPATHLENWilly Tarreau-0/+11
2022-04-20tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILUREWilly Tarreau-0/+3
2022-04-20tools/nolibc/types: move makedev to types.h and make it a macroWilly Tarreau-0/+5
2022-04-20tools/nolibc/types: make FD_SETSIZE configurableWilly Tarreau-2/+4
2022-04-20tools/nolibc/types: move the FD_* functions to macros in types.hWilly Tarreau-0/+30
2022-04-20tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau-0/+133