summaryrefslogtreecommitdiffstats
path: root/tools/include/vdso (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-28tools/nolibc: add definitions for standard fdsThomas Weißschuh1-0/+5
2023-03-20selftests/nolibc: Adjust indentation for MakefileFeiyang Chen1-37/+37
2023-03-20selftests/nolibc: Add support for LoongArchFeiyang Chen1-0/+4
2023-03-20tools/nolibc: Add support for LoongArchFeiyang Chen2-0/+202
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 Chen2-6/+1
2023-03-20tools/nolibc: check for S_I* macros before defining themWilly Tarreau1-1/+22
2023-03-20selftests/nolibc: skip the chroot_root and link_dir tests when not privilegedWilly Tarreau1-2/+6
2023-03-20tools/nolibc: add getuid() and geteuid()Willy Tarreau1-0/+42
2023-03-20tools/nolibc: add tests for the integer limits in stdint.hVincent Dagonneau1-0/+53
2023-03-20tools/nolibc: enlarge column width of testsVincent Dagonneau1-48/+48
2023-03-20tools/nolibc: add integer types and integer limit macrosVincent Dagonneau1-0/+75
2023-03-20tools/nolibc: add stdint.hVincent Dagonneau3-16/+27