summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/nolibc
AgeCommit message (Expand)Author
2025-05-21selftests/nolibc: drop include guards around standard headersThomas Weißschuh
2025-05-21tools/nolibc: add fopen()Thomas Weißschuh
2025-05-21tools/nolibc: add namespace functionalityThomas Weißschuh
2025-05-21tools/nolibc: add difftime()Thomas Weißschuh
2025-05-21tools/nolibc: add timerfd functionalityThomas 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: add support for access() and faccessat()Thomas Weißschuh
2025-05-21tools/nolibc: add abs() and friendsThomas Weißschuh
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh
2025-05-21tools/nolibc: add mremap()Thomas Weißschuh
2025-05-21tools/nolibc: add %m printf formatThomas Weißschuh
2025-05-21tools/nolibc: add strstr()Thomas Weißschuh
2025-05-21tools/nolibc: Add m68k supportDaniel Palmer
2025-05-21selftests/nolibc: always run nolibc header checkThomas Weißschuh
2025-04-22tools/nolibc: implement width padding in printf()Thomas Weißschuh
2025-04-22selftests/nolibc: add test for snprintf() truncationThomas Weißschuh
2025-04-22selftests/nolibc: rename vfprintf test suiteThomas Weißschuh
2025-04-22selftests/nolibc: use snprintf() for printf testsThomas Weißschuh
2025-04-22Revert "selftests/nolibc: use waitid() over waitpid()"Thomas Weißschuh
2025-04-22tools/nolibc: add tolower() and toupper()Thomas Weißschuh
2025-04-22tools/nolibc: handle intmax_t/uintmax_t in printfThomas Weißschuh
2025-04-19selftests/nolibc: enable UBSAN if availableThomas Weißschuh
2025-04-19selftests/nolibc: disable ubsan for smash_stack()Thomas Weißschuh
2025-04-11tools/nolibc: Add support for SPARCThomas Weißschuh
2025-04-11selftests/nolibc: only consider XARCH for CFLAGS when requestedThomas Weißschuh
2025-04-11selftests/nolibc: drop dependency from sysroot to defconfigThomas Weißschuh
2025-04-10selftests/nolibc: drop unnecessary sys/io.h includeThomas Weißschuh
2025-03-07selftests/nolibc: stop testing constructor orderThomas Weißschuh
2025-03-06selftests/nolibc: use O_RDONLY flag instead of 0Louis Taylor
2025-03-06tools/nolibc: add support for openat(2)Louis Taylor
2025-03-02selftests/nolibc: add armthumb configurationThomas Weißschuh
2025-03-02selftests/nolibc: explicitly enable ARM modeThomas Weißschuh
2025-02-26tools/nolibc: add support for [v]sscanf()Thomas Weißschuh
2025-02-20tools/nolibc: add support for 32-bit s390Thomas Weißschuh
2025-02-20selftests/nolibc: rename s390 to s390xThomas Weißschuh
2025-02-20selftests/nolibc: only run constructor tests on nolibcThomas Weißschuh
2025-02-12selftests/nolibc: split up architecture list in run-tests.shThomas Weißschuh
2025-02-09tools/nolibc: add support for directory accessThomas Weißschuh
2025-02-03selftests/nolibc: always keep test kernel configuration up to dateThomas Weißschuh
2025-02-03selftests/nolibc: execute defconfig before other targetsThomas Weißschuh
2025-02-03selftests/nolibc: drop call to mrproper targetThomas Weißschuh
2025-02-03selftests/nolibc: drop call to prepare targetThomas Weißschuh
2025-02-03selftests/nolibc: drop mips32be EXTRACONFIGThomas Weißschuh
2025-02-03selftests/nolibc: enable -Wmissing-prototypesThomas Weißschuh
2025-02-03selftests/nolibc: ignore -Wmissing-prototypesThomas Weißschuh
2025-01-13selftests/nolibc: add configurations for riscv32Thomas Weißschuh
2025-01-13selftests/nolibc: rename riscv to riscv64Thomas Weißschuh
2025-01-13selftests/nolibc: skip tests for unimplemented syscallsThomas Weißschuh
2025-01-13selftests/nolibc: use a pipe to in vfprintf testsThomas Weißschuh