summaryrefslogtreecommitdiff
path: root/tools/include/nolibc/types.h
AgeCommit message (Expand)Author
2025-06-22tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macrosWilly Tarreau
2025-05-21tools/nolibc: move NULL and offsetof() to sys/stddef.hThomas Weißschuh
2025-05-21tools/nolibc: move makedev() and friends to sys/sysmacros.hThomas Weißschuh
2025-05-21tools/nolibc: move getrlimit() and friends to sys/resource.hThomas Weißschuh
2025-05-21tools/nolibc: move reboot() to sys/reboot.hThomas Weißschuh
2025-05-21tools/nolibc: add timer functionsThomas Weißschuh
2025-05-21tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()Thomas Weißschuh
2025-05-21tools/nolibc: use poll-related definitions from UAPI headersThomas Weißschuh
2025-05-21tools/nolibc: include nolibc.h early from all header filesThomas Weißschuh
2025-04-11tools/nolibc/types.h: fix mismatched parenthesis in minor()Jemmy Wong
2023-12-11tools/nolibc: drop custom definition of struct rusageThomas Weißschuh
2023-12-11tools/nolibc: Use linux/wait.h rather than duplicating itMark Brown
2023-08-23tools/nolibc: remove the old sys_stat supportZhangjin Wu
2023-08-23tools/nolibc: types.h: add RB_ flags for reboot()Zhangjin Wu
2023-08-23tools/nolibc: clean up mmap() routineZhangjin Wu
2023-06-09tools/nolibc: support nanoseconds in stat()Thomas Weißschuh
2023-06-09tools/nolibc: remove LINUX_REBOOT_ constantsThomas Weißschuh
2023-03-27tools/nolibc: add helpers for wait() signal exitsThomas Weißschuh
2023-03-20tools/nolibc: Include linux/fcntl.h and remove duplicate codeFeiyang Chen
2023-03-20tools/nolibc: check for S_I* macros before defining themWilly Tarreau
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau
2023-01-09tools/nolibc: Fix S_ISxxx macrosWarner Losh
2023-01-09nolibc: fix fd_set typeSven Schnelle
2022-04-20tools/nolibc/types: Implement `offsetof()` and `container_of()` macroAmmar Faizi
2022-04-20tools/nolibc/types: add poll() and waitpid() flag definitionsWilly Tarreau
2022-04-20tools/nolibc/types: define PATH_MAX and MAXPATHLENWilly Tarreau
2022-04-20tools/nolibc/types: define EXIT_SUCCESS and EXIT_FAILUREWilly Tarreau
2022-04-20tools/nolibc/types: move makedev to types.h and make it a macroWilly Tarreau
2022-04-20tools/nolibc/types: make FD_SETSIZE configurableWilly Tarreau
2022-04-20tools/nolibc/types: move the FD_* functions to macros in types.hWilly Tarreau
2022-04-20tools/nolibc/types: split syscall-specific definitions into their own filesWilly Tarreau