Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-03-20 | tools/nolibc: Add statx() and make stat() rely on statx() if necessary | 1 | -0/+56 | |
2023-03-20 | tools/nolibc: Include linux/fcntl.h and remove duplicate code | 2 | -6/+1 | |
2023-03-20 | tools/nolibc: check for S_I* macros before defining them | 1 | -1/+22 | |
2023-03-20 | selftests/nolibc: skip the chroot_root and link_dir tests when not privileged | 1 | -2/+6 | |
2023-03-20 | tools/nolibc: add getuid() and geteuid() | 1 | -0/+42 | |
2023-03-20 | tools/nolibc: add tests for the integer limits in stdint.h | 1 | -0/+53 | |
2023-03-20 | tools/nolibc: enlarge column width of tests | 1 | -48/+48 | |
2023-03-20 | tools/nolibc: add integer types and integer limit macros | 1 | -0/+75 | |
2023-03-20 | tools/nolibc: add stdint.h | 3 | -16/+27 |