summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/nolibc
AgeCommit message (Expand)AuthorLines
2026-01-11tools/nolibc: Add a simple test for writing to a FILE and reading it backDaniel Palmer-0/+53
2026-01-11selftests/nolibc: also test libc-test through regular selftest frameworkThomas Weißschuh-1/+5
2026-01-11selftests/nolibc: scope custom flags to the nolibc-test targetThomas Weißschuh-6/+2
2026-01-11selftests/nolibc: try to read from stdin in readv_zero testThomas Weißschuh-1/+1
2026-01-06selftests/nolibc: always build sparc32 tests with -mcpu=v8Thomas Weißschuh-1/+1
2026-01-06selftests/nolibc: drop NOLIBC_SYSROOT=0 logicThomas Weißschuh-6/+0
2026-01-06selftests/nolibc: test compatibility of nolibc and kernel time typesThomas Weißschuh-0/+29
2026-01-04tools/nolibc: add ptrace supportBenjamin Berg-0/+2
2025-12-03Merge tag 'nolibc-20251130-for-6.19-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+15
2025-11-22selftests/nolibc: error out on linker warningsThomas Weißschuh-1/+1
2025-11-22selftests/nolibc: use lld to link loongarch binariesThomas Weißschuh-0/+1
2025-11-17tools: Remove s390 compat supportHeiko Carstens-10/+1
2025-11-08tools/nolibc: add support for fchdir()Thomas Weißschuh-0/+2
2025-11-02tools/nolibc: add missing memchr() to string.hWilly Tarreau-0/+2
2025-10-29tools/nolibc: add uio.h with readv and writevBenjamin Berg-0/+9
2025-09-01selftests/nolibc: remove outdated comment about construct orderBenjamin Berg-1/+0
2025-09-01selftests/nolibc: fix EXPECT_NZ macroBenjamin Berg-2/+2
2025-08-18selftests/nolibc: always compile the kernel with GCCThomas Weißschuh-3/+3
2025-08-18selftests/nolibc: don't pass CC to toplevel MakefileThomas Weißschuh-1/+1
2025-08-18selftests/nolibc: deduplicate invocations of toplevel MakefileThomas Weißschuh-4/+7
2025-08-18selftests/nolibc: be more specific about variables affecting nolibc-testThomas Weißschuh-1/+1
2025-08-17tools/nolibc: fix error return value of clock_nanosleep()Thomas Weißschuh-0/+1
2025-07-13selftests/nolibc: add x32 test configurationThomas Weißschuh-1/+18
2025-07-09selftests/nolibc: show failed run if test process crashesBenjamin Berg-1/+2
2025-07-08tools/nolibc: drop s390 clang target overrideThomas Weißschuh-3/+0
2025-07-06selftests/nolibc: correctly report errors from printf() and friendsThomas Weißschuh-0/+23
2025-07-06selftests/nolibc: create /dev/full when running as PID 1Thomas Weißschuh-1/+3
2025-07-06tools/nolibc: add support for clock_nanosleep() and nanosleep()Thomas Weißschuh-0/+1
2025-07-04selftests/nolibc: Add coverage of vfork()Mark Brown-4/+19
2025-07-04tools/nolibc: add support for SuperHThomas Weißschuh-1/+9
2025-07-03selftests/nolibc: use file driver for QEMU serialThomas Weißschuh-2/+2
2025-07-03selftests/nolibc: fix EXTRACONFIG variables orderingThomas Weißschuh-2/+2
2025-06-28tools/nolibc: MIPS: add support for N64 and N32 ABIsThomas Weißschuh-1/+27
2025-06-23selftests/nolibc: avoid GCC 15 -Wunterminated-string-initializationThomas Weißschuh-1/+1
2025-06-23selftests/nolibc: integrate with kselftestsThomas Weißschuh-0/+26
2025-06-23selftests/nolibc: rename MakefileThomas Weißschuh-1/+1
2025-06-23selftests/nolibc: split out CFLAGS logicThomas Weißschuh-8/+14
2025-06-23selftests/nolibc: drop implicit defconfig executionsThomas Weißschuh-2/+2
2025-06-10selftests/nolibc: make stackprotector probing more robustThomas Weißschuh-1/+4
2025-05-21selftests/nolibc: drop include guards around standard headersThomas Weißschuh-7/+0
2025-05-21tools/nolibc: add fopen()Thomas Weißschuh-0/+24
2025-05-21tools/nolibc: add namespace functionalityThomas Weißschuh-0/+69
2025-05-21tools/nolibc: add difftime()Thomas Weißschuh-0/+12
2025-05-21tools/nolibc: add timerfd functionalityThomas Weißschuh-0/+48
2025-05-21tools/nolibc: add timer functionsThomas Weißschuh-0/+51
2025-05-21tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()Thomas Weißschuh-0/+5
2025-05-21tools/nolibc: add support for access() and faccessat()Thomas Weißschuh-0/+2
2025-05-21tools/nolibc: add abs() and friendsThomas Weißschuh-0/+2
2025-05-21tools/nolibc: add getrandom()Thomas Weißschuh-0/+22
2025-05-21tools/nolibc: add mremap()Thomas Weißschuh-3/+11